Mercurial > laserkard
diff onlypaths/theme/css/dialog.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/dialog.css Sun Jan 31 12:33:33 2010 -0500 1.3 @@ -0,0 +1,69 @@ 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-window-dlg .x-window-body { 1.13 + border:0 none !important; 1.14 + padding:5px 10px; 1.15 + overflow:hidden !important; 1.16 +} 1.17 +.x-window-dlg .x-window-mc { 1.18 + border:0 none !important; 1.19 +} 1.20 +.x-window-dlg .ext-mb-text, 1.21 +.x-window-dlg .x-window-header-text { 1.22 + font-size:12px; 1.23 +} 1.24 +.x-window-dlg .ext-mb-input { 1.25 + margin-top:4px; 1.26 + width:95%; 1.27 +} 1.28 +.x-window-dlg .ext-mb-textarea { 1.29 + margin-top:4px; 1.30 + font:normal 12px tahoma,arial,helvetica,sans-serif; 1.31 +} 1.32 +.x-window-dlg .x-progress-wrap { 1.33 + margin-top:4px; 1.34 +} 1.35 +.ext-ie .x-window-dlg .x-progress-wrap { 1.36 + margin-top:6px; 1.37 +} 1.38 +.x-window-dlg .x-msg-box-wait { 1.39 + background: transparent url(../images/default/grid/loading.gif) no-repeat left; 1.40 + display:block; 1.41 + width:300px; 1.42 + padding-left:18px; 1.43 + line-height:18px; 1.44 +} 1.45 +.x-window-dlg .ext-mb-icon { 1.46 + float:left; 1.47 + width:47px; 1.48 + height:32px; 1.49 +} 1.50 +.x-window-dlg .ext-mb-icon { 1.51 + float:left; 1.52 + width:47px; 1.53 + height:32px; 1.54 +} 1.55 +.ext-ie .x-window-dlg .ext-mb-icon { 1.56 + width:44px; /* 3px IE margin issue */ 1.57 +} 1.58 +.x-window-dlg .ext-mb-info { 1.59 + background:transparent url(../images/default/window/icon-info.gif) no-repeat top left; 1.60 +} 1.61 +.x-window-dlg .ext-mb-warning { 1.62 + background:transparent url(../images/default/window/icon-warning.gif) no-repeat top left; 1.63 +} 1.64 +.x-window-dlg .ext-mb-question { 1.65 + background:transparent url(../images/default/window/icon-question.gif) no-repeat top left; 1.66 +} 1.67 +.x-window-dlg .ext-mb-error { 1.68 + background:transparent url(../images/default/window/icon-error.gif) no-repeat top left; 1.69 +} 1.70 +.ext-gecko .ext-mb-fix-cursor { 1.71 + overflow:auto; 1.72 +} 1.73 \ No newline at end of file