slight positioning fixes in user mgmt controls bar

This commit is contained in:
Jan-Christoph Borchardt 2015-03-17 19:02:55 +01:00
parent 075e2b1d1d
commit 365b0b8cfe

View file

@ -133,13 +133,16 @@ select.quota.active { background: #fff; }
input.userFilter {width: 200px;}
/* positioning fixes */
#newuser {
padding-left: 3px;
}
#newuser .multiselect {
min-width: 150px !important;
}
#newuser .multiselect,
#newusergroups + input[type='submit'] {
position: relative;
top: 1px;
top: -1px;
}
#headerGroups, #headerSubAdmins, #headerQuota { padding-left:18px; }