This commit is contained in:
Matthew Hodgson 2015-07-18 19:06:58 +01:00
parent c83ff1c623
commit ea8737d957
23 changed files with 19 additions and 2 deletions

View file

@ -27,13 +27,24 @@ limitations under the License.
vertical-align: middle;
width: 40px;
height: 40px;
position: relative;
}
.mx_MemberTile_avatar img {
.mx_MemberTile_avatarImg {
z-index: 20;
border-radius: 20px;
background-color: #dbdbdb;
}
.mx_MemberTile_power {
z-index: 10;
position: absolute;
width: 48px;
height: 48px;
left: -4px;
top: -1px;
}
.mx_MemberTile_name {
display: table-cell;
vertical-align: middle;