From 2fedf9fe751c7ebd95311b505777c9362b878f6a Mon Sep 17 00:00:00 2001 From: Веталь Date: Tue, 24 May 2016 15:53:19 +0300 Subject: [PATCH] Веталь --- frontend/web/css/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 15ff896..56f5a7a 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1228,10 +1228,12 @@ ul.product-special li.promo:after { margin: 0; padding-top: 0; white-space: nowrap; + min-height: 32px; } .product_read_ .w strike, .product_read_ .w .cost { width: 100%; float: left; + line-height: 15px; } .product_read_price .link_buy { @@ -1241,17 +1243,22 @@ ul.product-special li.promo:after { right: 0; margin: -16px 0 0 0; } -.product_read_price { position: relative;} +.product_read_price { position: relative; min-height: 32px;margin-top: 10px;} .special-products.products h3 {margin-bottom: 0;} .special-products.products li.item { margin-top: 30px; } .productLeftBar .cost_box { border-top: 0; + padding: 10px 0 15px 0; } .productLeftBar .product_mod { width: 100%; float: left; border-bottom: 1px solid #d2d2d2; padding-bottom: 15px; +} +.field-orders-delivery .control-label { + width: 100%; + float: left; } \ No newline at end of file -- libgit2 0.21.4