You are here

uc_product.css in Ubercart 5

Same filename and directory in other branches
  1. 6.2 uc_product/uc_product.css
  2. 7.3 uc_product/uc_product.css
.product_image {
  float: right;
  clear: right;
  text-align: center;
  padding-top: 4px;
  padding-left: 4px;
  margin-left: 4px;
}

.display_price {
  float: right;
  clear: right;
  width: 100px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 4px;
  padding-left: 4px;
}

.model {
  display: inline;
  margin-right: 2em;
  font-weight: bold;
}

h3.title {
  margin-top: 1em;
}

.node-form .product-field table {
  width: auto;
  margin: 0;
}

.node-form .product-field td {
  padding: 3px 6px 0 0;
}

.node-form tbody {
  border: none;
  margin: 0;
}

.node-form .product-field table .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.node-form .product-field .form-text {
  width: auto;
  display: inline;
}

.product-ubrowser, .product-buffer {
  background-color: #dddddd;
  border: 1px solid #999999;
  margin-top: 1em;
  margin-right: 2em;
  width: auto;
}

.product-ubrowser {
  padding-left: 1em;
}

.product-buffer {
  padding: 1em;
}

.product-buffer .form-submit {
  margin: 0em;
}

#products-selector table {
  margin: 0em 0em;
}

#products-selector td {
  padding: 0em .5em;
}

div#products-selector form {
  margin-bottom: 0em;
}

#products-selector div.form-item {
  margin-bottom: .5em;
  margin-top: .5em;
}

#buffer-images {
  margin-bottom: 1em;
}

#buffer-images img {
  margin: .5em;
}

table.product-list {
  clear: both;
}

.add-feature div {
  padding-right: 1em;
}

.add-feature div, .add-feature label {
  display: inline;
}

File

uc_product/uc_product.css
View source
  1. .product_image {
  2. float: right;
  3. clear: right;
  4. text-align: center;
  5. padding-top: 4px;
  6. padding-left: 4px;
  7. margin-left: 4px;
  8. }
  9. .display_price {
  10. float: right;
  11. clear: right;
  12. width: 100px;
  13. text-align: center;
  14. font-size: 1.3em;
  15. font-weight: bold;
  16. padding-bottom: 4px;
  17. padding-left: 4px;
  18. }
  19. .model {
  20. display: inline;
  21. margin-right: 2em;
  22. font-weight: bold;
  23. }
  24. h3.title {
  25. margin-top: 1em;
  26. }
  27. .node-form .product-field table {
  28. width: auto;
  29. margin: 0;
  30. }
  31. .node-form .product-field td {
  32. padding: 3px 6px 0 0;
  33. }
  34. .node-form tbody {
  35. border: none;
  36. margin: 0;
  37. }
  38. .node-form .product-field table .form-item {
  39. margin-top: 0;
  40. margin-bottom: 0;
  41. }
  42. .node-form .product-field .form-text {
  43. width: auto;
  44. display: inline;
  45. }
  46. .product-ubrowser, .product-buffer {
  47. background-color: #dddddd;
  48. border: 1px solid #999999;
  49. margin-top: 1em;
  50. margin-right: 2em;
  51. width: auto;
  52. }
  53. .product-ubrowser {
  54. padding-left: 1em;
  55. }
  56. .product-buffer {
  57. padding: 1em;
  58. }
  59. .product-buffer .form-submit {
  60. margin: 0em;
  61. }
  62. #products-selector table {
  63. margin: 0em 0em;
  64. }
  65. #products-selector td {
  66. padding: 0em .5em;
  67. }
  68. div#products-selector form {
  69. margin-bottom: 0em;
  70. }
  71. #products-selector div.form-item {
  72. margin-bottom: .5em;
  73. margin-top: .5em;
  74. }
  75. #buffer-images {
  76. margin-bottom: 1em;
  77. }
  78. #buffer-images img {
  79. margin: .5em;
  80. }
  81. table.product-list {
  82. clear: both;
  83. }
  84. .add-feature div {
  85. padding-right: 1em;
  86. }
  87. .add-feature div, .add-feature label {
  88. display: inline;
  89. }