summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/css
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2013-01-03 14:07:01 +0100
committerArthur Schiwon <blizzz@owncloud.com>2013-01-03 14:07:01 +0100
commit72d67ec036192e8ddd1df73b2a388ef25387f2be (patch)
treeffe23e299f3c16dec920276855eaed284a13d5e0 /apps/user_ldap/css
parent959996c3b4c8333505f9457b2c6e63b8bf2fbd99 (diff)
downloadnextcloud-server-72d67ec036192e8ddd1df73b2a388ef25387f2be.tar.gz
nextcloud-server-72d67ec036192e8ddd1df73b2a388ef25387f2be.zip
Switch to textarea to enable configuration of multiple DNs
Diffstat (limited to 'apps/user_ldap/css')
-rw-r--r--apps/user_ldap/css/settings.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_ldap/css/settings.css b/apps/user_ldap/css/settings.css
index f3f41fb2d8b..84ada0832ab 100644
--- a/apps/user_ldap/css/settings.css
+++ b/apps/user_ldap/css/settings.css
@@ -2,9 +2,11 @@
width: 20%;
max-width: 200px;
display: inline-block;
+ vertical-align: top;
+ padding-top: 9px;
}
-#ldap fieldset input {
+#ldap fieldset input, #ldap fieldset textarea {
width: 70%;
display: inline-block;
}