X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/3a9201532641056de58df7b4555a686057cbe40e..4e9af76312159043dfa1c15a56945e232ccfaed3:/editor.css diff --git a/editor.css b/editor.css index 8df3f73..5c7f403 100644 --- a/editor.css +++ b/editor.css @@ -19,6 +19,10 @@ body { float: right; } +#rng-skelton-menu li { + display: inline; +} + #rng-skelton-messages { position: absolute; top: -22px; @@ -274,6 +278,7 @@ appearance: button; border-width:1px; min-height:20px; position:relative; + text-indent: 0; } span[wlxml-tag] { @@ -284,7 +289,7 @@ span[wlxml-tag] { [wlxml-tag=header] { font-size: 13px; font-weight: bold; - margin-bottom: 10px; + margin: 10px 0; } [wlxml-tag=section] { @@ -292,6 +297,10 @@ span[wlxml-tag] { margin-bottom: 10px; } +[wlxml-tag=section] [wlxml-tag=section] { + margin-left:10px; +} + [wlxml-class|="cite"] { font-style: italic; }