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