Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/user_ldap/css/settings.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/user_ldap/css/settings.css b/apps/user_ldap/css/settings.css
index 54d0e2dbb0c..f99310118a9 100644
--- a/apps/user_ldap/css/settings.css
+++ b/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;
+}