From: Aleksander Ɓukasz Date: Wed, 24 Apr 2013 09:22:15 +0000 (+0200) Subject: Visual editor - styling node hover tag X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/203919a907c2b68e21009fd46aa8551e26502aa0 Visual editor - styling node hover tag --- 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 {