You are here

system_module.css in Util 6.2

Same filename and directory in other branches
  1. 6.3 system_module.css

Customize System Modules fieldsets

File

system_module.css
View source
  1. /* $Id $ */
  2. /**
  3. * @file
  4. * Customize System Modules fieldsets
  5. */
  6. #system-module-settings .form-radios {
  7. margin-top: 0;
  8. }
  9. #system-module-settings .form-radios .form-item {
  10. float: left;
  11. margin-left: 2em;
  12. }
  13. #system-module-settings .form-checkboxes .form-item, #system-module-settings .form-radios .form-item {
  14. float: left;
  15. margin-top: 0;
  16. margin-bottom: 0;
  17. /* width: 33%; /* 3 columns per row */
  18. width: 24%; /* 4 columns per row */
  19. /* width: 19%; /* 5 columns per row */
  20. /* margin-right: 1em; /* as many as will fit */
  21. }
  22. #system-module-settings .description {
  23. clear: both;
  24. }
  25. #system-module-settings fieldset legend{
  26. font-weight: bold;
  27. }
  28. #system-module-settings .form-submit {
  29. margin-top: 1em;
  30. font-weight: bold;
  31. color: #009900;
  32. padding: 1px;
  33. }