diff options
author | raghunayyar <me@iraghu.com> | 2014-01-26 03:02:52 +0530 |
---|---|---|
committer | raghunayyar <me@iraghu.com> | 2014-01-26 03:02:52 +0530 |
commit | 2a0e8329f9f35df33f3e379a6ec99eaf4e1ee973 (patch) | |
tree | 0f1aaec79aae6ab47ca81ac86d96cd75b9353413 /apps/user_ldap/css | |
parent | 932e8f9f58cb9ce515c07b218b126d453bc3f46a (diff) | |
download | nextcloud-server-2a0e8329f9f35df33f3e379a6ec99eaf4e1ee973.tar.gz nextcloud-server-2a0e8329f9f35df33f3e379a6ec99eaf4e1ee973.zip |
Fixes settings.css and converts more styles.
Diffstat (limited to 'apps/user_ldap/css')
-rw-r--r-- | apps/user_ldap/css/settings.css | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/apps/user_ldap/css/settings.css b/apps/user_ldap/css/settings.css index 44d74926b37..e09c377a907 100644 --- a/apps/user_ldap/css/settings.css +++ b/apps/user_ldap/css/settings.css @@ -33,9 +33,9 @@ width: 100% !important; height: 50px; background-color: lightyellow; - border-radius: 0.5em; - padding: 0.6em 0.5em 0.4em !important; - margin-bottom: 0.3em; + border-radius: 8px; + padding: 10px 8px 6px !important; + margin-bottom: 5px; } #ldapWizard1 .hostPortCombinator { @@ -68,17 +68,17 @@ } .ldapwarning { - margin-left: 1.4em; + margin-left: 22px; color: #FF3B3B; } .wizSpinner { height: 15px; - margin: 0.3em; + margin: 5px; } .ldapSettingControls { - margin-top: 3ex; + margin-top: 3px; } #ldap fieldset p label { @@ -110,10 +110,6 @@ select[multiple=multiple] + button { max-width: 40%; } -.ldapwarning { - margin-left: 22px; - color: #FF3B3B; -} .ldap_config_state_indicator_sign { display: inline-block; height: 16px; |