Mercurial > laserkard
diff 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 |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/onlypaths/theme/css/progress.css Sun Jan 31 12:33:33 2010 -0500 1.3 @@ -0,0 +1,43 @@ 1.4 +/* 1.5 + * Ext JS Library 2.1 1.6 + * Copyright(c) 2006-2008, Ext JS, LLC. 1.7 + * licensing@extjs.com 1.8 + * 1.9 + * http://extjs.com/license 1.10 + */ 1.11 + 1.12 +.x-progress-wrap { 1.13 + border:1px solid #6593cf; 1.14 + overflow:hidden; 1.15 +} 1.16 +.x-progress-inner { 1.17 + height:18px; 1.18 + background: #e0e8f3 url(../images/default/qtip/bg.gif) repeat-x; 1.19 + position:relative; 1.20 +} 1.21 +.x-progress-bar { 1.22 + height:18px; 1.23 + float:left; 1.24 + width:0; 1.25 + background:#9CBFEE url( ../images/default/progress/progress-bg.gif ) repeat-x left center; 1.26 + border-top:1px solid #D1E4FD; 1.27 + border-bottom:1px solid #7FA9E4; 1.28 + border-right:1px solid #7FA9E4; 1.29 +} 1.30 +.x-progress-text { 1.31 + font-size:11px; 1.32 + font-weight:bold; 1.33 + color:#fff; 1.34 + padding:1px 5px; 1.35 + overflow:hidden; 1.36 + position:absolute; 1.37 + left:0; 1.38 + text-align:center; 1.39 +} 1.40 +.x-progress-text-back { 1.41 + color:#396095; 1.42 + line-height:16px; 1.43 +} 1.44 +.ext-ie .x-progress-text-back { 1.45 + line-height:15px; 1.46 +} 1.47 \ No newline at end of file