source:
trunk/workshop-routing-foss4g/web/ext/resources/css/structure/progress.css
@
81
Revision 76, 759 bytes checked in by djay, 13 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[76] | 1 | /*! |
2 | * Ext JS Library 3.4.0 | |
3 | * Copyright(c) 2006-2011 Sencha Inc. | |
4 | * licensing@sencha.com | |
5 | * http://www.sencha.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 | } |
Note: See TracBrowser
for help on using the repository browser.