andre преди 3 години
родител
ревизия
4a9949dadf
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      viewcart.tpl

+ 4 - 4
viewcart.tpl

@@ -316,7 +316,7 @@
                                                             {/if}
                                                         </div>
                                                         {if $showqtyoptions}
-                                                            <div class="col-sm-2 item-qty">
+                                                            <div class="col-sm-4 item-qty" style="padding-top: 15px; font-size:13px;">
                                                                 {if $product.allowqty}
                                                                     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;">
@@ -363,7 +363,7 @@
                                                                 </div>
                                                                 <!-- Addon Quantity Options -->
 								{if $showAddonQtyOptions}
-								    <div class="col-sm-2 item-qty">
+								    <div class="col-sm-4 item-qty" style="padding-top: 15px; font-size:13px;">
 									{if $addon.allowqty === 2}
 										Anzahl&nbsp; <input type="number" name="paddonqty[{$num}][{$addonnum}]" value="{$addon.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-xs"> -->
@@ -411,7 +411,7 @@
                                                             {/if}
                                                         </div>
 														{if $showAddonQtyOptions}
-															<div class="col-sm-2 item-qty">
+															<div class="col-sm-4 item-qty" style="padding-top: 15px; font-size:13px;">
 																{if $addon.allowqty === 2}
 																	Anzahl&nbsp; <input type="number" name="addonqty[{$num}]" value="{$addon.qty}" class="form-control text-center" 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;">
@@ -552,7 +552,7 @@
                                                 </span>
                                             </div>
                                             {if $showUpgradeQtyOptions}
-                                                <div class="col-sm-2 item-qty">
+                                                <div class="col-sm-4 item-qty" style="padding-top: 15px; font-size:13px;">
                                                     {if $upgrade->allowMultipleQuantities}
                                                         Anzahl&nbsp; <input type="number" name="upgradeqty[{$num}]" value="{$upgrade->qty}" class="form-control text-center" class="form-control text-center" style="width:53px;height:25px !important; padding-left:1px; padding-right:1px;" min="{$upgrade->minimumQuantity}" />
                                                         <button type="submit" class="btn btn-default btn-xs" style="height:25px !important; padding-top: 2px;">