2012-04-02 08:35:10 +02:00
|
|
|
a.status_link.active span {
|
2012-04-14 14:51:56 +02:00
|
|
|
background-image: url(../images/icons/user-online.png);
|
2012-04-02 08:35:10 +02:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
a.status_link.inactive span {
|
2012-04-14 14:51:56 +02:00
|
|
|
background-image: url(../images/icons/user-offline.png);
|
2012-04-02 08:35:10 +02:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|