Visual editor - fixing margins
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Thu, 25 Apr 2013 18:42:34 +0000 (20:42 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Thu, 25 Apr 2013 18:42:34 +0000 (20:42 +0200)
editor.css

index 24d3bc7..c587b50 100644 (file)
@@ -34,6 +34,10 @@ body {
     text-indent: 0;\r
 }\r
 \r
+#rng-visualEditor-mainArea {\r
+    margin-top:10px;\r
+}\r
+\r
 #rng-visualEditor-contentWrapper {\r
     border-color: #ddd;\r
     border-style: solid;\r
@@ -43,7 +47,6 @@ body {
     height: 500px;\r
     overflow-y: scroll;\r
     padding: 5px 10px;\r
-    margin-top:10px;\r
 }\r
 \r
 #rng-visualEditor-contentWrapper::-webkit-scrollbar,\r