--- a/client/css/renkan.css Thu Feb 14 12:25:58 2013 +0100
+++ b/client/css/renkan.css Thu Feb 14 17:39:52 2013 +0100
@@ -55,12 +55,20 @@
}
.Rk-Render {
- position: absolute; left: 300px; top: 0; right: 0; bottom: 0;
+ position: absolute; top: 0; right: 0; bottom: 0;
background: #ffffff;
background: -moz-linear-gradient(left, #f3f3f3 0, #ffffff 30%, #ffffff 70%, #f3f3f3 100%);
background: -webkit-linear-gradient(left, #f3f3f3 0, #ffffff 30%, #ffffff 70%, #f3f3f3 100%);
}
+.Rk-Render-Full {
+ left: 0;
+}
+
+.Rk-Render-Panel {
+ left: 300px;
+}
+
/* Top Bar */
.Rk-TopBar {