uc_store.css 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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; /* LTR */
  10. margin-right: 1em; /* LTR */
  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; /* LTR */
  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; /* LTR */
  41. margin-top: 2px;
  42. margin-bottom: 2px;
  43. padding: 2px;
  44. }
  45. .uc-store-address-field .form-item label {
  46. float: left; /* LTR */
  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. }