X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/73bf2a4f0496bb60e08c0d37fdf33170e9e536cf..66aae866400efc99684f51486f8ce1ebb7f59404:/editor.css diff --git a/editor.css b/editor.css index f3f0260..8df3f73 100644 --- a/editor.css +++ b/editor.css @@ -1,5 +1,5 @@ body { - padding-top: 30px; + padding-top: 5px; } #publication_content { @@ -11,19 +11,37 @@ 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; - width:100px; height:20px; top:-20px; + left:0; background: #bd362f; color: white; font-size:9px; @@ -31,6 +49,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 +62,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 +104,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 +172,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 { @@ -275,7 +325,7 @@ span[wlxml-tag] { font-style: italic; } -[wlxml-tag=document] metadata { +[wlxml-tag] metadata { display:none; }