1 |
rovere |
1.1 |
/*!
|
2 |
|
|
* Ext JS Library 3.0+
|
3 |
|
|
* Copyright(c) 2006-2009 Ext JS, LLC
|
4 |
|
|
* licensing@extjs.com
|
5 |
|
|
* http://www.extjs.com/license
|
6 |
|
|
*/
|
7 |
|
|
/*
|
8 |
|
|
* FileUploadField component styles
|
9 |
|
|
*/
|
10 |
|
|
.x-form-file-wrap {
|
11 |
|
|
position: relative;
|
12 |
|
|
height: 22px;
|
13 |
|
|
top: auto ;
|
14 |
|
|
}
|
15 |
|
|
.x-form-file-wrap .x-form-file {
|
16 |
|
|
position: absolute;
|
17 |
|
|
right: 0;
|
18 |
|
|
-moz-opacity: 0;
|
19 |
|
|
filter:alpha(opacity: 0);
|
20 |
|
|
opacity: 0;
|
21 |
|
|
z-index: 2;
|
22 |
|
|
height: 22px;
|
23 |
|
|
}
|
24 |
|
|
.x-form-file-wrap .x-form-file-btn {
|
25 |
|
|
position: absolute;
|
26 |
|
|
right: 0;
|
27 |
|
|
z-index: 1;
|
28 |
|
|
}
|
29 |
|
|
.x-form-file-wrap .x-form-file-text {
|
30 |
|
|
position: absolute;
|
31 |
|
|
left: 0;
|
32 |
|
|
z-index: 3;
|
33 |
|
|
color: #777;
|
34 |
|
|
}
|