Add small icon to online users count.

This commit is contained in:
Max Goodman
2012-08-17 14:38:19 -07:00
committed by Jason Harvey
parent dda2a5daeb
commit 20759d52a1
2 changed files with 6 additions and 1 deletions

View File

@@ -4586,7 +4586,8 @@ dd { margin-left: 20px; }
.icon-menu .reddit-contributors:before,
.icon-menu .reddit-modqueue:before,
.giftgold a:before,
.gold-form h1.goldgift:before {
.gold-form h1.goldgift:before,
.users-online:before {
height: 16px;
width: 16px;
display: block;
@@ -4661,6 +4662,10 @@ dd { margin-left: 20px; }
background-image: url(../reddit_modqueue.png); /* SPRITE */
}
.users-online:before {
background-image: url(../online.png); /* SPRITE */
}
.linkinfo {
padding: 5px;
border: 1px solid #5f99cf;

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 B