You are here

uc_discounts.css in Ubercart Discounts (Alternative) 6.2

Same filename and directory in other branches
  1. 7.2 uc_discounts/uc_discounts.css
.uc-discounts-cart-pane-container {
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  text-align: right;
  width: 100%;
}

.uc-discounts-cart-pane-table {
  text-align: right;
  width: 100%;
}

.uc-discounts-cart-pane-table-cell {
  width: 100%;
}

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. .uc-discounts-cart-pane-container {
  2. border-left: 1px solid #BBBBBB;
  3. border-right: 1px solid #BBBBBB;
  4. border-bottom: 1px solid #BBBBBB;
  5. text-align: right;
  6. width: 100%;
  7. }
  8. .uc-discounts-cart-pane-table {
  9. text-align: right;
  10. width: 100%;
  11. }
  12. .uc-discounts-cart-pane-table-cell {
  13. width: 100%;
  14. }
  15. table.uc-discounts td.date,
  16. table.uc-discounts td.operations {
  17. white-space: nowrap;
  18. }
  19. table.uc-discounts td.operations a {
  20. padding-right: 5px;
  21. }
  22. table.uc-discounts td.numeric {
  23. text-align: center;
  24. }
  25. table.uc-discounts td.is_inactive,
  26. table.uc-discounts td.is_active {
  27. text-align: center;
  28. font-weight: bold;
  29. color: green;
  30. }
  31. table.uc-discounts td.is_inactive {
  32. color: red;
  33. }
  34. code.uc-discounts-generated-codes {
  35. display: block;
  36. background: #eee;
  37. border: 1px solid #333;
  38. white-space: pre;
  39. }