You are here

uc_discounts.css in Ubercart Discounts (Alternative) 7.2

Same filename and directory in other branches
  1. 6.2 uc_discounts/uc_discounts.css
#discount-subtotal-title, #discount-amount-title {
  font-weight: bold;
}

table.uc-discounts td.date,
table.uc-discounts td.operations {
  white-space: nowrap;
}

table.uc-discounts td.operations a {
  padding-right: 5px;
}

table.uc-discounts td.numeric {
  text-align: center;
}

table.uc-discounts td.is_inactive,
table.uc-discounts td.is_active {
  text-align: center;
  font-weight: bold;
  color: green;
}

table.uc-discounts td.is_inactive {
  color: red;
}

code.uc-discounts-generated-codes {
  display: block;
  background: #eee;
  border: 1px solid #333;
  white-space: pre;
}

File

uc_discounts/uc_discounts.css
View source
  1. #discount-subtotal-title, #discount-amount-title {
  2. font-weight: bold;
  3. }
  4. table.uc-discounts td.date,
  5. table.uc-discounts td.operations {
  6. white-space: nowrap;
  7. }
  8. table.uc-discounts td.operations a {
  9. padding-right: 5px;
  10. }
  11. table.uc-discounts td.numeric {
  12. text-align: center;
  13. }
  14. table.uc-discounts td.is_inactive,
  15. table.uc-discounts td.is_active {
  16. text-align: center;
  17. font-weight: bold;
  18. color: green;
  19. }
  20. table.uc-discounts td.is_inactive {
  21. color: red;
  22. }
  23. code.uc-discounts-generated-codes {
  24. display: block;
  25. background: #eee;
  26. border: 1px solid #333;
  27. white-space: pre;
  28. }