uc_store.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. /**
  2. * @file
  3. * Styles for uc_store module.
  4. */
  5. .uc-price {
  6. white-space: nowrap;
  7. }
  8. .uc-inline-form .form-item {
  9. float: left;
  10. margin-right: 1em;
  11. padding-top: 5px;
  12. }
  13. #store-footer {
  14. clear: both;
  15. font-size: x-small;
  16. text-align: center;
  17. width: 100%;
  18. }
  19. .uc-default-submit {
  20. height: 0;
  21. left: -9999px;
  22. position: absolute;
  23. top: -9999px;
  24. width: 0;
  25. }
  26. .uc-store-status td {
  27. vertical-align: top;
  28. }
  29. .uc-store-status td.title {
  30. font-weight: bold;
  31. white-space: nowrap;
  32. }
  33. .uc-store-status td.message {
  34. width: 100%;
  35. }
  36. /**
  37. * CSS rules for address fields.
  38. */
  39. .uc-store-address-field .form-item {
  40. clear: left;
  41. margin-top: 2px;
  42. margin-bottom: 2px;
  43. padding: 2px;
  44. }
  45. .uc-store-address-field .form-item label {
  46. float: left;
  47. padding-right: 4px;
  48. text-align: right;
  49. width: 15em;
  50. }
  51. .vertical-tabs .uc-store-address-field .form-item input {
  52. width: auto;
  53. }
  54. .vertical-tabs .form-type-textfield input {
  55. width: auto;
  56. }
  57. .ubercart-throbber {
  58. background-image: url(images/throbber.gif);
  59. background-position: 100% -20px;
  60. background-repeat: no-repeat;
  61. }
  62. /**
  63. * Icon support for admin (http://drupal.org/project/admin).
  64. */
  65. .path-admin-store-orders span.icon {
  66. background: transparent url('images/menu_orders.gif') no-repeat !important;
  67. }
  68. .path-admin-store-customers span.icon {
  69. background: transparent url('images/menu_customers.gif') no-repeat !important;
  70. }
  71. .path-admin-store-products span.icon {
  72. background: transparent url('images/menu_products.gif') no-repeat !important;
  73. }
  74. .path-admin-store-settings span.icon {
  75. background: transparent url('images/menu_store_settings.gif') no-repeat !important;
  76. }
  77. .path-admin-store-reports span.icon {
  78. background: transparent url('images/menu_reports.gif') no-repeat !important;
  79. }
  80. /**
  81. * Vertical tabs missing legend workaround. To be removed when
  82. * http://drupal.org/node/1015798 gets into Drupal core.
  83. */
  84. .vertical-tabs fieldset fieldset legend {
  85. display: inline-block;
  86. }
  87. div.vertical-tabs .vertical-tabs-panes fieldset fieldset {
  88. border: 1px solid #ccc;
  89. margin: 1em 0;
  90. padding: 2.5em 0 0;
  91. }
  92. div.vertical-tabs .vertical-tabs-panes fieldset fieldset legend {
  93. display: inline-block;
  94. }