X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/a9da2ddb356fb313c1a5b45b073eec2c5a282649..73bf2a4f0496bb60e08c0d37fdf33170e9e536cf:/editor.css diff --git a/editor.css b/editor.css index 4194718..f3f0260 100644 --- a/editor.css +++ b/editor.css @@ -19,6 +19,20 @@ body { list-style-type: none; } +.rng-visualEditor-nodeHoverTag { + position:absolute; + width:100px; + height:20px; + top:-20px; + background: #bd362f; + color: white; + font-size:9px; + font-weight: normal; + font-style: normal; + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + padding: 0 5px; +} + #rng-visualEditor-contentWrapper { border-color: #ddd; border-style: solid; @@ -209,6 +223,7 @@ body { border-style:solid; border-width:1px; min-height:20px; + position:relative; } span[wlxml-tag] {