source: trunk/web/addons/job_monarch/lib/extjs/resources/css/dialog.css @ 619

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

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 1.7 KB
Line 
1/*
2 * Ext JS Library 2.2.1
3 * Copyright(c) 2006-2009, Ext JS, LLC.
4 * licensing@extjs.com
5 *
6 * http://extjs.com/license
7 */
8
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-gecko2 .ext-mb-fix-cursor {
68    overflow:auto;
69}
Note: See TracBrowser for help on using the repository browser.