diff -r 2fad193bae98 -r 805d85b3f390 client/css/renkan.css --- a/client/css/renkan.css Wed Aug 22 16:50:42 2012 +0200 +++ b/client/css/renkan.css Tue Aug 28 18:26:13 2012 +0200 @@ -54,10 +54,14 @@ background: #F0F0F0; position: absolute; left: 0; top: 0; width: 300px; bottom: 0; overflow: hidden; } -.Rk-Render { +.Rk-Render-Panel { position: absolute; left: 300px; top: 0; right: 0; bottom: 0; } +.Rk-Render-Full { + position: absolute; left: 0; top: 0; right: 0; bottom: 0; +} + .Rk-Canvas { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }