X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/4c64934185c2bd340c01de48882943af66c563f0..46e3edf1ba01d2f9f515a9d513eb805ad78f7699:/editor.css diff --git a/editor.css b/editor.css index c587b50..669ec1d 100644 --- a/editor.css +++ b/editor.css @@ -1,5 +1,5 @@ body { - padding-top: 30px; + padding-top: 5px; } #publication_content { @@ -11,10 +11,32 @@ body { display: none; } +#rng-skelton { + position: relative; +} + #rng-skelton-menu { float: right; } +#rng-skelton-menu li { + display: inline; +} + +#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; } @@ -44,7 +66,7 @@ body { border-width: 1px; float:left; width: 600px; - height: 500px; + height: 450px; overflow-y: scroll; padding: 5px 10px; } @@ -86,7 +108,7 @@ body { #rng-visualEditor-sidebar { float:right; width: 266px; - height:500px; + height:450px; position:relative; border-width: 1px 1px 1px 1px; border-style: solid; @@ -179,6 +201,11 @@ appearance: button; float:left; } +#rng-visualEditor-statusbar { + margin: 10px 5px; + font-size:0.9em; +} + .rng-visualEditor-sidebarContentItem fieldset { margin-bottom: 10px; } @@ -251,6 +278,7 @@ appearance: button; border-width:1px; min-height:20px; position:relative; + text-indent: 0; } span[wlxml-tag] { @@ -269,6 +297,10 @@ span[wlxml-tag] { margin-bottom: 10px; } +[wlxml-tag=section] [wlxml-tag=section] { + margin-left:10px; +} + [wlxml-class|="cite"] { font-style: italic; } @@ -302,7 +334,7 @@ span[wlxml-tag] { font-style: italic; } -[wlxml-tag=document] metadata { +[wlxml-tag] metadata { display:none; }