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