commit extjs-2.2.1
[extjs.git] / examples / simple-widgets / progress-bar.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 .status {\r
10     color:#555;\r
11 }\r
12 .x-progress-wrap.left-align .x-progress-text {\r
13     text-align:left;\r
14 }\r
15 .x-progress-wrap.custom {\r
16     height:17px;\r
17     border:1px solid #686868;\r
18     overflow:hidden;\r
19     padding:0 2px;\r
20 }\r
21 .ext-ie .x-progress-wrap.custom {\r
22     height:19px;\r
23 }\r
24 .custom .x-progress-inner {\r
25     height:17px;\r
26     background: #fff;\r
27 }\r
28 .custom .x-progress-bar {\r
29     height:15px;\r
30     background:transparent url(images/custom-bar.gif) repeat-x 0 0;\r
31     border-top:1px solid #BEBEBE;\r
32     border-bottom:1px solid #EFEFEF;\r
33     border-right:0;\r
34 }