Commit 5fb763b245344b5b292d860aba26b6335161371b
1 parent
53254ab5
Веталь
Showing
2 changed files
with
15 additions
and
2 deletions
Show diff stats
frontend/views/basket/index.php
... | ... | @@ -42,7 +42,7 @@ $('#order-delivery input[type=\"radio\"]').click(function(){ |
42 | 42 | <div class="ten"></div> |
43 | 43 | |
44 | 44 | <?php $form = ActiveForm::begin(['enableClientScript' => false]); ?> |
45 | -<div class="rightbar"> | |
45 | +<div class="rightbar basket_rightbar"> | |
46 | 46 | <div class="form-order"> |
47 | 47 | <?php echo $form->field($modelOrder,'name'); ?> |
48 | 48 | <?php echo $form->field($modelOrder,'phone'); ?> | ... | ... |
frontend/web/css/style.css
... | ... | @@ -196,7 +196,7 @@ a.more_map{color:#99a5ad;border-bottom:1px dotted #99a5ad;text-decoration:none;f |
196 | 196 | |
197 | 197 | .loyout{padding:20px 0px;} |
198 | 198 | .leftbar{float:left;width:172px;margin-right: 20px; } |
199 | -.rightbar{float:right;width:380px;margin-left:35px;} | |
199 | +.rightbar{float:right;width:380px;margin-left:40px;margin-right: 20px;} | |
200 | 200 | .rightbar2{float:right;width:320px;} |
201 | 201 | .content {overflow:hidden;min-height:500px;} |
202 | 202 | * html .content{height:1%;} |
... | ... | @@ -1280,4 +1280,17 @@ ul.product-special li.promo:after { |
1280 | 1280 | } |
1281 | 1281 | .basket_title_ { |
1282 | 1282 | text-align: center; |
1283 | +} | |
1284 | +.cont_shopping { | |
1285 | + display: block !important; | |
1286 | + border-top: 0!important; | |
1287 | + border-left: 0!important; | |
1288 | + border-right: 0!important; | |
1289 | + border-bottom: 1px dashed #799920!important; | |
1290 | + color: #799920!important; | |
1291 | + margin: 0!important; | |
1292 | + padding: 0!important; | |
1293 | + font-size: 12px!important; | |
1294 | + float: left; | |
1295 | + border-radius: 0 !important; | |
1283 | 1296 | } |
1284 | 1297 | \ No newline at end of file | ... | ... |