From 25366bbd854839764198b1ee039d20fe2720ad93 Mon Sep 17 00:00:00 2001 From: Веталь Date: Wed, 25 May 2016 14:52:23 +0300 Subject: [PATCH] Веталь --- frontend/web/css/style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 92f00a5..0aa85b8 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -544,7 +544,7 @@ ul.social {margin-top: 20px;} #order-payment{float:right;width:280px;} #order-delivery{float:right;width:280px;} -.delivery-data{background: #95ba2f;display:none;border-radius: 5px;float: left;box-sizing: border-box; padding: 14px 20px; color: #fff; font-size: 13px;} +.delivery-data{margin-bottom:27px;position:relative;background: #95ba2f;display:none;border-radius: 5px;float: left;box-sizing: border-box; padding: 14px 20px; color: #fff; font-size: 13px;} .jcarousel-next-disabled, .jcarousel-prev-disabled {display: none !important;} .content2 br {display: none;} @@ -1467,4 +1467,12 @@ input.custom-radio + label:hover { } .cont_shop_but-wr .submit4.bottom3 {float: right;} ._qqq_ .params {font-size: 12px;} -.activeShow {border-bottom: 0 !important;} \ No newline at end of file +.activeShow {border-bottom: 0 !important;} +.delivery-data:after { + width: 100%; + border-bottom: 1px solid #d2d2d2; + position: absolute; + content: ''; + bottom: -27px; + left: 0; +} \ No newline at end of file -- libgit2 0.21.4