Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
Updated file input styles to support IE10. Fixes #1611.
Browse files Browse the repository at this point in the history
Updated browser support information.
  • Loading branch information
blueimp committed Oct 19, 2012
1 parent 98405ad commit d45deb1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
13 changes: 5 additions & 8 deletions README.md
Expand Up @@ -74,15 +74,12 @@ The repository also includes the [jQuery XDomainRequest Transport plugin](https:
### Desktop browsers
The File Upload plugin is regularly tested with the latest browser versions and supports the following minimal versions:

* Google Chrome - 7.0+
* Apple Safari - 4.0+
* Mozilla Firefox - 3.0+
* Opera - 10.0+
* Google Chrome
* Apple Safari 4.0+
* Mozilla Firefox 3.0+
* Opera 10.0+
* Microsoft Internet Explorer 6.0+

Drag & Drop is only supported on Google Chrome, Firefox 4.0+, Safari 5.0+ and Opera 12.0+.
Microsoft Internet Explorer has no support for multiple file selection or upload progress.

### Mobile browsers
The File Upload plugin has been tested with and supports the following mobile browsers:

Expand All @@ -91,7 +88,7 @@ The File Upload plugin has been tested with and supports the following mobile br
* Default Browser on Android 2.3+

### Supported features
For a detailed overview of supported features please have a look at the [Extended browser support information](https://github.com/blueimp/jQuery-File-Upload/wiki/Browser-support).
For a detailed overview of the features supported by each browser version please have a look at the [Extended browser support information](https://github.com/blueimp/jQuery-File-Upload/wiki/Browser-support).

## License
Released under the [MIT license](http://www.opensource.org/licenses/MIT).
9 changes: 4 additions & 5 deletions css/jquery.fileupload-ui.css
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*
* jQuery File Upload UI Plugin CSS 6.3.1
* jQuery File Upload UI Plugin CSS 6.10
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2010, Sebastian Tschan
Expand All @@ -21,11 +21,10 @@
top: 0;
right: 0;
margin: 0;
border: solid transparent;
border-width: 0 0 100px 200px;
opacity: 0;
filter: alpha(opacity=0);
-moz-transform: translate(-300px, 0) scale(4);
transform: translate(-300px, 0) scale(4);
font-size: 23px;
direction: ltr;
cursor: pointer;
}
Expand Down Expand Up @@ -60,7 +59,7 @@

/* Fix for IE 7: */
* + html .fileinput-button {
line-height: 22px;
padding: 2px 15px;
margin: 1px 0 0 0;
}

Expand Down

0 comments on commit d45deb1

Please sign in to comment.