diff --git a/README.md b/README.md index 7461d2b23..a80c64124 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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). diff --git a/css/jquery.fileupload-ui.css b/css/jquery.fileupload-ui.css index 9e9933cd4..0ef4f8745 100644 --- a/css/jquery.fileupload-ui.css +++ b/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 @@ -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; } @@ -60,7 +59,7 @@ /* Fix for IE 7: */ * + html .fileinput-button { - line-height: 22px; + padding: 2px 15px; margin: 1px 0 0 0; }