You are here

module_weights.css in Util 6.3

Customize System Modules fieldsets

File

module_weights.css
View source
  1. /* $Id $ */
  2. /**
  3. * @file
  4. * Customize System Modules fieldsets
  5. */
  6. #module-weights-settings .form-radios {
  7. margin-top: 0;
  8. }
  9. #module-weights-settings .form-radios .form-item {
  10. float: left;
  11. margin-left: 2em;
  12. }
  13. #module-weights-settings .description {
  14. clear: both;
  15. }