Mercurial > laserkard
view onlypaths/theme/css/progress.css @ 58:9d156039944e laserkard
[svn r59] final modifacatios wqith kevin
author | rlm |
---|---|
date | Sun, 14 Mar 2010 01:51:23 -0500 |
parents | 26c2b3ad21c7 |
children |
line wrap: on
line source
1 /*2 * Ext JS Library 2.13 * Copyright(c) 2006-2008, Ext JS, LLC.4 * licensing@extjs.com5 *6 * http://extjs.com/license7 */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 }