[-] FO: fixed IE8 Adding Address Problem + improve line-height input on IE - #PSCFV-6401

This commit is contained in:
sLorenzini
2013-01-21 11:53:51 +01:00
parent c90c29abaf
commit d2077289f0
2 changed files with 6 additions and 5 deletions
+4 -4
View File
@@ -25,10 +25,10 @@
<script type="text/javascript">
// <![CDATA[
idSelectedCountry = {if isset($smarty.post.id_state)}{$smarty.post.id_state|intval}{else}{if isset($address->id_state)}{$address->id_state|intval}{else}false{/if}{/if};
countries = new Array();
countriesNeedIDNumber = new Array();
countriesNeedZipCode = new Array();
var idSelectedCountry = {if isset($smarty.post.id_state)}{$smarty.post.id_state|intval}{else}{if isset($address->id_state)}{$address->id_state|intval}{else}false{/if}{/if};
var countries = new Array();
var countriesNeedIDNumber = new Array();
var countriesNeedZipCode = new Array();
{foreach from=$countries item='country'}
{if isset($country.states) && $country.contains_states}
countries[{$country.id_country|intval}] = new Array();
+2 -1
View File
@@ -1451,7 +1451,8 @@ form#add_adress {}
width:360px;/* 370 */
border:1px solid #ccc;
font-size: 12px;
color:#666
color:#666;
line-height:22px
}
#add_adress p.checkbox input {
margin-left:260px;