uc_cart-rtl.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. /**
  2. * @file
  3. * RTL Styles for uc_cart module.
  4. */
  5. .order-review-table .title-col {
  6. padding-left: inherit;
  7. padding-right: 3em;
  8. text-align: left;
  9. }
  10. .order-review-table .data-col {
  11. padding-right: inherit;
  12. padding-left: 3em;
  13. }
  14. .order-review-table .review-button-row td {
  15. text-align: left;
  16. }
  17. .next-button {
  18. text-align: left;
  19. }
  20. #uc-cart-view-form img {
  21. padding-right: inherit;
  22. padding-left: .8em;
  23. float: right;
  24. }
  25. .address-book-icon {
  26. margin-left: inherit;
  27. margin-right: 2px;
  28. }
  29. /**
  30. * CSS rules for the cart form at /cart.
  31. */
  32. #uc-cart-view-form .form-actions {
  33. text-align: left;
  34. }
  35. #uc-cart-view-form .form-actions a {
  36. float: right;
  37. }
  38. #uc-cart-view-form #edit-continue-shopping {
  39. float: right;
  40. margin-left: inherit;
  41. margin-right: .5em;
  42. }
  43. .uc-cart-checkout-button {
  44. float: left;
  45. clear: left;
  46. }
  47. /**
  48. * CSS rules for the cart review table.
  49. */
  50. td.price {
  51. text-align: left;
  52. }
  53. td.subtotal {
  54. text-align: left;
  55. }
  56. /**
  57. * CSS rules for the bottom of the checkout form at /cart/checkout.
  58. */
  59. .uc-cart-checkout-form .form-actions {
  60. text-align: left;
  61. }