andre пре 3 година
родитељ
комит
ac03592adb
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      viewcart.tpl

+ 2 - 2
viewcart.tpl

@@ -318,8 +318,8 @@
                                                         {if $showqtyoptions}
                                                             <div class="col-sm-2 item-qty">
                                                                 {if $product.allowqty}
-                                                                    <input type="number" name="qty[{$num}]" value="{$product.qty}" class="form-control text-center" min="0" />
-                                                                    <button type="submit" class="btn btn-xs btn-default">
+                                                                    Anzahl&nbsp; <input type="number" name="qty[{$num}]" value="{$product.qty}" class="form-control text-center" style="width:53px;height:25px !important; padding-left:1px; padding-right:1px;" min="0" />
+                                                                    <button type="submit" class="btn btn-default btn-xs" style="height:25px !important; padding-top: 2px;">
                                                                         {$LANG.orderForm.update}
                                                                     </button>
                                                                 {/if}