mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 16:39:59 -04:00
Merge pull request #31804 from nextcloud/backport/31782/stable23
[stable23] Fix ldap wizard styling
This commit is contained in:
commit
04c8cf4cad
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