Initialize the UI code
[holmes/rule-management.git] / rulemgt / src / main / frontend / src / public / common / js / jQuery-File-Upload / 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  * http://www.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   opacity: 0;
24   -ms-filter: 'alpha(opacity=0)';
25   font-size: 100px;
26   direction: ltr;
27   cursor: pointer;
28 }
29
30 /* Fixes for IE < 8 */
31 @media screen\9 {
32   .fileinput-button input {
33     filter: alpha(opacity=0);
34     font-size: 100%;
35     height: 100%;
36   }
37 }