You are here

uc_catalog.css in Ubercart 7.3

Same filename and directory in other branches
  1. 5 uc_catalog/uc_catalog.css
  2. 6.2 uc_catalog/uc_catalog.css

Styles for uc_catalog module.

File

uc_catalog/uc_catalog.css
View source
  1. /**
  2. * @file
  3. * Styles for uc_catalog module.
  4. */
  5. .catalog .trail {
  6. font-weight: bold;
  7. }
  8. .uc-catalog .views-view-grid td,
  9. .uc-catalog-terms .views-view-grid td {
  10. text-align: center;
  11. }
  12. .views-field-buyitnowbutton .form-actions {
  13. margin: 0;
  14. }