From e27b3a512e2cdadae81aa4136401d24ed1aee19d Mon Sep 17 00:00:00 2001 From: Веталь Date: Wed, 25 May 2016 10:43:12 +0300 Subject: [PATCH] Веталь --- frontend/views/basket/index.php | 10 +++++++--- frontend/web/css/style.css | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/frontend/views/basket/index.php b/frontend/views/basket/index.php index 1c9691d..9fc5eb5 100755 --- a/frontend/views/basket/index.php +++ b/frontend/views/basket/index.php @@ -119,12 +119,16 @@ $('#orders-delivery input[type=\"radio\"]').click(function(){ -
-field($modelOrder,'body')->textarea(['rows'=>7]); ?> +
+ field($modelOrder,'body')->textarea(['rows'=>7]); ?> + + 'submit4')); ?> +
+ +
-'submit4')); ?>
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 09e80ee..0c76b3a 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -527,7 +527,7 @@ ul.social {margin-top: 20px;} #order-payment{float:right;width:280px;} #order-delivery{float:right;width:280px;} -.delivery-data{padding:5px;border:1px solid #1bb631;background: #b7f5bf;display:none;border-radius: 5px;} +.delivery-data{padding:5px;border:1px solid #1bb631;background: #b7f5bf;display:none;border-radius: 5px;float: left;} .jcarousel-next-disabled, .jcarousel-prev-disabled {display: none !important;} .content2 br {display: none;} @@ -1275,7 +1275,7 @@ ul.product-special li.promo:after { padding: 0 13px; height: 28px; } -.field-orders-delivery .control-label, .field-orders-payment .control-label, .field-orders-body .control-label { +.field-orders-delivery .control-label, .field-orders-payment .control-label, .field-orders-body .control-label, .control-label { width: 100%; float: left; } -- libgit2 0.21.4