Commit 498c5288c3d4df1d14d27c0504124859c9af2af5
1 parent
73bc07bd
Веталь
Showing
2 changed files
with
9 additions
and
9 deletions
Show diff stats
frontend/views/catalog/product.php
| ... | ... | @@ -123,10 +123,8 @@ $this->registerJs (" |
| 123 | 123 | <strike><span id='old_cost'>0</span> грн.</strike> |
| 124 | 124 | <span class="cost"><span id='cost'>0</span> <span class="valute">грн.</span></span> |
| 125 | 125 | </div> |
| 126 | - <div class="product_read_basket"> | |
| 127 | - <input type='hidden' id='product_id'/> | |
| 128 | - <a href="#" rel='product' class="link_buy fl">В Корзину</a> | |
| 129 | - </div> | |
| 126 | + <input type='hidden' id='product_id'/> | |
| 127 | + <a href="#" rel='product' class="link_buy fl">В Корзину</a> | |
| 130 | 128 | <div class="both"></div> |
| 131 | 129 | </div> |
| 132 | 130 | </div> | ... | ... |
frontend/web/css/style.css
| ... | ... | @@ -1257,17 +1257,19 @@ ul.product-special li.promo:after { |
| 1257 | 1257 | .irs {height: 49px;} |
| 1258 | 1258 | .price_filter.first_price_li {margin-top: 8px;} |
| 1259 | 1259 | .product_read_ .w{ |
| 1260 | - width: 110px;overflow: hidden; | |
| 1261 | - float: left; | |
| 1260 | + width: 110px; | |
| 1261 | + overflow: hidden; | |
| 1262 | 1262 | margin: 0; |
| 1263 | 1263 | padding-top: 0; |
| 1264 | - white-space: nowrap; | |
| 1265 | - min-height: 32px; | |
| 1264 | + display: table-cell; | |
| 1265 | + vertical-align: middle; | |
| 1266 | + height: 32px; | |
| 1267 | + float: none; | |
| 1266 | 1268 | } |
| 1267 | 1269 | .product_read_ .w strike, .product_read_ .w .cost { |
| 1268 | 1270 | width: 100%; |
| 1269 | 1271 | float: left; |
| 1270 | - line-height: 15px; | |
| 1272 | + /*line-height: 15px;*/ | |
| 1271 | 1273 | } |
| 1272 | 1274 | |
| 1273 | 1275 | .product_read_price .link_buy { | ... | ... |