aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/edit.css17
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 {
}
+