Upgrade to ExtJS 3.2.2 - Released 06/02/2010
[extjs.git] / resources / css / structure / progress.css
1 /*!
2  * Ext JS Library 3.2.2
3  * Copyright(c) 2006-2010 Ext JS, Inc.
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 .x-progress-wrap {
8     border:1px solid;
9     overflow:hidden;
10 }
11
12 .x-progress-inner {
13     height:18px;
14     background:repeat-x;
15     position:relative;
16 }
17
18 .x-progress-bar {
19     height:18px;
20     float:left;
21     width:0;
22     background: repeat-x left center;
23     border-top:1px solid;
24     border-bottom:1px solid;
25     border-right:1px solid;
26 }
27
28 .x-progress-text {
29     padding:1px 5px;
30     overflow:hidden;
31     position:absolute;
32     left:0;
33     text-align:center;
34 }
35
36 .x-progress-text-back {
37     line-height:16px;
38 }
39
40 .ext-ie .x-progress-text-back {
41     line-height:15px;
42 }
43
44 .ext-strict .ext-ie7 .x-progress-text-back{
45     width: 100%;
46 }