Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / examples / simple-widgets / progress-bar.css
1 .status {
2     color:#555;
3 }
4
5 .x-progress.custom {
6     height: 19px;
7     border: 1px solid #686868;
8     padding: 0 2px 0 2px;
9 }
10
11 .ext-strict .x-progress.custom {
12     height: 17px;
13 }
14
15 .custom .x-progress-bar {
16     height: 17px;
17     border: none;
18     border-top: 1px solid #fff;
19     background: transparent url(images/custom-bar.gif) repeat-x !important;
20 }
21
22 .ext-strict .custom .x-progress-bar {
23     height: 15px;
24 }