diff -r f9019462465a -r 3a5a9421687b client/css/renkan.css --- a/client/css/renkan.css Thu Feb 14 17:39:52 2013 +0100 +++ b/client/css/renkan.css Thu Feb 21 17:36:29 2013 +0100 @@ -377,7 +377,6 @@ /* Individual Bins */ - .Rk-Bin-Title { background: #333333; background: -moz-linear-gradient(top, #505050 20%, #1e1e1e 80%); @@ -521,6 +520,14 @@ margin-left: 54px; } +.Rk-Ldt-Icon, .Rk-Ldt-Title-Icon { + background: url(../img/search-logos.png); background-position: 0 -100px; background-repeat: no-repeat; +} + +.Rk-Ldt-Title-Icon { + height: 20px; margin-top: 4px; +} + .Rk-Ldt-Tag-Icon { float: left; margin: 0 2px 0 0; } @@ -532,3 +539,7 @@ .Rk-Clear { clear: both; } + +h4.Rk-Bin-Loading { + margin: 10px; text-align: center; font-size: 20px; color: #999999; +} \ No newline at end of file