X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/c9ec6d3adaf0d2119ed2ef7eecc2e5b525f2f86d..1dcf69f7caa40430482c79f46c5478f84f6afc0a:/editor.css diff --git a/editor.css b/editor.css index 4194718..c587b50 100644 --- a/editor.css +++ b/editor.css @@ -19,6 +19,25 @@ body { 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; @@ -28,7 +47,6 @@ body { height: 500px; overflow-y: scroll; padding: 5px 10px; - margin-top:10px; } #rng-visualEditor-contentWrapper::-webkit-scrollbar, @@ -136,6 +154,29 @@ 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-sidebarContentItem fieldset { @@ -209,6 +250,7 @@ body { border-style:solid; border-width:1px; min-height:20px; + position:relative; } span[wlxml-tag] {