~erobererunc/sahana-eden/tropo_xforms

« back to all changes in this revision

Viewing changes to static/scripts/ext/examples/fileuploadfield.css

  • Committer: Michael
  • Date: 2010-12-16 13:45:28 UTC
  • mfrom: (1479.1.91 eden)
  • Revision ID: ero@gmail.com-20101216134528-7x3m6m3fk9uc9i69
mergeĀ fromĀ trunk...

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*!
 
2
 * Ext JS Library 3.2.1
 
3
 * Copyright(c) 2006-2010 Ext JS, Inc.
 
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
}
 
14
.x-form-file-wrap .x-form-file {
 
15
        position: absolute;
 
16
        right: 0;
 
17
        -moz-opacity: 0;
 
18
        filter:alpha(opacity: 0);
 
19
        opacity: 0;
 
20
        z-index: 2;
 
21
    height: 22px;
 
22
}
 
23
.x-form-file-wrap .x-form-file-btn {
 
24
        position: absolute;
 
25
        right: 0;
 
26
        z-index: 1;
 
27
}
 
28
.x-form-file-wrap .x-form-file-text {
 
29
    position: absolute;
 
30
    left: 0;
 
31
    z-index: 3;
 
32
    color: #777;
 
33
}
 
 
b'\\ No newline at end of file'