You are here

uc_cart_block.css in Ubercart 5

Same filename and directory in other branches
  1. 6.2 uc_cart/uc_cart_block.css
  2. 7.3 uc_cart/uc_cart_block.css
#block-cart-icon {
  padding-right: 1em;
}

#block-cart-title-bar {
  cursor: pointer;
  white-space: nowrap;
}

#block-cart-title-arrow {
  padding-top: 5px;
  padding-right: 2px;
}

.cart-help-text {
  font-size: x-small;
  position: relative;
  top: -5px;
}

#block-cart-title-image {
  padding-right: 5px;
}
.block-cart-title-bar {
  white-space: nowrap;
}
.cart-block-toggle {
  cursor: pointer;
}
#block-cart-title-arrow {
  position: relative;
  top: -5px;
  right: -23px;
}
.cart-block-table {
  border-bottom: 2px;
  padding: 2px;
}
.cart-block-tbody {
  border-top: 0px;
}
.cart-block-item {
  vertical-align: top;
}
.cart-block-item-qty {}
.cart-block-item-title {
  width: 100%;
}
.cart-block-item-price {
  text-align: right;
  white-space: nowrap;
}
.cart-block-summary-table {
  padding: 2px;
}
.cart-block-summary-tbody {
  border-top: 0px;
}
.cart-block-summary-tr {
  vertical-align: top;
}
.cart-block-summary-items {
  white-space: nowrap;
}
.cart-block-summary-total {
  width: 100%;
  text-align: right;
}
.cart-block-summary-checkout {
  text-align: right;
}

#block-cart-contents ul.cart-options {
  margin: 0pt;
  padding: 0pt 0pt 0.25em 1em;
}
#block-cart-contents .cart-options li {
  margin: 0pt;
  padding-top: 0pt;
  padding-bottom: 0pt;
  font-size: .7em;
}

File

uc_cart/uc_cart_block.css
View source
  1. #block-cart-icon {
  2. padding-right: 1em;
  3. }
  4. #block-cart-title-bar {
  5. cursor: pointer;
  6. white-space: nowrap;
  7. }
  8. #block-cart-title-arrow {
  9. padding-top: 5px;
  10. padding-right: 2px;
  11. }
  12. .cart-help-text {
  13. font-size: x-small;
  14. position: relative;
  15. top: -5px;
  16. }
  17. #block-cart-title-image {
  18. padding-right: 5px;
  19. }
  20. .block-cart-title-bar {
  21. white-space: nowrap;
  22. }
  23. .cart-block-toggle {
  24. cursor: pointer;
  25. }
  26. #block-cart-title-arrow {
  27. position: relative;
  28. top: -5px;
  29. right: -23px;
  30. }
  31. .cart-block-table {
  32. border-bottom: 2px;
  33. padding: 2px;
  34. }
  35. .cart-block-tbody {
  36. border-top: 0px;
  37. }
  38. .cart-block-item {
  39. vertical-align: top;
  40. }
  41. .cart-block-item-qty {}
  42. .cart-block-item-title {
  43. width: 100%;
  44. }
  45. .cart-block-item-price {
  46. text-align: right;
  47. white-space: nowrap;
  48. }
  49. .cart-block-summary-table {
  50. padding: 2px;
  51. }
  52. .cart-block-summary-tbody {
  53. border-top: 0px;
  54. }
  55. .cart-block-summary-tr {
  56. vertical-align: top;
  57. }
  58. .cart-block-summary-items {
  59. white-space: nowrap;
  60. }
  61. .cart-block-summary-total {
  62. width: 100%;
  63. text-align: right;
  64. }
  65. .cart-block-summary-checkout {
  66. text-align: right;
  67. }
  68. #block-cart-contents ul.cart-options {
  69. margin: 0pt;
  70. padding: 0pt 0pt 0.25em 1em;
  71. }
  72. #block-cart-contents .cart-options li {
  73. margin: 0pt;
  74. padding-top: 0pt;
  75. padding-bottom: 0pt;
  76. font-size: .7em;
  77. }