diff --git a/frontend/views/basket/index.php b/frontend/views/basket/index.php index 2b3e039..d759c7d 100755 --- a/frontend/views/basket/index.php +++ b/frontend/views/basket/index.php @@ -40,7 +40,7 @@ $('#order-delivery input[type=\"radio\"]').click(function(){

Корзина

-'btn-success']) ?> + false]); ?>
@@ -108,7 +108,9 @@ $('#order-delivery input[type=\"radio\"]').click(function(){ -
+
+ 'btn-success cont_shopping']) ?> +
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 62431d8..33b63b3 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1277,4 +1277,7 @@ ul.product-special li.promo:after { .field-orders-delivery .control-label, .field-orders-payment .control-label, .field-orders-body .control-label { width: 100%; float: left; +} +.basket_title_ { + text-align: center; } \ No newline at end of file -- libgit2 0.21.4