From: Aleksander Ɓukasz Date: Thu, 18 Apr 2013 10:48:32 +0000 (+0200) Subject: Visual editor: Styling font for the whole side bar X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/6cf5f74d466e2f1dbffcb09e78c79ccecdd77685 Visual editor: Styling font for the whole side bar --- diff --git a/editor.css b/editor.css index 01b6565..50f178e 100644 --- a/editor.css +++ b/editor.css @@ -86,14 +86,16 @@ body { margin-bottom: 0px; } +.rng-visualEditor-sidebarContentItem { + font-size: 11px; + line-height:13px; +} #rng-visualEditor-meta table { margin-bottom:10px; } #rng-visualEditor-meta table [contenteditable] { - font-size: 11px; - line-height:13px; cursor: pointer; }