diff --git a/frontend/views/basket/index.php b/frontend/views/basket/index.php index d759c7d..bf3547a 100755 --- a/frontend/views/basket/index.php +++ b/frontend/views/basket/index.php @@ -42,7 +42,7 @@ $('#order-delivery input[type=\"radio\"]').click(function(){
false]); ?> -
+
field($modelOrder,'name'); ?> field($modelOrder,'phone'); ?> diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 33b63b3..672b026 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -196,7 +196,7 @@ a.more_map{color:#99a5ad;border-bottom:1px dotted #99a5ad;text-decoration:none;f .loyout{padding:20px 0px;} .leftbar{float:left;width:172px;margin-right: 20px; } -.rightbar{float:right;width:380px;margin-left:35px;} +.rightbar{float:right;width:380px;margin-left:40px;margin-right: 20px;} .rightbar2{float:right;width:320px;} .content {overflow:hidden;min-height:500px;} * html .content{height:1%;} @@ -1280,4 +1280,17 @@ ul.product-special li.promo:after { } .basket_title_ { text-align: center; +} +.cont_shopping { + display: block !important; + border-top: 0!important; + border-left: 0!important; + border-right: 0!important; + border-bottom: 1px dashed #799920!important; + color: #799920!important; + margin: 0!important; + padding: 0!important; + font-size: 12px!important; + float: left; + border-radius: 0 !important; } \ No newline at end of file -- libgit2 0.21.4