diff --git a/frontend/views/catalog/product.php b/frontend/views/catalog/product.php index 9297459..44eac14 100755 --- a/frontend/views/catalog/product.php +++ b/frontend/views/catalog/product.php @@ -118,13 +118,15 @@ $this->registerJs ("
код:
цвет:
-
- 0 грн. - 0 грн. +
+
+ 0 грн. + 0 грн. +
+ + В Корзину +
- - В Корзину -
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 40fd08f..4944b4d 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -113,9 +113,11 @@ a.myorders{color:#f75d50} .products ul li .info{text-align: left;} .pn{border:none;} -.cost{color:#f75d50;font-size:18px;margin:0;padding:0;} -.cost span, .cost span.valute {font-size: 14px;} +.cost, .product_read_price #cost {color:#f75d50;font-size:18px;margin:0;padding:0;} +.cost span, .cost span.valute, .product_read_price .valute {font-size: 14px;} strike, strike span#old_cost{font-size:14px; color: #333} + + a.link_buy{font-size: 12px; display:block;margin:0 auto 10px auto;width:122px;height:29px;line-height:32px;text-transform: uppercase;color:#ffffff;text-decoration:none;font-weight:600;text-align:center; background: #95ba2f; border-radius: 4px; @@ -1196,6 +1198,23 @@ ul.product-special li.promo:after { .irs-min, .irs-max {display: none;} .irs {height: 49px;} .price_filter.first_price_li {margin-top: 8px;} -.product_read_ { - overflow: hidden;width: 100%;white-space: nowrap; -} \ No newline at end of file +.product_read_ .w{ + width: 110px;overflow: hidden; + float: left; + margin: 0; + padding-top: 0; + white-space: nowrap; +} +.product_read_ .w strike, .product_read_ .w .cost { + width: 100%; + float: left; +} + +.product_read_price .link_buy { + width: 118px; + position: absolute; + top: 50%; + right: 0; + margin: -16px 0 0 0; +} +.product_read_price { position: relative;} -- libgit2 0.21.4