X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/resources/css/progress.css diff --git a/resources/css/progress.css b/resources/css/progress.css deleted file mode 100644 index 1467d7c2..00000000 --- a/resources/css/progress.css +++ /dev/null @@ -1,43 +0,0 @@ -/* - * Ext JS Library 2.2.1 - * Copyright(c) 2006-2009, Ext JS, LLC. - * licensing@extjs.com - * - * http://extjs.com/license - */ - -.x-progress-wrap { - border:1px solid #6593cf; - overflow:hidden; -} -.x-progress-inner { - height:18px; - background: #e0e8f3 url(../images/default/qtip/bg.gif) repeat-x; - position:relative; -} -.x-progress-bar { - height:18px; - float:left; - width:0; - background:#9CBFEE url( ../images/default/progress/progress-bg.gif ) repeat-x left center; - border-top:1px solid #D1E4FD; - border-bottom:1px solid #7FA9E4; - border-right:1px solid #7FA9E4; -} -.x-progress-text { - font-size:11px; - font-weight:bold; - color:#fff; - padding:1px 5px; - overflow:hidden; - position:absolute; - left:0; - text-align:center; -} -.x-progress-text-back { - color:#396095; - line-height:16px; -} -.ext-ie .x-progress-text-back { - line-height:15px; -} \ No newline at end of file