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:
authorArthur Schiwon <blizzz@owncloud.com>2013-11-04 19:54:48 +0400
committerArthur Schiwon <blizzz@owncloud.com>2013-11-04 19:54:48 +0400
commit3d6030b2aebc2a776d2f82cd196413f7ee7ca132 (patch)
treef036104317544d6dfd1a053f1540925c96ef4bd9 /apps/user_ldap/css
parent17820fbef6e2eda38b43cdb35a0c9c7b6fa59bb3 (diff)
LDAP: improve design and placement of Save button
Diffstat (limited to 'apps/user_ldap/css')
-rw-r--r--apps/user_ldap/css/settings.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/user_ldap/css/settings.css b/apps/user_ldap/css/settings.css
index 65bff3aadb7..41578e91b69 100644
--- a/apps/user_ldap/css/settings.css
+++ b/apps/user_ldap/css/settings.css
@@ -80,6 +80,10 @@
height: 15px;
}
+.ldapSettingControls {
+ margin-top: 3ex;
+}
+
#ldap fieldset p label {
width: 20%;
max-width: 200px;
@@ -90,6 +94,10 @@
padding-right: 5px;
}
+#ldap fieldset input[type=submit] {
+ width: auto;
+}
+
#ldap fieldset input, #ldap fieldset textarea {
width: 60%;
display: inline-block;