Skip to content

Commit

Permalink
[-] FO: fixed bug CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
sLorenzini committed Jan 10, 2013
1 parent 6ca6a83 commit 52a6a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/dateofdelivery/beforeCarrier.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@
{/if}
<span id="minimal"></span> {l s='and' mod='dateofdelivery'} <span id="maximal"></span> <sup>*</sup>
<br />
<span style="font-size:10px;margin:0padding:0;"><sup>*</sup> {l s='with direct payment methods (e.g. credit card)' mod='dateofdelivery'}
<span style="font-size:10px;margin:0;padding:0;"><sup>*</sup> {l s='with direct payment methods (e.g. credit card)' mod='dateofdelivery'}
</p>
{/if}
2 changes: 1 addition & 1 deletion modules/dateofdelivery/orderDetail.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
*}
{if $datesDelivery|count}
<p id="dateofdelivery">{l s='Approximate date of delivery is between %1$s and %2$s' sprintf=[$datesDelivery.0.0, $datesDelivery.1.0] mod='dateofdelivery'} <sup>*</sup></p>
<p style="font-size:10px;margin:0padding:0;"><sup>*</sup> {l s='with direct payment methods (e.g. credit card)' mod='dateofdelivery'}</p>
<p style="font-size:10px;margin:0;padding:0;"><sup>*</sup> {l s='with direct payment methods (e.g. credit card)' mod='dateofdelivery'}</p>
{/if}

0 comments on commit 52a6a67

Please sign in to comment.