Subversion Repositories eFlore/Applications.cel

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2108 mathias 1
/*
2
 * Ext JS Library 2.0.2
3
 * Copyright(c) 2006-2008, Ext JS, LLC.
4
 * licensing@extjs.com
5
 *
6
 * http://extjs.com/license
7
 */
8
 
9
.x-progress-wrap {
10
    border:1px solid #6593cf;
11
    overflow:hidden;
12
}
13
.x-progress-inner {
14
    height:18px;
15
    background: #e0e8f3 url(../images/default/qtip/bg.gif) repeat-x;
16
    position:relative;
17
}
18
.x-progress-bar {
19
    height:18px;
20
    float:left;
21
    width:0;
22
    background:#9CBFEE url( ../images/default/progress/progress-bg.gif ) repeat-x left center;
23
    border-top:1px solid #D1E4FD;
24
    border-bottom:1px solid #7FA9E4;
25
    border-right:1px solid #7FA9E4;
26
}
27
.x-progress-text {
28
    font-size:11px;
29
    font-weight:bold;
30
    color:#fff;
31
    padding:1px 5px;
32
    overflow:hidden;
33
    position:absolute;
34
    left:0;
35
    text-align:center;
36
}
37
.x-progress-text-back {
38
    color:#396095;
39
    line-height:16px;
40
}
41
.ext-ie .x-progress-text-back {
42
    line-height:15px;
43
}