diff -r 0d9b3f1b97e7 -r 1cb7122dd427 client/css/renkan.css --- a/client/css/renkan.css Tue Sep 15 12:24:58 2015 +0200 +++ b/client/css/renkan.css Tue Sep 15 17:08:53 2015 +0200 @@ -387,6 +387,13 @@ display: block; float: right; width: 18px; height: 17px; margin: 1px 0; border: none; background: url(../img/goto.png); } +.Rk-Edit-Title { + background-color: #fff; + border: 1px solid #d4d4d4; + line-height: 15px; + min-height: 15px; +} + .Rk-Edit-Title, .Rk-Edit-URI, .Rk-Edit-Image-File, .Rk-Edit-Vocabulary { font-size: 12px; width: 250px; }