diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-10-07 16:29:06 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-10-07 16:43:58 +0200 |
commit | 67292a534587e3490762aa5db9716517cab079fa (patch) | |
tree | 61ada9d76fef08abb2a66bac96f66774898c2563 /apps/user_ldap/css | |
parent | 432cd4a5c2b1c6f3a5c0ea7205ed5a01ee0381d7 (diff) | |
download | nextcloud-server-67292a534587e3490762aa5db9716517cab079fa.tar.gz nextcloud-server-67292a534587e3490762aa5db9716517cab079fa.zip |
add checkbox for experienced users to server tab
Diffstat (limited to 'apps/user_ldap/css')
-rw-r--r-- | apps/user_ldap/css/settings.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/user_ldap/css/settings.css b/apps/user_ldap/css/settings.css index 3051cc8058e..48a8626ea9a 100644 --- a/apps/user_ldap/css/settings.css +++ b/apps/user_ldap/css/settings.css @@ -6,6 +6,7 @@ .tablerow { display: table-row; white-space: nowrap; + text-align: left; } .tablerow input, .tablerow textarea { @@ -16,6 +17,10 @@ height: 15px; } +#ldap .tablerow label { + margin-left: 3px; +} + .invisible { visibility: hidden; } @@ -103,6 +108,10 @@ vertical-align: bottom; } +#ldap input[type=checkbox] { + width: 15px !important; +} + select[multiple=multiple] + button { height: 28px; padding-top: 6px !important; |