source: trunk/web/addons/job_monarch/lib/extjs-30/resources/css/visual/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: 836 bytes
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 .ext-mb-text,
8.x-window-dlg .x-window-header-text {
9    font-size:12px;
10}
11
12.x-window-dlg .ext-mb-textarea {
13    font:normal 12px tahoma,arial,helvetica,sans-serif;
14}
15
16.x-window-dlg .x-msg-box-wait {
17    background-image:url(../images/default/grid/loading.gif);
18}
19
20.x-window-dlg .ext-mb-info {
21    background-image:url(../images/default/window/icon-info.gif);
22}
23
24.x-window-dlg .ext-mb-warning {
25    background-image:url(../images/default/window/icon-warning.gif);
26}
27
28.x-window-dlg .ext-mb-question {
29    background-image:url(../images/default/window/icon-question.gif);
30}
31
32.x-window-dlg .ext-mb-error {
33    background-image:url(../images/default/window/icon-error.gif);
34}
Note: See TracBrowser for help on using the repository browser.