Browse Source
Fix ldap wizard styling
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
pull/31782/head
Richard Steinmetz
4 years ago
No known key found for this signature in database
GPG Key ID: 27137D9E7D273FB2
1 changed files with
7 additions and
1 deletions
-
apps/user_ldap/css/settings.css
|
|
|
@ -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; |
|
|
|
} |