diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-04 22:12:34 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-04 22:12:34 +0100 |
commit | fc56b60be55b4340d647d2017fdeb24b81eb84b6 (patch) | |
tree | bf4875de0115181549408f981804f19350b69b80 /assets/css/edit.css | |
parent | 42e89ac398bdf2a98167b0b71123c98e297b2130 (diff) | |
download | wcms-fc56b60be55b4340d647d2017fdeb24b81eb84b6.tar.gz wcms-fc56b60be55b4340d647d2017fdeb24b81eb84b6.zip |
showeditmenu
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 |