diff --git a/app/view/templates/media.php b/app/view/templates/media.php index 170bef9b..7866ade8 100644 --- a/app/view/templates/media.php +++ b/app/view/templates/media.php @@ -130,11 +130,26 @@ - - - - - + + + + + diff --git a/app/view/templates/profile.php b/app/view/templates/profile.php index 5759dff8..826f3ddd 100644 --- a/app/view/templates/profile.php +++ b/app/view/templates/profile.php @@ -2,7 +2,7 @@ use Wcms\Model; -$this->layout('layout', ['title' => 'profile', 'stylesheets' => [$css . 'back.css']]) ?> +$this->layout('layout', ['title' => 'profile', 'stylesheets' => [$css . 'back.css', $css . 'profile.css']]) ?> start('page') ?> @@ -50,6 +50,7 @@

Change some infos about you.

+ -
+ -

When you tick the remember-me checkbox during login, you can choose how much time W will remember you.

@@ -84,7 +84,6 @@ max="" > -
@@ -94,22 +93,18 @@ +

Password have to be between and characters long.

+ -
-
-
-
-
+ -

Password have to be between and characters long.

- diff --git a/assets/css/profile.css b/assets/css/profile.css new file mode 100644 index 00000000..c376a180 --- /dev/null +++ b/assets/css/profile.css @@ -0,0 +1,21 @@ +section label, section input { + display: block; +} + +section#profile { + max-width: 400px; +} + +section label { + margin-top: 10px; + font-weight: bold; +} + +section input { + width: 100%; + margin: 3px 0; +} + +section h2 { + margin-top: 50px; +} \ No newline at end of file diff --git a/assets/css/theme/blue-whale.css b/assets/css/theme/blue-whale.css index 1b01cc25..ab85254a 100644 --- a/assets/css/theme/blue-whale.css +++ b/assets/css/theme/blue-whale.css @@ -26,6 +26,9 @@ button, input[type="submit"] { } -.submenu, .block { +.submenu, .block, nav.bar { border-radius: 0 0 10px 10px; +} + +label.toogle { } \ No newline at end of file
xfilenameexttypesizedate + filename + insert('macro_tablesort', ['opt' => $mediaopt, 'th' => 'filename']) ?> + + ext + insert('macro_tablesort', ['opt' => $mediaopt, 'th' => 'extension']) ?> + + type + insert('macro_tablesort', ['opt' => $mediaopt, 'th' => 'type']) ?> + + size + insert('macro_tablesort', ['opt' => $mediaopt, 'th' => 'size']) ?> + + date + insert('macro_tablesort', ['opt' => $mediaopt, 'th' => 'date']) ?> + user perms code