Add on a membership badge

This commit is contained in:
Matthew Hodgson 2015-10-24 20:47:48 +01:00
parent a74cef0d64
commit f4d21f883a
3 changed files with 30 additions and 5 deletions

View file

@ -52,7 +52,7 @@ limitations under the License.
color: #454545;
margin-left: 3px;
font-size: 16px;
margin-bottom: 6px;
margin-bottom: 8px;
width: 180px;
}

View file

@ -52,6 +52,7 @@ limitations under the License.
vertical-align: middle;
padding-left: 8px;
padding-right: 8px;
position: relative;
}
.mx_RightPanel_headerButton_highlight {
@ -63,6 +64,20 @@ limitations under the License.
background-color: #76cfa6;
}
.mx_RightPanel_headerButton_badge {
position: absolute;
top: 5px;
left: 21px;
font-size: 12px;
background-color: #76cfa6;
color: #fff;
font-weight: bold;
border-radius: 20px;
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
}
.mx_RightPanel .mx_MemberList {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;