Make the presence images have more semantic names.

(imported from commit 9de1a4183b575fb3d88498bd0b17bd566aec2da4)
This commit is contained in:
Waseem Daher 2013-02-12 17:41:35 -05:00
parent 0f798c7783
commit feef28da59
3 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 328 B

After

Width:  |  Height:  |  Size: 328 B

View File

Before

Width:  |  Height:  |  Size: 269 B

After

Width:  |  Height:  |  Size: 269 B

View File

@ -103,7 +103,7 @@ a:hover code {
margin-left: 0px;
}
#user_presences li.active-icon:before {
content: url(/static/images/green-dot.png);
content: url(/static/images/presence/user-active.png);
margin-right: 6px; /* +9px image = 15px */
}
@ -111,7 +111,7 @@ a:hover code {
margin-left: 0px;
}
#user_presences li.away-icon:before {
content: url(/static/images/orange-dot.png);
content: url(/static/images/presence/user-away.png);
margin-right: 6px; /* +9px image = 15px */
}