X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/4ae1d665fcd3af9fb06d664418f02f365933d9ae..cf92775489840f1dc7b2c65fae6b968beadbad7e:/editor.css diff --git a/editor.css b/editor.css index a8470f7..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: 500px; + height: 450px; overflow-y: scroll; padding: 5px 10px; } @@ -104,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; @@ -197,6 +171,11 @@ appearance: button; float:left; } +#rng-visualEditor-statusbar { + margin: 10px 5px; + font-size:0.9em; +} + .rng-visualEditor-sidebarContentItem fieldset { margin-bottom: 10px; } @@ -269,6 +248,7 @@ appearance: button; border-width:1px; min-height:20px; position:relative; + text-indent: 0; } span[wlxml-tag] { @@ -279,7 +259,7 @@ span[wlxml-tag] { [wlxml-tag=header] { font-size: 13px; font-weight: bold; - margin-bottom: 10px; + margin: 10px 0; } [wlxml-tag=section] { @@ -287,6 +267,10 @@ span[wlxml-tag] { margin-bottom: 10px; } +[wlxml-tag=section] [wlxml-tag=section] { + margin-left:10px; +} + [wlxml-class|="cite"] { font-style: italic; } @@ -320,7 +304,7 @@ span[wlxml-tag] { font-style: italic; } -[wlxml-tag=document] metadata { +[wlxml-tag] metadata { display:none; }