mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 04:29:21 +00:00
Improved barfriend appearance
This commit is contained in:
parent
a37b93e96a
commit
ef93399d92
@ -49,3 +49,7 @@
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
visibility: visible
|
visibility: visible
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#friendsList .statusRow {
|
||||||
|
width: 48px;
|
||||||
|
}
|
@ -116,6 +116,7 @@ ComunicWeb.components.friends.bar = {
|
|||||||
|
|
||||||
//Add user login status
|
//Add user login status
|
||||||
var statusRow = createElem("td", friendRow);
|
var statusRow = createElem("td", friendRow);
|
||||||
|
statusRow.className = "statusRow";
|
||||||
|
|
||||||
//Check if user is online or not
|
//Check if user is online or not
|
||||||
var currentTime = ComunicWeb.common.date.time();
|
var currentTime = ComunicWeb.common.date.time();
|
||||||
|
Loading…
Reference in New Issue
Block a user