You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

settings.css 305B

123456789101112131415161718192021
  1. #ldap fieldset p label {
  2. width: 20%;
  3. max-width: 200px;
  4. display: inline-block;
  5. vertical-align: top;
  6. padding-top: 9px;
  7. }
  8. #ldap fieldset input, #ldap fieldset textarea {
  9. width: 70%;
  10. display: inline-block;
  11. }
  12. .ldapIndent {
  13. margin-left: 50px;
  14. }
  15. .ldapwarning {
  16. margin-left: 1.4em;
  17. color: #FF3B3B;
  18. }