Commit e27b3a512e2cdadae81aa4136401d24ed1aee19d
1 parent
85235ea6
Веталь
Showing
2 changed files
with
9 additions
and
5 deletions
Show diff stats
frontend/views/basket/index.php
@@ -119,12 +119,16 @@ $('#orders-delivery input[type=\"radio\"]').click(function(){ | @@ -119,12 +119,16 @@ $('#orders-delivery input[type=\"radio\"]').click(function(){ | ||
119 | 119 | ||
120 | 120 | ||
121 | 121 | ||
122 | -<div class="both"></div> | ||
123 | 122 | ||
124 | 123 | ||
125 | -<?php echo $form->field($modelOrder,'body')->textarea(['rows'=>7]); ?> | 124 | +<div class="input-blocks-group textareagroup" style="border-bottom: none;"> |
125 | + <?php echo $form->field($modelOrder,'body')->textarea(['rows'=>7]); ?> | ||
126 | + | ||
127 | + <?php echo Html::submitButton(' Оформить заказ ',array('class'=>'submit4')); ?> | ||
128 | +</div> | ||
129 | + | ||
130 | + <div class="both"></div> | ||
126 | 131 | ||
127 | -<?php echo Html::submitButton(' Оформить заказ ',array('class'=>'submit4')); ?> | ||
128 | </div> | 132 | </div> |
129 | </div> | 133 | </div> |
130 | <div class="content"> | 134 | <div class="content"> |
frontend/web/css/style.css
@@ -527,7 +527,7 @@ ul.social {margin-top: 20px;} | @@ -527,7 +527,7 @@ ul.social {margin-top: 20px;} | ||
527 | #order-payment{float:right;width:280px;} | 527 | #order-payment{float:right;width:280px;} |
528 | #order-delivery{float:right;width:280px;} | 528 | #order-delivery{float:right;width:280px;} |
529 | 529 | ||
530 | -.delivery-data{padding:5px;border:1px solid #1bb631;background: #b7f5bf;display:none;border-radius: 5px;} | 530 | +.delivery-data{padding:5px;border:1px solid #1bb631;background: #b7f5bf;display:none;border-radius: 5px;float: left;} |
531 | 531 | ||
532 | .jcarousel-next-disabled, .jcarousel-prev-disabled {display: none !important;} | 532 | .jcarousel-next-disabled, .jcarousel-prev-disabled {display: none !important;} |
533 | .content2 br {display: none;} | 533 | .content2 br {display: none;} |
@@ -1275,7 +1275,7 @@ ul.product-special li.promo:after { | @@ -1275,7 +1275,7 @@ ul.product-special li.promo:after { | ||
1275 | padding: 0 13px; | 1275 | padding: 0 13px; |
1276 | height: 28px; | 1276 | height: 28px; |
1277 | } | 1277 | } |
1278 | -.field-orders-delivery .control-label, .field-orders-payment .control-label, .field-orders-body .control-label { | 1278 | +.field-orders-delivery .control-label, .field-orders-payment .control-label, .field-orders-body .control-label, .control-label { |
1279 | width: 100%; | 1279 | width: 100%; |
1280 | float: left; | 1280 | float: left; |
1281 | } | 1281 | } |