Mercurial > laserkard
comparison onlypaths/theme/css/progress.css @ 46:26c2b3ad21c7 laserkard
[svn r47] saving progresswww.cinemassacre.com/new/?page_id=30
author | rlm |
---|---|
date | Sun, 31 Jan 2010 12:33:33 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
45:bff96abdddfa | 46:26c2b3ad21c7 |
---|---|
1 /* | |
2 * Ext JS Library 2.1 | |
3 * Copyright(c) 2006-2008, Ext JS, LLC. | |
4 * licensing@extjs.com | |
5 * | |
6 * http://extjs.com/license | |
7 */ | |
8 | |
9 .x-progress-wrap { | |
10 border:1px solid #6593cf; | |
11 overflow:hidden; | |
12 } | |
13 .x-progress-inner { | |
14 height:18px; | |
15 background: #e0e8f3 url(../images/default/qtip/bg.gif) repeat-x; | |
16 position:relative; | |
17 } | |
18 .x-progress-bar { | |
19 height:18px; | |
20 float:left; | |
21 width:0; | |
22 background:#9CBFEE url( ../images/default/progress/progress-bg.gif ) repeat-x left center; | |
23 border-top:1px solid #D1E4FD; | |
24 border-bottom:1px solid #7FA9E4; | |
25 border-right:1px solid #7FA9E4; | |
26 } | |
27 .x-progress-text { | |
28 font-size:11px; | |
29 font-weight:bold; | |
30 color:#fff; | |
31 padding:1px 5px; | |
32 overflow:hidden; | |
33 position:absolute; | |
34 left:0; | |
35 text-align:center; | |
36 } | |
37 .x-progress-text-back { | |
38 color:#396095; | |
39 line-height:16px; | |
40 } | |
41 .ext-ie .x-progress-text-back { | |
42 line-height:15px; | |
43 } |