Commit a2670f01559437f44e98ba89425041bb5c58e299
1 parent
a83d9a47
Веталь
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/basket/ajax_items.php
@@ -22,7 +22,7 @@ use yii\helpers\Html; | @@ -22,7 +22,7 @@ use yii\helpers\Html; | ||
22 | <div style="display: table-cell;vertical-align: middle;"> | 22 | <div style="display: table-cell;vertical-align: middle;"> |
23 | <a href="#" style="color:#95ba2f" class="minus"></a><?php echo $form->field($item,'['.$i.']count',['template'=>'{input}'])->textInput(['type'=>'number','class' => 'item_num','disabled1'=>true])->label(false); ?><a href="#" style="color:#95ba2f" class="plus"></a> | 23 | <a href="#" style="color:#95ba2f" class="minus"></a><?php echo $form->field($item,'['.$i.']count',['template'=>'{input}'])->textInput(['type'=>'number','class' => 'item_num','disabled1'=>true])->label(false); ?><a href="#" style="color:#95ba2f" class="plus"></a> |
24 | </div> | 24 | </div> |
25 | - <div style="display: table-cell;vertical-align: middle; font-size:16px;color:#f75d50; font-weight:bold; padding-left:54px;"><?=$item->sum_cost?> грн.</div> | 25 | + <div style="display: table-cell;vertical-align: middle; font-size:16px;color:#f75d50; font-weight:bold; padding-left:40px;"><?=$item->sum_cost?> грн.</div> |
26 | <div style="clear:both;"></div> | 26 | <div style="clear:both;"></div> |
27 | </div> | 27 | </div> |
28 | <?php endforeach;?> | 28 | <?php endforeach;?> |