X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/913b71a6ab540b5d588dd93d9256cace73c5dcb3..bc66743b16ddd321649f243f0294ed26bc25ee3e:/editor.css diff --git a/editor.css b/editor.css index 4005085..5c7f403 100644 --- a/editor.css +++ b/editor.css @@ -1,5 +1,5 @@ body { - padding-top: 30px; + padding-top: 5px; } #publication_content { @@ -19,6 +19,10 @@ body { float: right; } +#rng-skelton-menu li { + display: inline; +} + #rng-skelton-messages { position: absolute; top: -22px; @@ -62,7 +66,7 @@ body { border-width: 1px; float:left; width: 600px; - height: 470px; + height: 450px; overflow-y: scroll; padding: 5px 10px; } @@ -104,7 +108,7 @@ body { #rng-visualEditor-sidebar { float:right; width: 266px; - height:470px; + height:450px; position:relative; border-width: 1px 1px 1px 1px; border-style: solid; @@ -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; }