mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
slight positioning fixes in user mgmt controls bar
This commit is contained in:
parent
075e2b1d1d
commit
365b0b8cfe
1 changed files with 4 additions and 1 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue