From 051d2e8a2e6cebc453bb855eb7bd4ff5bf0d3451 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Wed, 17 Apr 2013 12:02:33 +0200 Subject: [PATCH] Visual editor: styling buttons in meta table --- editor.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/editor.css b/editor.css index 58ed300..020ef8d 100644 --- a/editor.css +++ b/editor.css @@ -75,6 +75,11 @@ body { width:150px; } +#rng-visualEditor-meta .btn{ + padding:3px; + line-height:10px; +} + #rng-sourceEditor-editor { width: 940px; height: 500px; -- 2.20.1