badges and broken avatars

This commit is contained in:
Matthew Hodgson 2015-07-14 02:13:00 +01:00
parent 341fe868e4
commit 6b0167375c
7 changed files with 39 additions and 6 deletions

View file

@ -29,6 +29,11 @@ limitations under the License.
height: 32px;
}
.mx_MemberTile_avatar img {
border-radius: 16px;
background-color: #dbdbdb;
}
.mx_MemberTile_name {
display: table-cell;
vertical-align: middle;

View file

@ -29,6 +29,12 @@ limitations under the License.
float: left;
}
.mx_MessageTile_avatar img {
background-color: #dbdbdb;
border-radius: 16px;
border: 0px;
}
.mx_MessageTile_continuation {
margin-top: 8px ! important;
}

View file

@ -31,6 +31,7 @@ limitations under the License.
vertical-align: middle;
width: 32px;
height: 32px;
border-radius: 16px;
}
.mx_RoomTile_name {
@ -40,12 +41,24 @@ limitations under the License.
text-overflow: ellipsis;
}
.mx_RoomTile_badge {
float: right;
background-color: #d8d8d8;
color: #747474;
border-radius: 10px;
font-weight: 400;
font-size: 14px;
line-height: 22px;
width: 34px;
height: 20px;
vertical-align: top;
text-align: center;
}
.mx_RoomTile_unread {
font-weight: bold;
}
.mx_RoomTile_highlight {
background-color: lime;
}
.mx_RoomTile_invited {