Skip to content

Commit

Permalink
applied missing commit that reduced size of file input
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Valums committed Sep 7, 2010
1 parent 717dfe2 commit 4509ae1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions client/fileuploader.js
Expand Up @@ -785,10 +785,8 @@ qq.UploadButton.prototype = {
right: 0,
top: 0,
fontFamily: 'Arial',
// when button is big it becomes visible in IE8 on SOME PCs
// probably related to http://social.msdn.microsoft.com/forums/en-US/iewebdevelopment/thread/29d0b0e7-4326-4b3e-823c-51420d4cf253
// three persons reported this, the max values that worked for them were 243, 236, 236
fontSize: '222px',
// 4 persons reported this, the max values that worked for them were 243, 236, 236, 118
fontSize: '118px'
margin: 0,
padding: 0,
cursor: 'pointer',
Expand Down

0 comments on commit 4509ae1

Please sign in to comment.