summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap')
-rw-r--r--apps/user_ldap/css/settings.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/user_ldap/css/settings.css b/apps/user_ldap/css/settings.css
index 490c3e95926..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 {
@@ -126,4 +126,4 @@ select[multiple=multiple] + button {
.ldap_grey {
color: #777;
-} \ No newline at end of file
+}