From 30a477dd221674aff14c3d44744948d5dd26209c Mon Sep 17 00:00:00 2001 From: sLorenzini Date: Thu, 20 Dec 2012 11:26:51 +0100 Subject: [PATCH] =?UTF-8?q?[-]=20FO:=20fixed=20bug=20FO=20-=20Libell=C3=A9?= =?UTF-8?q?s=20bouton=20radio=20mal=20cal=C3=A9s=20-=20#PSCFV-6189?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default/css/product.css | 3 +++ themes/default/product.tpl | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/default/css/product.css b/themes/default/css/product.css index f34c7b82a..ba3173fd0 100644 --- a/themes/default/css/product.css +++ b/themes/default/css/product.css @@ -192,6 +192,9 @@ span.view_scroll_spacer { display:inline-block; } +#attributes .attribute_list input.attribute_radio{float: left;margin-left: 3px;} +#attributes .attribute_list span{float: left;margin-bottom: 5px;margin-left: 3px;} + .attribute_list #color_to_pick_list { list-style-type:none; width:125px; diff --git a/themes/default/product.tpl b/themes/default/product.tpl index 270ce2e7c..f18e55a2b 100644 --- a/themes/default/product.tpl +++ b/themes/default/product.tpl @@ -304,7 +304,7 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus {elseif ($group.group_type == 'radio')} {foreach from=$group.attributes key=id_attribute item=group_attribute} - {$group_attribute|escape:'htmlall':'UTF-8'}
+ {$group_attribute|escape:'htmlall':'UTF-8'}
{/foreach} {/if}