You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
504 B
23 lines
504 B
2 years ago
|
.block_online_users .content .list li.listentry {
|
||
|
clear: both;
|
||
|
}
|
||
|
|
||
|
.block_online_users .content .list li.listentry .user {
|
||
|
float: left;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.block_online_users .content .list li.listentry .user .userpicture {
|
||
|
vertical-align: text-bottom;
|
||
|
}
|
||
|
|
||
|
.block_online_users .content .list li.listentry .message,
|
||
|
.block_online_users .content .list li.listentry .uservisibility {
|
||
|
float: right;
|
||
|
margin-top: 3px;
|
||
|
}
|
||
|
|
||
|
.block_online_users .content .info {
|
||
|
text-align: center;
|
||
|
}
|