diff --git a/frontend/views/basket/_popup.php b/frontend/views/basket/_popup.php index ff57e09..98ce0df 100755 --- a/frontend/views/basket/_popup.php +++ b/frontend/views/basket/_popup.php @@ -14,13 +14,8 @@ use yii\helpers\Url;
-
Продолжить покупки
-
- - Оформить заказ -
- - + Продолжить покупки + Оформить заказ
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 2af6b92..dbcd644 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1444,4 +1444,13 @@ input.custom-radio + label:hover { float: left; box-sizing: border-box; margin-bottom: 0; -} \ No newline at end of file +} +.cont_shop_but { + height: 33px; + margin-top: 35px; +} +.cont_shop_but .cont_shop { + margin-top: 8px; + float: left; +} +.cont_shop_but .submit4.bottom3 {float: left;} \ No newline at end of file -- libgit2 0.21.4