Commit 288ddc0666ce1b7d20a8a04546ed258636a98148

Authored by Виталий
1 parent a2670f01

Веталь

frontend/views/basket/_popup.php
@@ -14,13 +14,8 @@ use yii\helpers\Url; @@ -14,13 +14,8 @@ use yii\helpers\Url;
14 14
15 </div> 15 </div>
16 <div class="cont_shop_but-wr"> 16 <div class="cont_shop_but-wr">
17 - <div class="cont_shop_but"><a href="#" class="cont_shop">Продолжить покупки</a></div>  
18 - <div style="display:table-cell;padding-left:240px;">  
19 -  
20 - <a href="<?=Url::to(['basket/index'])?>" class="submit4 bottom3" style="color:white;">Оформить заказ</a>  
21 - </div>  
22 -  
23 - 17 + <a href="#" class="cont_shop">Продолжить покупки</a>
  18 + <a href="<?=Url::to(['basket/index'])?>" class="submit4 bottom3" style="color:white;">Оформить заказ</a>
24 </div> 19 </div>
25 </div> 20 </div>
26 </div> 21 </div>
frontend/web/css/style.css
@@ -1444,4 +1444,13 @@ input.custom-radio + label:hover { @@ -1444,4 +1444,13 @@ input.custom-radio + label:hover {
1444 float: left; 1444 float: left;
1445 box-sizing: border-box; 1445 box-sizing: border-box;
1446 margin-bottom: 0; 1446 margin-bottom: 0;
1447 -}  
1448 \ No newline at end of file 1447 \ No newline at end of file
  1448 +}
  1449 +.cont_shop_but {
  1450 + height: 33px;
  1451 + margin-top: 35px;
  1452 +}
  1453 +.cont_shop_but .cont_shop {
  1454 + margin-top: 8px;
  1455 + float: left;
  1456 +}
  1457 +.cont_shop_but .submit4.bottom3 {float: left;}
1449 \ No newline at end of file 1458 \ No newline at end of file