X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/1fe8bb015648709853a4e14584ab1b3059b9ba1d..eebb24ef74a635e06c6bc8f074302996ca5936ec:/editor.css diff --git a/editor.css b/editor.css index 24d3bc7..5944312 100644 --- a/editor.css +++ b/editor.css @@ -1,5 +1,5 @@ body { - padding-top: 30px; + padding-top: 5px; } #publication_content { @@ -11,14 +11,6 @@ body { display: none; } -#rng-skelton-menu { - float: right; -} - -#rng-skelton-menu ul { - list-style-type: none; -} - .rng-visualEditor-nodeHoverTag { position:absolute; height:20px; @@ -34,16 +26,19 @@ body { text-indent: 0; } +#rng-visualEditor-mainArea { + margin-top:10px; +} + #rng-visualEditor-contentWrapper { border-color: #ddd; border-style: solid; border-width: 1px; float:left; width: 600px; - height: 500px; + height: 450px; overflow-y: scroll; padding: 5px 10px; - margin-top:10px; } #rng-visualEditor-contentWrapper::-webkit-scrollbar, @@ -83,7 +78,7 @@ body { #rng-visualEditor-sidebar { float:right; width: 266px; - height:500px; + height:450px; position:relative; border-width: 1px 1px 1px 1px; border-style: solid; @@ -176,6 +171,11 @@ appearance: button; float:left; } +#rng-visualEditor-statusbar { + margin: 10px 5px; + font-size:0.9em; +} + .rng-visualEditor-sidebarContentItem fieldset { margin-bottom: 10px; } @@ -248,6 +248,7 @@ appearance: button; border-width:1px; min-height:20px; position:relative; + text-indent: 0; } span[wlxml-tag] { @@ -258,7 +259,7 @@ span[wlxml-tag] { [wlxml-tag=header] { font-size: 13px; font-weight: bold; - margin-bottom: 10px; + margin: 10px 0; } [wlxml-tag=section] { @@ -266,6 +267,10 @@ span[wlxml-tag] { margin-bottom: 10px; } +[wlxml-tag=section] [wlxml-tag=section] { + margin-left:10px; +} + [wlxml-class|="cite"] { font-style: italic; } @@ -299,7 +304,7 @@ span[wlxml-tag] { font-style: italic; } -[wlxml-tag=document] metadata { +[wlxml-tag] metadata { display:none; }