view 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 source
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 */
9 .x-window-dlg .x-window-body {
10 border:0 none !important;
11 padding:5px 10px;
12 overflow:hidden !important;
13 }
14 .x-window-dlg .x-window-mc {
15 border:0 none !important;
16 }
17 .x-window-dlg .ext-mb-text,
18 .x-window-dlg .x-window-header-text {
19 font-size:12px;
20 }
21 .x-window-dlg .ext-mb-input {
22 margin-top:4px;
23 width:95%;
24 }
25 .x-window-dlg .ext-mb-textarea {
26 margin-top:4px;
27 font:normal 12px tahoma,arial,helvetica,sans-serif;
28 }
29 .x-window-dlg .x-progress-wrap {
30 margin-top:4px;
31 }
32 .ext-ie .x-window-dlg .x-progress-wrap {
33 margin-top:6px;
34 }
35 .x-window-dlg .x-msg-box-wait {
36 background: transparent url(../images/default/grid/loading.gif) no-repeat left;
37 display:block;
38 width:300px;
39 padding-left:18px;
40 line-height:18px;
41 }
42 .x-window-dlg .ext-mb-icon {
43 float:left;
44 width:47px;
45 height:32px;
46 }
47 .x-window-dlg .ext-mb-icon {
48 float:left;
49 width:47px;
50 height:32px;
51 }
52 .ext-ie .x-window-dlg .ext-mb-icon {
53 width:44px; /* 3px IE margin issue */
54 }
55 .x-window-dlg .ext-mb-info {
56 background:transparent url(../images/default/window/icon-info.gif) no-repeat top left;
57 }
58 .x-window-dlg .ext-mb-warning {
59 background:transparent url(../images/default/window/icon-warning.gif) no-repeat top left;
60 }
61 .x-window-dlg .ext-mb-question {
62 background:transparent url(../images/default/window/icon-question.gif) no-repeat top left;
63 }
64 .x-window-dlg .ext-mb-error {
65 background:transparent url(../images/default/window/icon-error.gif) no-repeat top left;
66 }
67 .ext-gecko .ext-mb-fix-cursor {
68 overflow:auto;
69 }