From 4c64934185c2bd340c01de48882943af66c563f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Thu, 25 Apr 2013 20:42:34 +0200 Subject: [PATCH] Visual editor - fixing margins --- editor.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/editor.css b/editor.css index 24d3bc7..c587b50 100644 --- a/editor.css +++ b/editor.css @@ -34,6 +34,10 @@ body { text-indent: 0; } +#rng-visualEditor-mainArea { + margin-top:10px; +} + #rng-visualEditor-contentWrapper { border-color: #ddd; border-style: solid; @@ -43,7 +47,6 @@ body { height: 500px; overflow-y: scroll; padding: 5px 10px; - margin-top:10px; } #rng-visualEditor-contentWrapper::-webkit-scrollbar, -- 2.20.1