source: trunk/web/addons/job_monarch/lib/extjs/examples/form/file-upload.css @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 617 bytes
Line 
1/*
2 * Ext JS Library 2.2.1
3 * Copyright(c) 2006-2009, Ext JS, LLC.
4 * licensing@extjs.com
5 *
6 * http://extjs.com/license
7 */
8
9/*
10 * FileUploadField component styles
11 */
12.x-form-file-wrap {
13    position: relative;
14    height: 22px;
15}
16.x-form-file-wrap .x-form-file {
17        position: absolute;
18        right: 0;
19        -moz-opacity: 0;
20        filter:alpha(opacity: 0);
21        opacity: 0;
22        z-index: 2;
23    height: 22px;
24}
25.x-form-file-wrap .x-form-file-btn {
26        position: absolute;
27        right: 0;
28        z-index: 1;
29}
30.x-form-file-wrap .x-form-file-text {
31    position: absolute;
32    left: 0;
33    z-index: 3;
34    color: #777;
35}
Note: See TracBrowser for help on using the repository browser.