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 --- assets/css/edit.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'assets') 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