[-] FO: fixed bug FO - Libellés bouton radio mal calés - #PSCFV-6189

This commit is contained in:
sLorenzini
2012-12-20 11:26:51 +01:00
parent 925c50d115
commit 30a477dd22
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -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;
+1 -1
View File
@@ -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}
<input type="radio" class="attribute_radio" name="{$groupName}" value="{$id_attribute}" {if ($group.default == $id_attribute)} checked="checked"{/if} onclick="findCombination();getProductAttribute();{if $colors|@count > 0}$('#wrapResetImages').show('slow');{/if}">
{$group_attribute|escape:'htmlall':'UTF-8'}<br/>
<span>{$group_attribute|escape:'htmlall':'UTF-8'}</span><br/>
{/foreach}
{/if}
</div>