You are here

commerce_registration.admin.css in Commerce Registration 7.2

Administration styles for the Commerce Registration.

File

theme/commerce_registration.admin.css
View source
  1. /**
  2. * @file
  3. * Administration styles for the Commerce Registration.
  4. */
  5. /**
  6. * Theme the commerce line item registrations section on the order edit ui.
  7. */
  8. #commerce-line-item_registrations caption {
  9. font-size: 100%;
  10. font-weight: bold;
  11. padding-bottom: 5px;
  12. text-align: left; /* LTR */
  13. text-transform: uppercase;
  14. }
  15. .commerce-registration-line-item-registrations fieldset {
  16. border-width: 0px;
  17. border-bottom-width: 1px;
  18. }
  19. .commerce-registration-line-item-registrations fieldset.last {
  20. border-bottom-width: 0px;
  21. }
  22. .commerce-registration-line-item-registrations-controls.form-wrapper {
  23. border-width: 0px;
  24. margin-bottom: 0px;
  25. padding-left: 0;
  26. padding-right: 0;
  27. }
  28. #commerce-line-item_registrations legend,
  29. #commerce-line-item_registrations .fieldset-legend {
  30. background: none;
  31. padding: 0;
  32. }