source: trunk/web/addons/job_monarch/lib/extjs-30/resources/css/structure/dialog.css @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 1.2 KB
Line 
1/*!
2 * Ext JS Library 3.0.0
3 * Copyright(c) 2006-2009 Ext JS, LLC
4 * licensing@extjs.com
5 * http://www.extjs.com/license
6 */
7.x-window-dlg .x-window-body {
8    border:0 none !important;
9    padding:5px 10px;
10    overflow:hidden !important;
11}
12
13.x-window-dlg .x-window-mc {
14    border:0 none !important;
15}
16
17.x-window-dlg .ext-mb-input {
18    margin-top:4px;
19    width:95%;
20}
21
22.x-window-dlg .ext-mb-textarea {
23    margin-top:4px;
24}
25
26.x-window-dlg .x-progress-wrap {
27    margin-top:4px;
28}
29
30.ext-ie .x-window-dlg .x-progress-wrap {
31    margin-top:6px;
32}
33
34.x-window-dlg .x-msg-box-wait {
35    background:transparent no-repeat left;
36    display:block;
37    width:300px;
38    padding-left:18px;
39    line-height:18px;
40}
41
42.x-window-dlg .ext-mb-icon {
43    float:left;
44    width:47px;
45    height:32px;
46}
47
48.ext-ie .x-window-dlg .ext-mb-icon {
49    width:44px; /* 3px IE margin issue */
50}
51
52.x-window-dlg .x-dlg-icon .ext-mb-content{
53    zoom: 1; margin-left: 47px;
54}
55
56.x-window-dlg .ext-mb-info, .x-window-dlg .ext-mb-warning, .x-window-dlg .ext-mb-question, .x-window-dlg .ext-mb-error {
57    background:transparent no-repeat top left;
58}
59
60.ext-gecko2 .ext-mb-fix-cursor {
61    overflow:auto;
62}
Note: See TracBrowser for help on using the repository browser.