You are here

commerce_invoice_receipt.css in Commerce Invoice Receipt 7.2

Same filename and directory in other branches
  1. 7 theme/commerce_invoice_receipt.css

Stylesheet used in the invoice template.

File

theme/commerce_invoice_receipt.css
View source
  1. /**
  2. * @file
  3. * Stylesheet used in the invoice template.
  4. */
  5. .field-name-commerce-order-total .commerce-price-formatted-components {
  6. width: 33%;
  7. margin-left: auto;
  8. }
  9. .field-name-commerce-order-total .commerce-price-formatted-components tr.component-type-commerce-price-formatted-amount {
  10. font-weight: bold;
  11. }
  12. .products ul{
  13. display:none;
  14. }
  15. tr.odd {
  16. background: none repeat scroll 0 0 #FFFFFF;
  17. }
  18. tr.even {
  19. background: none repeat scroll 0 0 #EFEFEF;
  20. }
  21. .component-title {
  22. font-weight: bold;
  23. }
  24. table {
  25. width:100%;
  26. border-spacing: 0;
  27. font-size: 12px;
  28. }
  29. table.details td {
  30. padding: 0 5px;
  31. }
  32. table th {
  33. background: #000000;
  34. color: #FFFFFF;
  35. text-align: left;
  36. padding: 0;
  37. text-transform: uppercase;
  38. font-weight: bold;
  39. border: 0;
  40. }
  41. table th,
  42. .products table td {
  43. padding: 4px 5px;
  44. }
  45. .component-total,
  46. .views-field-commerce-total {
  47. width: 100px!important;
  48. text-align: right;
  49. }
  50. .line-items {
  51. border-bottom: 1px dotted #CCCCCC;
  52. }
  53. .products table.commerce-price-formatted-components {
  54. width: 200px;
  55. padding-top: 20px;
  56. float: right;
  57. }