diff --git a/frontend/views/catalog/product.php b/frontend/views/catalog/product.php
index b911e9d..aba4c8a 100755
--- a/frontend/views/catalog/product.php
+++ b/frontend/views/catalog/product.php
@@ -123,10 +123,8 @@ $this->registerJs ("
0 грн.
0 грн.
-
+
+ В Корзину
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css
index ab81dfa..6f5dcab 100755
--- a/frontend/web/css/style.css
+++ b/frontend/web/css/style.css
@@ -1257,17 +1257,19 @@ ul.product-special li.promo:after {
.irs {height: 49px;}
.price_filter.first_price_li {margin-top: 8px;}
.product_read_ .w{
- width: 110px;overflow: hidden;
- float: left;
+ width: 110px;
+ overflow: hidden;
margin: 0;
padding-top: 0;
- white-space: nowrap;
- min-height: 32px;
+ display: table-cell;
+ vertical-align: middle;
+ height: 32px;
+ float: none;
}
.product_read_ .w strike, .product_read_ .w .cost {
width: 100%;
float: left;
- line-height: 15px;
+ /*line-height: 15px;*/
}
.product_read_price .link_buy {
--
libgit2 0.21.4