diff options
Diffstat (limited to 'assets/css/edit.css')
-rw-r--r-- | assets/css/edit.css | 16 |
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 |