This commit is contained in:
Abdullah Almsaeed
2015-04-15 19:06:16 -04:00
parent 8f6d175488
commit 94e52710d5
6 changed files with 4401 additions and 10 deletions

View File

@@ -2807,11 +2807,15 @@ table.text-center th {
padding: 10px;
text-align: center;
}
.users-list > li > img {
.users-list > li img {
border-radius: 50%;
max-width: 100%;
height: auto;
}
.users-list > li > a:hover,
.users-list > li > a:hover .users-list-name {
color: #999;
}
.users-list-name,
.users-list-date {
display: block;
@@ -2823,9 +2827,6 @@ table.text-center th {
white-space: nowrap;
text-overflow: ellipsis;
}
.users-list-name:hover {
color: #999;
}
.users-list-date {
color: #999;
font-size: 12px;