client/css/renkan.css
changeset 132 860340d4c645
parent 122 ea11e17e0a35
child 153 7fcb35795ff4
child 168 f978d70a9e63
--- a/client/css/renkan.css	Wed Apr 03 16:17:36 2013 +0200
+++ b/client/css/renkan.css	Thu Apr 04 15:41:00 2013 +0200
@@ -217,12 +217,20 @@
     position: absolute; left: 0; top: 35px; right: 0; bottom: 0; z-index: 1;
 }
 
+.Rk-Editing-Space-Full .Rk-Canvas {
+	top: 0;
+}
+
 /* Editors */
 
 .Rk-Editor {
     position: absolute; left: 0; top: 35px; right: 0; z-index: 2;
 }
 
+.Rk-Editing-Space-Full .Rk-Editor {
+	top: 0;
+}
+
 .Rk-Notifications {
     position: absolute; right: 15px; top: 15px; width: 200px;
     padding: 10px; border-radius: 8px; display: none;