mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
Add small icon to online users count.
This commit is contained in:
committed by
Jason Harvey
parent
dda2a5daeb
commit
20759d52a1
@@ -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;
|
||||
|
||||
BIN
r2/r2/public/static/online.png
Normal file
BIN
r2/r2/public/static/online.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 465 B |
Reference in New Issue
Block a user