X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/c9ec6d3adaf0d2119ed2ef7eecc2e5b525f2f86d..117159f11709d23e0d1998ed93989d64bdce8983:/editor.css diff --git a/editor.css b/editor.css index 4194718..1bd55c6 100644 --- a/editor.css +++ b/editor.css @@ -1,5 +1,5 @@ body { - padding-top: 30px; + padding-top: 5px; } #publication_content { @@ -11,24 +11,64 @@ 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; + height:20px; + top:-20px; + left:0; + background: #bd362f; + color: white; + font-size:9px; + font-weight: normal; + 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 { border-color: #ddd; border-style: solid; 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, @@ -68,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; @@ -136,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 { @@ -209,6 +277,7 @@ body { border-style:solid; border-width:1px; min-height:20px; + position:relative; } span[wlxml-tag] { @@ -227,6 +296,10 @@ span[wlxml-tag] { margin-bottom: 10px; } +[wlxml-tag=section] [wlxml-tag=section] { + margin-left:10px; +} + [wlxml-class|="cite"] { font-style: italic; } @@ -260,7 +333,7 @@ span[wlxml-tag] { font-style: italic; } -[wlxml-tag=document] metadata { +[wlxml-tag] metadata { display:none; }