You are here

uc_store.css in Ubercart 6.2

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

Styles for uc_store module.

File

uc_store/uc_store.css
View source
  1. /**
  2. * @file
  3. * Styles for uc_store module.
  4. */
  5. .uc-price {
  6. white-space: nowrap;
  7. }
  8. .uc-store-admin-table {
  9. margin: 1em auto;
  10. border: 1px dashed #bbb;
  11. }
  12. .uc-store-admin-table tbody {
  13. border-top: 0px;
  14. }
  15. .uc-store-admin-panel {
  16. margin: 1em;
  17. padding: 1em;
  18. }
  19. .uc-store-admin-panel .uc-store-icon {
  20. float: left;
  21. margin-right: 1em;
  22. }
  23. .uc-store-admin-panel .panel-title {
  24. padding-top: 4px;
  25. font-size: 1.5em;
  26. width: 100%;
  27. }
  28. .uc-store-admin-panel .panel-show-link a {
  29. cursor: pointer;
  30. }
  31. .uc-customer-table .uc-store-icon {
  32. float: left;
  33. margin-right: .5em;
  34. }
  35. .uc-customer-table tr.odd:hover,
  36. .uc-customer-table tr.even:hover {
  37. background-color: #ddd;
  38. }
  39. .uc-cust-orders-table tr.odd:hover,
  40. .uc-cust-orders-table tr.even:hover {
  41. background-color: #ddd;
  42. }
  43. .uc-cust-orders-table .uc-store-icon {
  44. float: left;
  45. margin-right: .5em;
  46. }
  47. #store-footer {
  48. width: 100%;
  49. text-align: center;
  50. font-size: x-small;
  51. clear: both;
  52. }
  53. .uc-default-submit {
  54. height: 0px;
  55. left: -9999px;
  56. position: absolute;
  57. top: -9999px;
  58. width: 0px;
  59. }
  60. .uc-store-status td {
  61. vertical-align: top;
  62. }
  63. .uc-store-status td.title {
  64. font-weight: bold;
  65. white-space: nowrap;
  66. }
  67. .uc-store-status td.message {
  68. width: 100%;
  69. }
  70. table.section-items {
  71. width: auto;
  72. }
  73. table.section-items td {
  74. padding: .25em;
  75. }
  76. #uc-country-import-form .form-item,
  77. #uc-country-import-form .form-item label {
  78. display: inline;
  79. float: left;
  80. margin-right: 1em;
  81. }
  82. #uc-country-import-form .form-submit {
  83. float: left;
  84. margin-top: 1em;
  85. }
  86. #uc-country-import-form table {
  87. clear: left;
  88. }
  89. /**
  90. * CSS enhancements for Ubercart summary overviews.
  91. */
  92. .summary-overview {
  93. padding: .5em;
  94. border: 1px dashed #bbb;
  95. margin-bottom: -1px;
  96. }
  97. .summary-title {
  98. font-weight: bold;
  99. }
  100. .summaryOnclick-processed {
  101. cursor: pointer;
  102. }
  103. .summaryOnclick-processed:hover {
  104. background-color: #ddd;
  105. }
  106. .summary-edit-icon {
  107. float: left;
  108. margin-right: .5em;
  109. position: relative;
  110. top: 2px;
  111. }
  112. .summaryOnclick-processed .item-list {
  113. margin-left: 1.75em;
  114. }
  115. .summaryOnclick-processed .summary-link {
  116. display: none;
  117. }
  118. .ubercart-throbber {
  119. background-image: url(images/throbber.gif);
  120. background-repeat: no-repeat;
  121. background-position: 100% -20px;
  122. }
  123. /* Add icon support for admin (http://drupal.org/project/admin). */
  124. .path-admin-store-orders span.icon {
  125. background: transparent url('images/menu_orders.gif') no-repeat !important;
  126. }
  127. .path-admin-store-customers span.icon {
  128. background: transparent url('images/menu_customers.gif') no-repeat !important;
  129. }
  130. .path-admin-store-products span.icon {
  131. background: transparent url('images/menu_products.gif') no-repeat !important;
  132. }
  133. .path-admin-store-settings span.icon {
  134. background: transparent url('images/menu_store_settings.gif') no-repeat !important;
  135. }
  136. .path-admin-store-attributes span.icon {
  137. background: transparent url('images/menu_store_settings.gif') no-repeat !important;
  138. }
  139. .path-admin-store-reports span.icon {
  140. background: transparent url('images/menu_reports.gif') no-repeat !important;
  141. }
  142. .path-admin-store-ca span.icon {
  143. background: transparent url('images/menu_store_settings.gif') no-repeat !important;
  144. }
  145. .path-admin-store-help span.icon {
  146. background: transparent url('images/menu_help.gif') no-repeat !important;
  147. }