mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Fix ldap wizard styling
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
parent
800fae0133
commit
3890081997
1 changed files with 7 additions and 1 deletions
|
|
@ -9,7 +9,8 @@
|
|||
}
|
||||
|
||||
.tablerow {
|
||||
display: table-row;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
}
|
||||
|
|
@ -226,3 +227,8 @@ select[multiple=multiple] + button {
|
|||
#ldapSettings div.ui-accordion-content {
|
||||
background: white;
|
||||
}
|
||||
|
||||
ul.ui-multiselect-checkboxes label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue