From 6cf5f74d466e2f1dbffcb09e78c79ccecdd77685 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Thu, 18 Apr 2013 12:48:32 +0200 Subject: [PATCH] Visual editor: Styling font for the whole side bar --- editor.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; } -- 2.20.1