|
@@ -3778,11 +3778,11 @@ a:active{
|
|
|
height: 20px;
|
|
|
width: 20px;
|
|
|
position:absolute;
|
|
|
- background: url("online.png") no-repeat scroll right center transparent;
|
|
|
+ background: url("../img/online.png") no-repeat scroll right center transparent;
|
|
|
}
|
|
|
|
|
|
.online_user_in_text {
|
|
|
- background: url("online.png") no-repeat scroll right center transparent;
|
|
|
+ background: url("../img/online.png") no-repeat scroll right center transparent;
|
|
|
height: 16px;
|
|
|
width: 17px;
|
|
|
display: inline-block;
|
|
@@ -4177,12 +4177,8 @@ a.forum_group_link {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
-#online_grid_container li img {
|
|
|
- height: 100px;
|
|
|
-}
|
|
|
-
|
|
|
-#online_grid_container .thumbnail .caption {
|
|
|
- height: 30px;
|
|
|
+#online_grid_container {
|
|
|
+ list-style: none;
|
|
|
}
|
|
|
|
|
|
#hide_bar_template {
|