diff -r e0c7be5dc02c -r 6dcff4438175 client/css/renkan.css --- a/client/css/renkan.css Wed Jun 03 17:27:46 2015 +0200 +++ b/client/css/renkan.css Fri Jun 05 12:17:16 2015 +0200 @@ -27,7 +27,7 @@ /* Renkan CSS */ #renkan{ - overflow: hidden; + overflow: hidden; } .Rk-Main ul, .Rk-Main li, .Rk-Main h4, .Rk-Main h3, .Rk-Main p { @@ -213,7 +213,7 @@ .Rk-Save-Button:active, .Rk-Save-Button.saved:active, .Rk-Save-Button.Rk-Save-Online:active { - background-position: -104px 0; + background-position: -104px 0; } .Rk-Save-Button.to-save { background-position: -172px -35px; @@ -366,7 +366,7 @@ font-size: 16px; font-weight: bold; } -.Rk-Editor p, .Rk-Editor-p { +.Rk-Editor p, .Rk-Editor-p, .Rk-Editor-p > div { margin: 5px 0; font-size: 12px; clear: both; } @@ -383,13 +383,13 @@ } .Rk-Edit-Image{ - font-size: 12px; width: 220px; + font-size: 12px; width: 220px; } .Rk-Edit-Image-Del{ - display: inline-block; - background: url(../img/remove.png); - background-size: 15px 20px; + display: inline-block; + background: url(../img/remove.png); + background-size: 15px 20px; background-repeat: no-repeat; vertical-align: top; height: 20px; @@ -461,16 +461,21 @@ float: left; width: 11px; height: 11px; margin: 0 1px 1px 0; cursor: pointer; } -.Rk-Edit-Size-Up, .Rk-Edit-Size-Down { +.Rk-Edit-Dash { + float: left; + display: inline-block; +} + +.Rk-Edit-Size-Btn { font-size: 13px; font-weight: bold; padding: 0 4px; background: #ffffff; color: #000000; border: 1px solid #cccccc; text-decoration: none; } -.Rk-Edit-Size-Up:hover, .Rk-Edit-Size-Down:hover { +.Rk-Edit-Size-Btn:hover { background: #666666; } -.Rk-Edit-Size-Value { +.Rk-Edit-Size-Disp { display: inline-block; padding: 0 5px; text-align: center;