--- 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;