diff options
Diffstat (limited to 'assets/css/edit.css')
-rw-r--r-- | assets/css/edit.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css index 38800f1..cb7b067 100644 --- a/assets/css/edit.css +++ b/assets/css/edit.css @@ -175,6 +175,7 @@ html { .editor ul { list-style: none; padding: 0; + margin: 0; } .editor .bar select { @@ -236,4 +237,13 @@ form#update { .panel .subtemplate { margin-left: 20px; +} + +.editor fieldset { + border: none; +} + +.panel summary { + background-color: grey; + color: lightgrey; }
\ No newline at end of file |