From 3a9201532641056de58df7b4555a686057cbe40e Mon Sep 17 00:00:00 2001
From: =?utf8?q?Aleksander=20=C5=81ukasz?=
 <aleksander.lukasz@nowoczesnapolska.org.pl>
Date: Mon, 29 Apr 2013 00:16:42 +0200
Subject: [PATCH] Visual editor - tweaking ui

---
 editor.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/editor.css b/editor.css
index 4005085..8df3f73 100644
--- a/editor.css
+++ b/editor.css
@@ -1,5 +1,5 @@
 body {
-    padding-top: 30px;
+    padding-top: 5px;
 }
 
 #publication_content {
@@ -62,7 +62,7 @@ body {
     border-width: 1px;
     float:left;
     width: 600px;
-    height: 470px;
+    height: 450px;
     overflow-y: scroll;
     padding: 5px 10px;
 }
@@ -104,7 +104,7 @@ body {
 #rng-visualEditor-sidebar {
     float:right;
     width: 266px;
-    height:470px;
+    height:450px;
     position:relative;
     border-width: 1px 1px 1px 1px;
     border-style: solid;
-- 
2.20.1