Fixes settings.css and converts more styles.
This commit is contained in:
parent
932e8f9f58
commit
2a0e8329f9
|
@ -33,9 +33,9 @@
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
background-color: lightyellow;
|
background-color: lightyellow;
|
||||||
border-radius: 0.5em;
|
border-radius: 8px;
|
||||||
padding: 0.6em 0.5em 0.4em !important;
|
padding: 10px 8px 6px !important;
|
||||||
margin-bottom: 0.3em;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ldapWizard1 .hostPortCombinator {
|
#ldapWizard1 .hostPortCombinator {
|
||||||
|
@ -68,17 +68,17 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.ldapwarning {
|
.ldapwarning {
|
||||||
margin-left: 1.4em;
|
margin-left: 22px;
|
||||||
color: #FF3B3B;
|
color: #FF3B3B;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wizSpinner {
|
.wizSpinner {
|
||||||
height: 15px;
|
height: 15px;
|
||||||
margin: 0.3em;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ldapSettingControls {
|
.ldapSettingControls {
|
||||||
margin-top: 3ex;
|
margin-top: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ldap fieldset p label {
|
#ldap fieldset p label {
|
||||||
|
@ -110,10 +110,6 @@ select[multiple=multiple] + button {
|
||||||
max-width: 40%;
|
max-width: 40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ldapwarning {
|
|
||||||
margin-left: 22px;
|
|
||||||
color: #FF3B3B;
|
|
||||||
}
|
|
||||||
.ldap_config_state_indicator_sign {
|
.ldap_config_state_indicator_sign {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
|
Loading…
Reference in New Issue