Commit 2fedf9fe751c7ebd95311b505777c9362b878f6a
1 parent
9b59b097
Веталь
Showing
1 changed file
with
8 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
| ... | ... | @@ -1228,10 +1228,12 @@ ul.product-special li.promo:after { |
| 1228 | 1228 | margin: 0; |
| 1229 | 1229 | padding-top: 0; |
| 1230 | 1230 | white-space: nowrap; |
| 1231 | + min-height: 32px; | |
| 1231 | 1232 | } |
| 1232 | 1233 | .product_read_ .w strike, .product_read_ .w .cost { |
| 1233 | 1234 | width: 100%; |
| 1234 | 1235 | float: left; |
| 1236 | + line-height: 15px; | |
| 1235 | 1237 | } |
| 1236 | 1238 | |
| 1237 | 1239 | .product_read_price .link_buy { |
| ... | ... | @@ -1241,17 +1243,22 @@ ul.product-special li.promo:after { |
| 1241 | 1243 | right: 0; |
| 1242 | 1244 | margin: -16px 0 0 0; |
| 1243 | 1245 | } |
| 1244 | -.product_read_price { position: relative;} | |
| 1246 | +.product_read_price { position: relative; min-height: 32px;margin-top: 10px;} | |
| 1245 | 1247 | .special-products.products h3 {margin-bottom: 0;} |
| 1246 | 1248 | .special-products.products li.item { |
| 1247 | 1249 | margin-top: 30px; |
| 1248 | 1250 | } |
| 1249 | 1251 | .productLeftBar .cost_box { |
| 1250 | 1252 | border-top: 0; |
| 1253 | + padding: 10px 0 15px 0; | |
| 1251 | 1254 | } |
| 1252 | 1255 | .productLeftBar .product_mod { |
| 1253 | 1256 | width: 100%; |
| 1254 | 1257 | float: left; |
| 1255 | 1258 | border-bottom: 1px solid #d2d2d2; |
| 1256 | 1259 | padding-bottom: 15px; |
| 1260 | +} | |
| 1261 | +.field-orders-delivery .control-label { | |
| 1262 | + width: 100%; | |
| 1263 | + float: left; | |
| 1257 | 1264 | } |
| 1258 | 1265 | \ No newline at end of file | ... | ... |