Upgrade to ExtJS 3.0.3 - Released 10/11/2009
[extjs.git] / examples / simple-widgets / progress-bar.css
1 /*!
2  * Ext JS Library 3.0.3
3  * Copyright(c) 2006-2009 Ext JS, LLC
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 .status {\r
8     color:#555;\r
9 }\r
10 .x-progress-wrap.left-align .x-progress-text {\r
11     text-align:left;\r
12 }\r
13 .x-progress-wrap.custom {\r
14     height:17px;\r
15     border:1px solid #686868;\r
16     overflow:hidden;\r
17     padding:0 2px;\r
18 }\r
19 .ext-ie .x-progress-wrap.custom {\r
20     height:19px;\r
21 }\r
22 .custom .x-progress-inner {\r
23     height:17px;\r
24     background: #fff;\r
25 }\r
26 .custom .x-progress-bar {\r
27     height:15px;\r
28     background:transparent url(images/custom-bar.gif) repeat-x 0 0;\r
29     border-top:1px solid #BEBEBE;\r
30     border-bottom:1px solid #EFEFEF;\r
31     border-right:0;\r
32 }