Visual editor - node hover tag
[fnpeditor.git] / editor.css
index 4194718..f3f0260 100644 (file)
@@ -19,6 +19,20 @@ body {
     list-style-type: none;\r
 }\r
 \r
+.rng-visualEditor-nodeHoverTag {\r
+    position:absolute;\r
+    width:100px;\r
+    height:20px;\r
+    top:-20px;\r
+    background: #bd362f;\r
+    color: white;\r
+    font-size:9px;\r
+    font-weight: normal;\r
+    font-style: normal;\r
+    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\r
+    padding: 0 5px;\r
+}\r
+\r
 #rng-visualEditor-contentWrapper {\r
     border-color: #ddd;\r
     border-style: solid;\r
@@ -209,6 +223,7 @@ body {
     border-style:solid;\r
     border-width:1px;\r
     min-height:20px;\r
+    position:relative;\r
 }\r
 \r
 span[wlxml-tag] {\r