diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-01-10 23:10:20 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-01-10 23:10:20 +0100 |
commit | e399b37761b2385b208283362a77585fe4322dc5 (patch) | |
tree | 4c3906a51a7535205dc934693a483cac175b7b5c /assets | |
parent | cc7ad5299f1bd14155d4c01af3a4ece28f85c20c (diff) | |
download | wcms-e399b37761b2385b208283362a77585fe4322dc5.tar.gz wcms-e399b37761b2385b208283362a77585fe4322dc5.zip |
edit bar menu flex
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/edit.css | 17 |
1 files changed, 11 insertions, 6 deletions
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 { } + |