From e399b37761b2385b208283362a77585fe4322dc5 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Thu, 10 Jan 2019 23:10:20 +0100 Subject: edit bar menu flex --- app/view/templates/edittopbar.php | 27 +++++++++++++++------------ assets/css/edit.css | 17 +++++++++++------ 2 files changed, 26 insertions(+), 18 deletions(-) diff --git a/app/view/templates/edittopbar.php b/app/view/templates/edittopbar.php index 13a2a08..e2e7ed4 100644 --- a/app/view/templates/edittopbar.php +++ b/app/view/templates/edittopbar.php @@ -4,22 +4,23 @@
+
+ + - - + - - + 👁 - id() ?> + @@ -27,8 +28,8 @@ iseditor()) { ?> - 📝font - 📁media + 📁media + 📝font isadmin()) { @@ -41,16 +42,18 @@ - - delete - + + + + - - + + delete +
\ No newline at end of file diff --git a/assets/css/edit.css b/assets/css/edit.css index be812a3..7f7553c 100644 --- a/assets/css/edit.css +++ b/assets/css/edit.css @@ -178,6 +178,16 @@ html { line-height: 30px; } + +.editor div#editmenu { + height: 30px; + line-height: 30px; + display: flex; + flex-direction: row; + justify-content: space-between; + flex-wrap: nowrap; +} + .editor ul { list-style: none; padding: 0; @@ -228,12 +238,6 @@ a.icon { font-size: 25px; } -form#update { - display: flex; - height: 30px; -} - -#update span {margin: 0 0.2%;} .editor .panel input[type="checkbox"] { width: auto; @@ -308,3 +312,4 @@ form#update { } + -- cgit v1.2.3