diff -r f0873867143a -r 47b3125130a2 client/css/renkan.css --- a/client/css/renkan.css Thu Feb 28 19:13:08 2013 +0100 +++ b/client/css/renkan.css Fri Mar 01 19:14:30 2013 +0100 @@ -41,6 +41,10 @@ border: none; } +html { + overflow: hidden; +} + body { font-size: 10px; font-family: Arial, Helvetica, sans-serif; background: #ffffff; color: #000000; @@ -300,8 +304,18 @@ padding-left: 20px; } +.Rk-Fold-Bins { + position: absolute; top: 5px; width: 12px; text-align: center; font-size: 16px; cursor: pointer; + line-height: 16px; padding: 4px; color: #ffffff; background: #666666; border-radius: 0 6px 6px 0; + font-weight: bold; +} + +.Rk-Fold-Bins:hover { + background: #333333; +} + .Rk-ZoomButtons { - position: absolute; left: 0; top: 0; cursor: pointer; + position: absolute; left: 0; top: 35px; cursor: pointer; } .Rk-ZoomIn, .Rk-ZoomOut { @@ -380,7 +394,7 @@ width: 180px; margin-left: 15px; font-size: 13px; position: absolute; right: 0; top: 25px; background: #ffffff; box-shadow: 1px 1px 2px #505050; display: none; - border: 1px solid #cccccc; + border: 1px solid #cccccc; z-index: 2; } .Rk-Search-List li {