Add leave button as per wireframes

This commit is contained in:
Erik Johnston 2015-07-22 10:59:36 +01:00
parent e1aca588b5
commit 5fb6ea94b2
2 changed files with 36 additions and 8 deletions

View file

@ -33,7 +33,7 @@ limitations under the License.
.mx_MemberTile_avatarImg {
z-index: 20;
border-radius: 20px;
border-radius: 20px;
background-color: #dbdbdb;
}
@ -96,4 +96,9 @@ limitations under the License.
.mx_MemberTile_offline .mx_MemberTile_nameSpan
{
opacity: 0.5;
}
}
.mx_MemberTile_leave {
float: right;
}