You are here

uc_order.css in Ubercart 6.2

Same filename and directory in other branches
  1. 5 uc_order/uc_order.css
  2. 7.3 uc_order/uc_order.css

Styles for uc_order module.

File

uc_order/uc_order.css
View source
  1. /**
  2. * @file
  3. * Styles for uc_order module.
  4. */
  5. .order-overview-form {
  6. float: left;
  7. padding: 0em 2em 0em 0em;
  8. }
  9. .order-overview-form .form-item {
  10. margin-bottom: 0em;
  11. }
  12. .order-overview-form #uc-order-select-form,
  13. .order-overview-form #uc-order-admin-sort-form {
  14. margin-bottom: 0em;
  15. }
  16. .uc-orders-table {
  17. clear: both;
  18. width: 100%;
  19. }
  20. .uc-orders-table td,
  21. .uc-orders-table thead th {
  22. white-space: nowrap;
  23. }
  24. .uc-orders-table tr.odd:hover,
  25. .uc-orders-table tr.even:hover {
  26. background-color: #ddd;
  27. }
  28. .uc-orders-table img {
  29. float: left;
  30. margin-right: .5em;
  31. }
  32. .order-admin-icons {
  33. margin-left: 2px;
  34. }
  35. .order-admin-icons img {
  36. padding: 0px 3px;
  37. position: relative;
  38. top: 3px;
  39. }
  40. .order-pane {
  41. border-color: #bbb;
  42. border-style: solid;
  43. border-width: 1px;
  44. line-height: 1.1em;
  45. margin: .5em;;
  46. padding: .5em;
  47. width: auto;
  48. }
  49. .order-pane thead {
  50. background-color: #ddd;
  51. }
  52. .order-pane tbody {
  53. border-top: 0px;
  54. }
  55. .order-pane-title {
  56. font-weight: bold;
  57. padding-bottom: .5em;
  58. }
  59. .pos-left {
  60. float: left;
  61. }
  62. .abs-left {
  63. /*float: left;*/
  64. clear: left;
  65. }
  66. .pos-right {
  67. float: right;
  68. }
  69. .abs-right {
  70. clear: right;
  71. float: right;
  72. }
  73. .text-center {
  74. text-align: center;
  75. }
  76. .full-width {
  77. width: 100%;
  78. }
  79. .order-pane-table th {
  80. padding: 4px 8px;
  81. font-weight: bold;
  82. }
  83. .order-pane-table td {
  84. padding: 4px 8px;
  85. vertical-align: top;
  86. }
  87. .order-pane-table td.qty,
  88. .order-pane-table td.sku {
  89. text-align: center;
  90. white-space: nowrap;
  91. }
  92. .order-pane-table td.product {
  93. width: 80%;
  94. }
  95. .order-pane-table td.cost,
  96. .order-pane-table td.price,
  97. .order-pane-table td.total {
  98. text-align: right;
  99. white-space: nowrap;
  100. }
  101. .uc-order-comments td {
  102. vertical-align: top;
  103. }
  104. .uc-order-comments td.date,
  105. .uc-order-comments td.status {
  106. text-align: center;
  107. white-space: nowrap;
  108. }
  109. .uc-order-comments td.message {
  110. width: 100%;
  111. }
  112. .order-edit-table {
  113. width: auto;
  114. }
  115. .order-edit-table .oet-label {
  116. font-weight: bold;
  117. text-align: right;
  118. }
  119. .order-edit-table .form-item {
  120. display: inline;
  121. }
  122. .address-select-box {
  123. background-color: #ddd;
  124. border: solid 1px #999;
  125. padding-bottom: 1em;
  126. padding-left: 1em;
  127. margin-bottom: 1em;
  128. width: auto;
  129. }
  130. .customer-select-box {
  131. background-color: #ddd;
  132. border: solid 1px #999;
  133. padding: 1em;
  134. margin-top: 1em;
  135. width: auto;
  136. }
  137. .product-select-box {
  138. background-color: #ddd;
  139. border: solid 1px #999;
  140. margin-right: auto;
  141. margin-bottom: 1em;
  142. width: auto;
  143. }
  144. .product-select-box2 {
  145. background-color: #ddd;
  146. border: solid 1px #999;
  147. margin-right: auto;
  148. margin-bottom: 1em;
  149. padding-left: 1em;
  150. padding-bottom: 1em;
  151. width: auto;
  152. }
  153. .line-item-table {
  154. width: 100%;
  155. }
  156. .line-item-table td {
  157. padding: 2px;
  158. }
  159. .line-item-table .li-title {
  160. font-weight: bold;
  161. text-align: right;
  162. width: 100%;
  163. }
  164. .line-item-table .li-amount {
  165. text-align: right;
  166. }
  167. .line-item-table .form-item {
  168. display: inline;
  169. }
  170. .order-review-table tbody {
  171. border-top: 0px;
  172. }
  173. .order-pane-table .product-description {
  174. font-size: .7em;
  175. }
  176. /* Move to uc_credit.css eventually... */
  177. .order-pane #uc-credit-order-view-form {
  178. margin-top: .5em;
  179. margin-bottom: 0em;
  180. }
  181. #uc-credit-order-view-form .form-submit {
  182. margin: 0em;
  183. }
  184. .order-pane #uc-order-view-update-form {
  185. margin-bottom: 1em;
  186. }
  187. .update-controls {
  188. padding-top: 1em;
  189. }
  190. .update-controls div {
  191. padding-right: 1em;
  192. }
  193. .update-controls div,
  194. .update-controls label {
  195. display: inline;
  196. }
  197. .update-controls .form-submit {
  198. margin: 0em;
  199. }
  200. .address-select-box #uc-order-address-book-form {
  201. margin-bottom: 0em;
  202. }
  203. .order-pane.abs-left .form-submit {
  204. margin: 0.5em 0.5em 0.5em 0em;
  205. }
  206. .order-pane #customer-select form {
  207. margin-bottom: 0em;
  208. }