diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2013-11-04 16:54:48 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2013-11-04 16:54:48 +0100 |
commit | 3d6030b2aebc2a776d2f82cd196413f7ee7ca132 (patch) | |
tree | f036104317544d6dfd1a053f1540925c96ef4bd9 /apps/user_ldap/css/settings.css | |
parent | 17820fbef6e2eda38b43cdb35a0c9c7b6fa59bb3 (diff) | |
download | nextcloud-server-3d6030b2aebc2a776d2f82cd196413f7ee7ca132.tar.gz nextcloud-server-3d6030b2aebc2a776d2f82cd196413f7ee7ca132.zip |
LDAP: improve design and placement of Save button
Diffstat (limited to 'apps/user_ldap/css/settings.css')
-rw-r--r-- | apps/user_ldap/css/settings.css | 8 |
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; |