source:
trunk/workshop-routing-foss4g/web/ext/resources/css/theme-gray/dialog.css
@
81
Revision 76, 800 bytes checked in by djay, 13 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[76] | 1 | /*! |
2 | * Ext JS Library 3.4.0 | |
3 | * Copyright(c) 2006-2011 Sencha Inc. | |
4 | * licensing@sencha.com | |
5 | * http://www.sencha.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/gray/window/icon-info.gif); | |
22 | } | |
23 | ||
24 | .x-window-dlg .ext-mb-warning { | |
25 | background-image:url(../images/gray/window/icon-warning.gif); | |
26 | } | |
27 | ||
28 | .x-window-dlg .ext-mb-question { | |
29 | background-image:url(../images/gray/window/icon-question.gif); | |
30 | } | |
31 | ||
32 | .x-window-dlg .ext-mb-error { | |
33 | background-image:url(../images/gray/window/icon-error.gif); | |
34 | } |
Note: See TracBrowser
for help on using the repository browser.