make the new userlist UI actually work

This commit is contained in:
Matthew Hodgson 2015-09-22 01:16:45 +02:00
parent 260e22186b
commit 61c94d63e7
5 changed files with 92 additions and 8 deletions

View file

@ -54,12 +54,12 @@ html {
}
.mx_ContextualMenu {
text-align: center;
border: 1px solid #a9dbf4;
border-radius: 8px;
background-color: #fff;
color: #747474;
position: fixed;
z-index: 1000;
z-index: 2001;
padding: 6px;
}
@ -71,7 +71,8 @@ html {
}
.mx_ContextualMenu_field {
padding: 6px;
padding: 3px 6px 3px 6px;
cursor: pointer;
}