diff -r f53a7999ae7b -r 15e048e00002 client/css/renkan.css --- a/client/css/renkan.css Fri Jun 14 12:36:32 2013 +0200 +++ b/client/css/renkan.css Wed Jul 03 13:42:59 2013 +0200 @@ -104,12 +104,16 @@ } .Rk-CurrentUser-Color { - display: inline-block; width: 12px; height: 12px; border: 1px solid #333333; margin: -2px 2px; -} + display: inline-block; width: 12px; height: 12px; border: 1px solid #333333; margin: -2px 2px; position: relative; +} + +.Rk-CurrentUser input { + width: 95px; padding: 1px; border: none; border-radius: 2px; +} .Rk-UserList { box-shadow: 0 2px 2px #999999; - position: relative; z-index: 4; display: none; padding-top: 8px; + position: relative; z-index: 3; display: none; padding-top: 8px; } .Rk-User { @@ -333,11 +337,11 @@ } .Rk-Edit-Color { - display: inline-block; width: 10px; height: 10px; border: 2px solid #333333; margin: -2px 2px; + display: inline-block; width: 10px; height: 10px; border: 2px solid #333333; margin: -2px 2px; position: relative; } .Rk-Edit-ColorTip { - display: block; width: 3px; height: 3px; background: #fff; margin: 7px 0 0 7px; cursor: pointer; + display: block; width: 3px; height: 3px; background: #fff; position: absolute; bottom: 0; right: 0; cursor: pointer; } .Rk-Edit-ColorPicker-Wrapper { @@ -349,6 +353,11 @@ padding: 5px 4px 4px 5px; background: #ffffff; border-radius: 5px; display: none; z-index: 4; } + +.Rk-CurrentUser .Rk-Edit-ColorPicker { + left: -105px; top: 2px; +} + .Rk-Edit-ColorPicker-Text { color: #303080; font-weight: bold; }