Browse Source

Fix ldap wizard styling

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
pull/31782/head
Richard Steinmetz 4 years ago
parent
commit
3890081997
No known key found for this signature in database GPG Key ID: 27137D9E7D273FB2
  1. 8
      apps/user_ldap/css/settings.css

8
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;
}
Loading…
Cancel
Save