From 88a2056ff581e98408ea88ac82b74c9b6dd6519c Mon Sep 17 00:00:00 2001 From: Веталь Date: Wed, 25 May 2016 11:26:49 +0300 Subject: [PATCH] Веталь --- frontend/web/css/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 13f0583..2962f2c 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1113,7 +1113,7 @@ ul.product-special li.new { ul.product-special li.new:after { content: ''; position: absolute; - left: 52px; + right: -19px; top: 3px; border: 11px solid transparent; border-top: 5px solid #42b9f6; @@ -1299,6 +1299,14 @@ ul.product-special li.promo:after { .basket_title_ { text-align: center; } +.cont_shopping-wr { + width: 100%; + float: left; + margin-top: 10px; +} +.cont_shopping-wr .cont_shopping { + float: right; +} .cont_shopping { display: block !important; border-top: 0!important; -- libgit2 0.21.4