diff options
author | Thomas Lange <code@nerdmind.de> | 2017-05-31 15:44:11 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-05-31 15:44:11 +0200 |
commit | 816959215dff92ee0af295be6d801b4cfa150269 (patch) | |
tree | 30cb09dbdeadce4524f380064a778006d890a8ca /template/admin/rsrc/main.css | |
parent | ee982c2ee760d6aeafedcb4343d1bf259ca1fe87 (diff) | |
download | blog-816959215dff92ee0af295be6d801b4cfa150269.tar.gz blog-816959215dff92ee0af295be6d801b4cfa150269.tar.xz blog-816959215dff92ee0af295be6d801b4cfa150269.zip |
Two changes have been made in this commit:
+ Update [core]: Parsedown has been updated to version 1.6.2.
+ Optimization [admin template]: The markdown buttons have been placed directly above the content editor.
+ Optimization [admin template]: The content editor has been visually embellished (padding from the parent was removed).
Diffstat (limited to 'template/admin/rsrc/main.css')
-rw-r--r-- | template/admin/rsrc/main.css | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/template/admin/rsrc/main.css b/template/admin/rsrc/main.css index ed79989..e19aa31 100644 --- a/template/admin/rsrc/main.css +++ b/template/admin/rsrc/main.css @@ -177,11 +177,19 @@ form{border:0.05rem solid #AAA;} /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ /* Form buttons /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ -.button-list {margin:0;padding:0;list-style:none;} -.button-list > li{display:inline-block;background:#EEE;padding:0.5rem;border:0.05rem solid #AAA;cursor:pointer;} +#button-list-wrapper{border-bottom:0.05rem solid #AAA;background:#EEE;} + +.button-list{margin:0;padding:0;list-style:none;} +.button-list.emoticons > li{display:inline-block;background:#EEE;padding:0.5rem;border:0.05rem solid #AAA;cursor:pointer;} .button-list.emoticons > li {padding:0.25rem 0.5rem;} -.button-list > li:hover, -.button-list > li:active{background:#CCC;} +.button-list.emoticons > li:hover, +.button-list.emoticons > li:active{background:#CCC;} + +.button-list.markdown > li{float:left;padding:0.5rem;cursor:pointer;width:1.75rem;height:1.75rem;box-sizing:border-box;text-align:center;} +.button-list.markdown > li:hover, +.button-list.markdown > li:active{color:#40779A;} + +#content-editor{border:none;margin:0;} /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ /* Form elements |