~hwfwill/sahana-eden/test

« back to all changes in this revision

Viewing changes to static/scripts/ext/resources/css/structure/progress.css

  • Committer: William
  • Date: 2010-08-01 10:21:30 UTC
  • Revision ID: william@william-tp-20100801102130-cuw199enh3ot2vbg
changed

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
.x-progress-wrap {
 
8
    border:1px solid;
 
9
    overflow:hidden;
 
10
}
 
11
 
 
12
.x-progress-inner {
 
13
    height:18px;
 
14
    background:repeat-x;
 
15
    position:relative;
 
16
}
 
17
 
 
18
.x-progress-bar {
 
19
    height:18px;
 
20
    float:left;
 
21
    width:0;
 
22
    background: repeat-x left center;
 
23
    border-top:1px solid;
 
24
    border-bottom:1px solid;
 
25
    border-right:1px solid;
 
26
}
 
27
 
 
28
.x-progress-text {
 
29
    padding:1px 5px;
 
30
    overflow:hidden;
 
31
    position:absolute;
 
32
    left:0;
 
33
    text-align:center;
 
34
}
 
35
 
 
36
.x-progress-text-back {
 
37
    line-height:16px;
 
38
}
 
39
 
 
40
.ext-ie .x-progress-text-back {
 
41
    line-height:15px;
 
42
}
 
43
 
 
44
.ext-strict .ext-ie7 .x-progress-text-back{
 
45
    width: 100%;
 
46
}