2012-08-06 19:25:59 +04:00
|
|
|
#ldap fieldset p label {
|
|
|
|
width: 20%;
|
|
|
|
max-width: 200px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ldap fieldset input {
|
|
|
|
width: 70%;
|
|
|
|
display: inline-block;
|
2012-12-14 03:29:15 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.ldapwarning {
|
|
|
|
margin-left: 1.4em;
|
|
|
|
color: #FF3B3B;
|
2012-08-06 19:25:59 +04:00
|
|
|
}
|