diff -r 8ad1734d9d8a -r 4dc484119b4c server/src/main/webapp/static/css/index.css --- a/server/src/main/webapp/static/css/index.css Thu Jun 12 16:27:35 2014 +0200 +++ b/server/src/main/webapp/static/css/index.css Sat Jun 14 00:15:18 2014 +0200 @@ -451,4 +451,40 @@ #login-form { clear: both; +} + +.renkan-icon-eye { + background-position: -160px -144px; +} + +.renkan-basic-action { + display: inline-block; +} + +.renkan-action-button { + cursor: pointer; +} + +.ui-menu { + width: 180px; +} + +.action-menu { + position: absolute; +} + +.action-menu a { + color: #333333; +} + +.action-menu a:ACTIVE { + color: #333333; +} + +.action-menu a:LINK { + color: #333333; +} + +.action-menu a:VISITED { + color: #333333; } \ No newline at end of file