diff --git a/themes/default/mobile/css/global.css b/themes/default/mobile/css/global.css index 0abf11ea6..6d2a67a82 100644 --- a/themes/default/mobile/css/global.css +++ b/themes/default/mobile/css/global.css @@ -29,6 +29,10 @@ clear:both; } +.width-15 { + width:15%; +} + .width-20 { width:20%; } @@ -37,6 +41,10 @@ width:40%; } +.width-60 { + width:60%; +} + .width-70 { width:70%; } diff --git a/themes/default/mobile/order-payment.tpl b/themes/default/mobile/order-payment.tpl index 5be0f69f4..20428cd6c 100644 --- a/themes/default/mobile/order-payment.tpl +++ b/themes/default/mobile/order-payment.tpl @@ -39,9 +39,9 @@ {if $HOOK_PAYMENT} {if !$opc}
| {l s='Product'} | {l s='Description'} | {l s='Avail.'} | diff --git a/themes/default/mobile/shopping-cart-gift-line.tpl b/themes/default/mobile/shopping-cart-gift-line.tpl new file mode 100644 index 000000000..4da67125a --- /dev/null +++ b/themes/default/mobile/shopping-cart-gift-line.tpl @@ -0,0 +1,53 @@ +{* +* 2007-2013 PrestaShop +* +* NOTICE OF LICENSE +* +* This source file is subject to the Academic Free License (AFL 3.0) +* that is bundled with this package in the file LICENSE.txt. +* It is also available through the world-wide-web at this URL: +* http://opensource.org/licenses/afl-3.0.php +* If you did not receive a copy of the license and are unable to +* obtain it through the world-wide-web, please send an email +* to license@prestashop.com so we can send you a copy immediately. +* +* DISCLAIMER +* +* Do not edit or add to this file if you wish to upgrade PrestaShop to newer +* versions in the future. If you wish to customize PrestaShop for your +* needs please refer to http://www.prestashop.com for more information. +* +* @author PrestaShop SA
|---|