Fix wide display and RTL button icon position for IE6-7

This commit is contained in:
Saivann 2013-07-11 20:35:33 -04:00
parent a70199f30d
commit 9e25b71df5
3 changed files with 15 additions and 2 deletions

View file

@ -55,7 +55,12 @@ p{
left:30px;
right:auto;
}
#choose img,#before img,#support img{
#choose img,
#before img,
#support img,
#choose .ieimg,
#before .ieimg,
#support .ieimg{
margin-right:-40px;
margin-left:8px;
}