aboutsummaryrefslogtreecommitdiff
path: root/assets/css/edit.css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-12-04 20:39:48 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-12-04 20:39:48 +0100
commit42e89ac398bdf2a98167b0b71123c98e297b2130 (patch)
tree623c5e42d9b40a7372f17c070e2b39f52dc44ed1 /assets/css/edit.css
parentdd14929505e3fd0bc1710ed757b501d3ec1f6ca1 (diff)
downloadwcms-42e89ac398bdf2a98167b0b71123c98e297b2130.tar.gz
wcms-42e89ac398bdf2a98167b0b71123c98e297b2130.zip
editor right bar
Diffstat (limited to 'assets/css/edit.css')
-rw-r--r--assets/css/edit.css16
1 files changed, 12 insertions, 4 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css
index 7113853..38800f1 100644
--- a/assets/css/edit.css
+++ b/assets/css/edit.css
@@ -181,9 +181,7 @@ html {
width: 100%;
}
-.editor .panel input {
- width: 100%;
-}
+.editor .panel input {width: 100%;}
@@ -228,4 +226,14 @@ form#update {
height: 30px;
}
-#update span {margin-right: 1%;} \ No newline at end of file
+#update span {margin-right: 1%;}
+
+.editor .panel input[type="checkbox"] {
+ width: auto;
+ vertical-align: middle;
+}
+
+
+.panel .subtemplate {
+ margin-left: 20px;
+} \ No newline at end of file