Skip to content

Commit

Permalink
Fixed issue #06298: File upload button too narrow in Safari + Chrome
Browse files Browse the repository at this point in the history
Dev Corrected file upload button width
  • Loading branch information
tpartner committed Jul 3, 2012
1 parent 5026808 commit 2a5b93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles-public/uploader.css
Expand Up @@ -40,7 +40,7 @@ img {
margin: 0.5em 0.4em 0.5em 0;
overflow: visible;
padding: 0.6em 0.6em 0.6em 0.6em;
width: 100px;
min-width: 100px;
text-align: center;
}

Expand Down

0 comments on commit 2a5b93c

Please sign in to comment.