You are here

uc_order.css in Ubercart 5

Same filename and directory in other branches
  1. 6.2 uc_order/uc_order.css
  2. 7.3 uc_order/uc_order.css
.order-overview-form {
  float: left;
  padding: 0em 2em 0em 0em;
}

.order-overview-form .form-item {
  margin-bottom: 0em;
}

.order-overview-form #uc-order-select-form, .order-overview-form #uc-order-admin-sort-form {
  margin-bottom: 0em;
}

.uc-orders-table {
  width: 100%;
  clear: both;
}

.uc-orders-table thead th {
  white-space: nowrap;
}

.uc-orders-table tr.odd:hover, .uc-orders-table tr.even:hover {
  background-color: #ddd;
}

.uc-orders-table img {
  float: left;
  margin-right: .5em;
}

.order-admin-icons {
  margin-left: 2px;
}

.order-admin-icons img {
  position: relative;
  top: 3px;
  padding: 0px 3px;
}

.order-pane {
  border-style: solid;
  border-color: #bbb;
  border-width: 1px;
  padding: .5em;
  margin: .5em;;
  width: auto;
  line-height: 1.1em;
}

.order-pane thead {
  background-color: #ddd;
}

.order-pane tbody {
  border-top: 0px;
}

.order-pane-title {
  font-weight: bold;
  padding-bottom: .5em;
}

.pos-left {
  float: left;
}

.abs-left {
  /*float: left;*/
  clear: left;
}

.pos-right {
  float: right;
}

.abs-right {
  float: right;
  clear: right;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.full-width {
  width: 100%;
}

.order-pane-table {
  width: 100%;
}

.order-pane-table .order-pane-table-heading {
  font-weight: bold;
  background-color: #ddd;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #bbb;
}

.order-pane-table thead th {
  font-weight: bold;
  background-color: #ddd;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #bbb;
  padding: 4px 8px;
}

.order-pane-table tr {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #bbb;
}

.order-pane-table tr.odd td, .order-pane-table tr.even td {
  padding: 4px 8px;
}

.order-edit-table {
  width: auto;
}

.order-edit-table .oet-label {
  text-align: right;
  font-weight: bold;
}

.order-edit-table .form-item {
  display: inline;
}

.address-select-box {
  background-color: #ddd;
  border: solid 1px #999;
  width: auto;
  padding-left: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.customer-select-box {
  background-color: #ddd;
  border: solid 1px #999;
  width: auto;
  padding: 1em;
  margin-top: 1em;
}

.product-select-box {
  background-color: #ddd;
  border: solid 1px #999;
  width: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.product-select-box2 {
  background-color: #ddd;
  border: solid 1px #999;
  width: auto;
  margin-right: auto;
  margin-bottom: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
}

.line-item-table {
  width: 100%;
}

.line-item-table td {
  padding: 2px;
}

.line-item-table .li-title {
  width: 100%;
  font-weight: bold;
  text-align: right;
}

.line-item-table .li-amount {
  text-align: right;
}

.line-item-table .form-item {
  display: inline;
}

.order-review-table tbody {
  border-top: 0px;
}

.product-options {
  font-size: .7em;
}

/* Move to uc_credit.css eventually... */
.order-pane #uc-credit-order-view-form {
  margin-top: .5em;
  margin-bottom: 0em;
}

#uc-credit-order-view-form .form-submit {
  margin: 0em;
}

.order-pane #uc-order-view-update-form {
  margin-bottom: 1em;
}

.update-controls {
  padding-top: 1em;
}

.update-controls div {
  padding-right: 1em;
}

.update-controls div, .update-controls label {
  display: inline;
}

.update-controls .form-submit {
  margin: 0em;
}

.address-select-box #uc-order-address-book-form {
  margin-bottom: 0em;
}

.order-pane.abs-left .form-submit {
  margin: 0.5em 0.5em 0.5em 0em;
}

.order-pane #customer-select form {
  margin-bottom: 0em;
}

File

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