From 18bce2ba398cf4ffbb46c53340ffd40f04fd3f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gaillard?= Date: Tue, 12 Mar 2013 16:04:03 +0100 Subject: [PATCH] [-] FO : Bug fix #PSCFV-7915 : Mobile theme issue, default attribute --- themes/default/mobile/css/global.css | 6 +++++- themes/default/mobile/product-attributes.tpl | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/themes/default/mobile/css/global.css b/themes/default/mobile/css/global.css index 93a7217c4..0abf11ea6 100644 --- a/themes/default/mobile/css/global.css +++ b/themes/default/mobile/css/global.css @@ -67,8 +67,12 @@ /* JQUERY MOBILE */ .ui-content { - margin: 20px; overflow-y:hidden; + background:none !important; +} + +.ui-page > .ui-content { + padding:15px !important; } section .ui-content { diff --git a/themes/default/mobile/product-attributes.tpl b/themes/default/mobile/product-attributes.tpl index b62547679..297c02c78 100644 --- a/themes/default/mobile/product-attributes.tpl +++ b/themes/default/mobile/product-attributes.tpl @@ -24,7 +24,7 @@ *} {if isset($groups)}
- +{debug}
{foreach from=$groups key=id_attribute_group item=group} {if $group.attributes|@count} @@ -34,13 +34,13 @@ {if ($group.group_type == 'select' || $group.group_type == 'color')} {elseif ($group.group_type == 'radio')}
{foreach from=$group.attributes key=id_attribute item=group_attribute} - + {/foreach}