You are here

system_module.css in Util 6.3

Same filename and directory in other branches
  1. 6.2 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. /* ---- STYLES FOR ADMIN PAGE ---- */
  7. #system-module-settings .form-radios {
  8. margin-top: 0;
  9. }
  10. #system-module-settings .form-radios .form-item {
  11. float: left;
  12. margin-left: 2em;
  13. }
  14. #system-module-settings .form-checkboxes .form-item, #system-module-settings .form-radios .form-item {
  15. float: left;
  16. margin-top: 0;
  17. margin-bottom: 0;
  18. /* width: 33%; /* 3 columns per row */
  19. width: 24%; /* 4 columns per row */
  20. /* width: 19%; /* 5 columns per row */
  21. /* margin-right: 1em; /* as many as will fit */
  22. }
  23. #system-module-settings .description {
  24. clear: both;
  25. }
  26. #system-module-settings fieldset legend{
  27. font-weight: bold;
  28. }
  29. #system-module-settings .form-submit {
  30. margin-top: 1em;
  31. font-weight: bold;
  32. color: #009900;
  33. padding: 1px;
  34. }
  35. #system-module-settings #modules-by-name ul {
  36. margin-left: 0;
  37. padding-left: 0;
  38. list-style-type: none;
  39. }
  40. /* ---- STYLES FOR MODULES LIST PAGE ---- */
  41. .system_module_internal_name {
  42. font-family:"Courier";
  43. font-size: small;
  44. }