X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/913b71a6ab540b5d588dd93d9256cace73c5dcb3..cf92775489840f1dc7b2c65fae6b968beadbad7e:/editor.css diff --git a/editor.css b/editor.css index 4005085..5944312 100644 --- a/editor.css +++ b/editor.css @@ -1,5 +1,5 @@ body { - padding-top: 30px; + padding-top: 5px; } #publication_content { @@ -11,32 +11,6 @@ body { display: none; } -#rng-skelton { - position: relative; -} - -#rng-skelton-menu { - float: right; -} - -#rng-skelton-messages { - position: absolute; - top: -22px; - width:100%; - text-align:center; -} - -#rng-skelton-messages span { - font-weight: bold; - background: #f9edbe; - padding: 2px 5px; - border: solid 1px #f6e39c; -} - -#rng-skelton-menu ul { - list-style-type: none; -} - .rng-visualEditor-nodeHoverTag { position:absolute; height:20px; @@ -62,7 +36,7 @@ body { border-width: 1px; float:left; width: 600px; - height: 470px; + height: 450px; overflow-y: scroll; padding: 5px 10px; } @@ -104,7 +78,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 +248,7 @@ appearance: button; border-width:1px; min-height:20px; position:relative; + text-indent: 0; } span[wlxml-tag] { @@ -284,7 +259,7 @@ span[wlxml-tag] { [wlxml-tag=header] { font-size: 13px; font-weight: bold; - margin-bottom: 10px; + margin: 10px 0; } [wlxml-tag=section] { @@ -292,6 +267,10 @@ span[wlxml-tag] { margin-bottom: 10px; } +[wlxml-tag=section] [wlxml-tag=section] { + margin-left:10px; +} + [wlxml-class|="cite"] { font-style: italic; }