ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MRovere/ReferenceWebGUI/fileuploadfield.css
Revision: 1.1
Committed: Wed Mar 10 11:25:09 2010 UTC (15 years, 1 month ago) by rovere
Content type: text/css
Branch: MAIN
CVS Tags: JSON-release-pp-2012Nov23, JSON-release-pp-20121026, R01-00-00, HEAD
Log Message:
Initial Upload

File Contents

# User Rev Content
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     }