From 42e89ac398bdf2a98167b0b71123c98e297b2130 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Tue, 4 Dec 2018 20:39:48 +0100 Subject: editor right bar --- assets/css/edit.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'assets/css/edit.css') 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 -- cgit v1.2.3