Improved barfriend appearance

This commit is contained in:
Pierre 2017-06-03 14:33:29 +02:00
parent a37b93e96a
commit ef93399d92
2 changed files with 6 additions and 1 deletions

View File

@ -49,3 +49,7 @@
border-radius: 50%;
visibility: visible
}
#friendsList .statusRow {
width: 48px;
}

View File

@ -116,6 +116,7 @@ ComunicWeb.components.friends.bar = {
//Add user login status
var statusRow = createElem("td", friendRow);
statusRow.className = "statusRow";
//Check if user is online or not
var currentTime = ComunicWeb.common.date.time();