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 | 22 | <div style="display: table-cell;vertical-align: middle;"> |
23 | 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 | 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 | 26 | <div style="clear:both;"></div> |
27 | 27 | </div> |
28 | 28 | <?php endforeach;?> | ... | ... |