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