uc_catalog.css 249 B

12345678910111213141516
  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. }