Visual editor: Styling font for the whole side bar
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Thu, 18 Apr 2013 10:48:32 +0000 (12:48 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Thu, 18 Apr 2013 10:48:32 +0000 (12:48 +0200)
editor.css

index 01b6565..50f178e 100644 (file)
@@ -86,14 +86,16 @@ body {
     margin-bottom: 0px;\r
 }\r
 \r
+.rng-visualEditor-sidebarContentItem {\r
+    font-size: 11px;\r
+    line-height:13px;\r
+}\r
 \r
 #rng-visualEditor-meta table {\r
     margin-bottom:10px;\r
 }\r
 \r
 #rng-visualEditor-meta table [contenteditable] {\r
-    font-size: 11px;\r
-    line-height:13px;\r
     cursor: pointer;\r
 }\r
 \r