From 498c5288c3d4df1d14d27c0504124859c9af2af5 Mon Sep 17 00:00:00 2001 From: Веталь Date: Wed, 25 May 2016 12:50:12 +0300 Subject: [PATCH] Веталь --- frontend/views/catalog/product.php | 6 ++---- frontend/web/css/style.css | 12 +++++++----- 2 files changed, 9 insertions(+), 9 deletions(-) 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