uc_cart_block-rtl.css 858 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /**
  2. * @file
  3. * RTL Styles for the uc_cart module cart block.
  4. */
  5. .cart-block-icon-full,
  6. .cart-block-icon-empty {
  7. float: right;
  8. margin: 2px 0 0 6px;
  9. }
  10. /**
  11. * Styles for the cart block title and toggle.
  12. */
  13. .cart-block-title-bar {
  14. padding-right: inherit;
  15. padding-left: 20px;
  16. }
  17. .cart-block-arrow {
  18. right: auto;
  19. left: 0;
  20. }
  21. /**
  22. * Styles for the cart block contents and summary.
  23. */
  24. .cart-block-item-price {
  25. text-align: left;
  26. }
  27. .cart-block-item-desc ul.product-description {
  28. padding: 0 1em 0.25em 0;
  29. }
  30. .cart-block-summary-total {
  31. text-align: left;
  32. }
  33. .cart-block-summary-links td {
  34. text-align: left;
  35. }
  36. .cart-block-summary-links ul.links li {
  37. border-right: 0 none;
  38. border-left: solid 1px;
  39. padding: 0 .75em 0 1em;
  40. }
  41. .cart-block-summary-links ul.links li.last {
  42. border-left: none;
  43. padding-left: 0;
  44. padding-right: inherit;
  45. }