X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/73bf2a4f0496bb60e08c0d37fdf33170e9e536cf..46e3edf1ba01d2f9f515a9d513eb805ad78f7699:/editor.css diff --git a/editor.css b/editor.css index f3f0260..669ec1d 100644 --- a/editor.css +++ b/editor.css @@ -1,5 +1,5 @@ body { - padding-top: 30px; + padding-top: 5px; } #publication_content { @@ -11,19 +11,41 @@ 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; } .rng-visualEditor-nodeHoverTag { position:absolute; - width:100px; height:20px; top:-20px; + left:0; background: #bd362f; color: white; font-size:9px; @@ -31,6 +53,11 @@ body { font-style: normal; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0 5px; + text-indent: 0; +} + +#rng-visualEditor-mainArea { + margin-top:10px; } #rng-visualEditor-contentWrapper { @@ -39,10 +66,9 @@ body { 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, @@ -82,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; @@ -150,6 +176,34 @@ body { #rng-visualEditor-toolbar { margin: -15px 0 10px 0; + white-space:nowrap; + word-spacing:0; +} + +#rng-visualEditor-toolbar select { + line-height: 14px; + font-size:9px; + height: auto; + width: 50px; + padding: 1px; +-webkit-appearance: button; +-moz-appearance: button; +appearance: button; + margin-bottom: 0; +} + +.rng-visualEditor-toolbarGroup { + border-width: 0 1px 0 0; + border-style: solid; + border-color: #ddd; + padding: 0 8px 0 0; + margin: 0 8px 0 0; + float:left; +} + +#rng-visualEditor-statusbar { + margin: 10px 5px; + font-size:0.9em; } .rng-visualEditor-sidebarContentItem fieldset { @@ -224,6 +278,7 @@ body { border-width:1px; min-height:20px; position:relative; + text-indent: 0; } span[wlxml-tag] { @@ -242,6 +297,10 @@ span[wlxml-tag] { margin-bottom: 10px; } +[wlxml-tag=section] [wlxml-tag=section] { + margin-left:10px; +} + [wlxml-class|="cite"] { font-style: italic; } @@ -275,7 +334,7 @@ span[wlxml-tag] { font-style: italic; } -[wlxml-tag=document] metadata { +[wlxml-tag] metadata { display:none; }