You are here

uc_store.css in Ubercart 5

Same filename and directory in other branches
  1. 6.2 uc_store/uc_store.css
  2. 7.3 uc_store/uc_store.css
#store-links, #store-links ul {
  padding: 0;
  margin: 0;
  list-style: none; 
  line-height: 1.75em;
  text-align: left;
  z-index: 1000;
}

#store-links a {
  display: block;
  width: 14em;
  padding-left: 4px;
  z-index: 1000;
}

#store-links a img.uc-store-icon {
  text-decoration: none;
  float: left;
  margin: 3px 6px 3px 2px;
}

#store-links li {
  margin: 0 !important;
  padding: 0;
  background-color: #ffffff !important;
  background-image: none;
  border: solid 1px black;
  float: left;
  width: 14em;
  z-index: 1000;
}

#store-links li ul{
  position: absolute;
  width: 14em;
	display:none;
  margin: -1.75em 0 0 14em;
  z-index: 1000;
}

#sidebar-right div #store-links li ul {
	margin:-1.75em 0pt 0pt -14em; 
}

#store-links li:hover ul ul, #store-links li:hover ul ul ul, #store-links li.sfhover ul ul, #store-links li.sfhover ul ul ul {
	display:none;
}

#store-links li:hover ul, #store-links li li:hover ul, #store-links li li li:hover ul, #store-links li.sfhover ul, #store-links li li.sfhover ul, #store-links li li li.sfhover ul {
	display:block;
}

.uc-store-admin-table {
  margin: 1em auto;
  border: 1px dashed #bbb;
}

.uc-store-admin-table tbody {
  border-top: 0px;
}

.uc-store-admin-panel {
  margin: 1em;
  padding: 1em;
}

.uc-store-admin-panel .uc-store-icon {
  float: left;
  margin-right: 1em;
}

.uc-store-admin-panel .panel-title {
  padding-top: 4px;
  font-size: 1.5em;
  width: 100%;
}

.uc-store-admin-panel .panel-show-link a {
  cursor: pointer;
}

.uc-customer-table .uc-store-icon {
  float: left;
  margin-right: .5em;
}

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

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

.uc-cust-orders-table .uc-store-icon {
  float: left;
  margin-right: .5em;
}

#store-footer {
  width: 100%;
  text-align: center;
  font-size: x-small;
  clear: both;
}

table.settings-overview {
  width: auto;
}

table.settings-overview td {
  padding: .5em;
}

table.settings-overview tbody {
  border: 0px;
}

table.settings-overview tr.section {
  border: 1px dashed #bbb;
}

.section-title {
  font-weight: bold;
}

table.section-items {
  width: auto;
}

table.section-items td {
  padding: .25em;
}

.settings-icon {
  position: relative;
  top: 1px;
  left: 1px;
}

tr.section {
  cursor: pointer;
}

tr.section:hover {
  background-color: #ddd;
}

#uc-country-import-form .form-item, #uc-country-import-form .form-item label {
  display: inline;
  float: left;
  margin-right: 1em;
}

#uc-country-import-form .form-submit {
  float: left;
  margin-top: 1em;
}

#uc-country-import-form table {
  clear: left;
}

File

uc_store/uc_store.css
View source
  1. #store-links, #store-links ul {
  2. padding: 0;
  3. margin: 0;
  4. list-style: none;
  5. line-height: 1.75em;
  6. text-align: left;
  7. z-index: 1000;
  8. }
  9. #store-links a {
  10. display: block;
  11. width: 14em;
  12. padding-left: 4px;
  13. z-index: 1000;
  14. }
  15. #store-links a img.uc-store-icon {
  16. text-decoration: none;
  17. float: left;
  18. margin: 3px 6px 3px 2px;
  19. }
  20. #store-links li {
  21. margin: 0 !important;
  22. padding: 0;
  23. background-color: #ffffff !important;
  24. background-image: none;
  25. border: solid 1px black;
  26. float: left;
  27. width: 14em;
  28. z-index: 1000;
  29. }
  30. #store-links li ul{
  31. position: absolute;
  32. width: 14em;
  33. display:none;
  34. margin: -1.75em 0 0 14em;
  35. z-index: 1000;
  36. }
  37. #sidebar-right div #store-links li ul {
  38. margin:-1.75em 0pt 0pt -14em;
  39. }
  40. #store-links li:hover ul ul, #store-links li:hover ul ul ul, #store-links li.sfhover ul ul, #store-links li.sfhover ul ul ul {
  41. display:none;
  42. }
  43. #store-links li:hover ul, #store-links li li:hover ul, #store-links li li li:hover ul, #store-links li.sfhover ul, #store-links li li.sfhover ul, #store-links li li li.sfhover ul {
  44. display:block;
  45. }
  46. .uc-store-admin-table {
  47. margin: 1em auto;
  48. border: 1px dashed #bbb;
  49. }
  50. .uc-store-admin-table tbody {
  51. border-top: 0px;
  52. }
  53. .uc-store-admin-panel {
  54. margin: 1em;
  55. padding: 1em;
  56. }
  57. .uc-store-admin-panel .uc-store-icon {
  58. float: left;
  59. margin-right: 1em;
  60. }
  61. .uc-store-admin-panel .panel-title {
  62. padding-top: 4px;
  63. font-size: 1.5em;
  64. width: 100%;
  65. }
  66. .uc-store-admin-panel .panel-show-link a {
  67. cursor: pointer;
  68. }
  69. .uc-customer-table .uc-store-icon {
  70. float: left;
  71. margin-right: .5em;
  72. }
  73. .uc-customer-table tr.odd:hover, .uc-customer-table tr.even:hover {
  74. background-color: #ddd;
  75. }
  76. .uc-cust-orders-table tr.odd:hover, .uc-cust-orders-table tr.even:hover {
  77. background-color: #ddd;
  78. }
  79. .uc-cust-orders-table .uc-store-icon {
  80. float: left;
  81. margin-right: .5em;
  82. }
  83. #store-footer {
  84. width: 100%;
  85. text-align: center;
  86. font-size: x-small;
  87. clear: both;
  88. }
  89. table.settings-overview {
  90. width: auto;
  91. }
  92. table.settings-overview td {
  93. padding: .5em;
  94. }
  95. table.settings-overview tbody {
  96. border: 0px;
  97. }
  98. table.settings-overview tr.section {
  99. border: 1px dashed #bbb;
  100. }
  101. .section-title {
  102. font-weight: bold;
  103. }
  104. table.section-items {
  105. width: auto;
  106. }
  107. table.section-items td {
  108. padding: .25em;
  109. }
  110. .settings-icon {
  111. position: relative;
  112. top: 1px;
  113. left: 1px;
  114. }
  115. tr.section {
  116. cursor: pointer;
  117. }
  118. tr.section:hover {
  119. background-color: #ddd;
  120. }
  121. #uc-country-import-form .form-item, #uc-country-import-form .form-item label {
  122. display: inline;
  123. float: left;
  124. margin-right: 1em;
  125. }
  126. #uc-country-import-form .form-submit {
  127. float: left;
  128. margin-top: 1em;
  129. }
  130. #uc-country-import-form table {
  131. clear: left;
  132. }