Only commit raw text after OCR for now.
[redakcja.git] / src / fileupload / static / lib / jQuery-File-Upload-10.32.0 / css / jquery.fileupload.css
1 @charset "UTF-8";
2 /*
3  * jQuery File Upload Plugin CSS
4  * https://github.com/blueimp/jQuery-File-Upload
5  *
6  * Copyright 2013, Sebastian Tschan
7  * https://blueimp.net
8  *
9  * Licensed under the MIT license:
10  * https://opensource.org/licenses/MIT
11  */
12
13 .fileinput-button {
14   position: relative;
15   overflow: hidden;
16   display: inline-block;
17 }
18 .fileinput-button input {
19   position: absolute;
20   top: 0;
21   right: 0;
22   margin: 0;
23   height: 100%;
24   opacity: 0;
25   filter: alpha(opacity=0);
26   font-size: 200px !important;
27   direction: ltr;
28   cursor: pointer;
29 }
30
31 /* Fixes for IE < 8 */
32 @media screen\9 {
33   .fileinput-button input {
34     font-size: 150% !important;
35   }
36 }