You are here

uc_product.css in Ubercart 6.2

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

Styles for uc_product module.

File

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