//fix bug IE7 > delete font-size:118px on fileuploader js, add gradiant images ie7 table

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11769 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2011-12-26 14:55:51 +00:00
parent ae7b4a10ab
commit 2bd3fe4cb8
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -696,7 +696,7 @@ qq.UploadButton.prototype = {
top: 0,
fontFamily: 'Arial',
// 4 persons reported this, the max values that worked for them were 243, 236, 236, 118
fontSize: '118px',
fontSize: '18px',
margin: 0,
padding: 0,
cursor: 'pointer',