X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/9487a7485a9fa56d55a46b36fbc73d8e02eaa412..203919a907c2b68e21009fd46aa8551e26502aa0:/editor.css diff --git a/editor.css b/editor.css index 175f35f..a0340bf 100644 --- a/editor.css +++ b/editor.css @@ -19,6 +19,21 @@ 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-contentWrapper { border-color: #ddd; border-style: solid; @@ -28,6 +43,7 @@ body { height: 500px; overflow-y: scroll; padding: 5px 10px; + margin-top:10px; } #rng-visualEditor-contentWrapper::-webkit-scrollbar, @@ -133,6 +149,10 @@ body { +#rng-visualEditor-toolbar { + margin: -15px 0 10px 0; +} + .rng-visualEditor-sidebarContentItem fieldset { margin-bottom: 10px; } @@ -191,7 +211,7 @@ body { #rng-visualEditor-editPaneNavigation table tr td ul { list-style-type: none; - margin-left:0px; + margin: 0; } #rng-sourceEditor-editor { width: 940px; @@ -204,6 +224,7 @@ body { border-style:solid; border-width:1px; min-height:20px; + position:relative; } span[wlxml-tag] {