From 203919a907c2b68e21009fd46aa8551e26502aa0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Wed, 24 Apr 2013 11:22:15 +0200 Subject: [PATCH] Visual editor - styling node hover tag --- editor.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editor.css b/editor.css index f3f0260..a0340bf 100644 --- a/editor.css +++ b/editor.css @@ -21,9 +21,9 @@ body { .rng-visualEditor-nodeHoverTag { position:absolute; - width:100px; height:20px; top:-20px; + left:0; background: #bd362f; color: white; font-size:9px; @@ -31,6 +31,7 @@ body { font-style: normal; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0 5px; + text-indent: 0; } #rng-visualEditor-contentWrapper { -- 2.20.1