~hsiung0911/sahana-eden/test

« back to all changes in this revision

Viewing changes to static/scripts/ext-2.2.1/resources/css/progress.css

  • Committer: eliao
  • Date: 2010-08-01 09:56:45 UTC
  • Revision ID: eliao@ibm-l3bw307-20100801095645-gsq9wcmjan0o0tby
This is my change

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
.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
}
 
 
b'\\ No newline at end of file'