~cdparra/gelee/trunk

« back to all changes in this revision

Viewing changes to webui/ecosystem/extjs/resources/css/visual/dialog.css

  • Committer: parra
  • Date: 2010-03-15 02:39:02 UTC
  • Revision ID: svn-v4:ac5bba68-f036-4e09-846e-8f32731cc928:trunk/gelee:1433
merged gelee at svn

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Ext JS Library 3.0 RC2
 
3
 * Copyright(c) 2006-2009, Ext JS, LLC.
 
4
 * licensing@extjs.com
 
5
 * 
 
6
 * http://extjs.com/license
 
7
 */
 
8
 
 
9
.x-window-dlg .ext-mb-text,
 
10
.x-window-dlg .x-window-header-text {
 
11
    font-size:12px;
 
12
}
 
13
 
 
14
.x-window-dlg .ext-mb-textarea {
 
15
    font:normal 12px tahoma,arial,helvetica,sans-serif;
 
16
}
 
17
 
 
18
.x-window-dlg .x-msg-box-wait {
 
19
    background-image:url(../images/default/grid/loading.gif);
 
20
}
 
21
 
 
22
.x-window-dlg .ext-mb-info {
 
23
    background-image:url(../images/default/window/icon-info.gif);
 
24
}
 
25
 
 
26
.x-window-dlg .ext-mb-warning {
 
27
    background-image:url(../images/default/window/icon-warning.gif);
 
28
}
 
29
 
 
30
.x-window-dlg .ext-mb-question {
 
31
    background-image:url(../images/default/window/icon-question.gif);
 
32
}
 
33
 
 
34
.x-window-dlg .ext-mb-error {
 
35
    background-image:url(../images/default/window/icon-error.gif);
 
36
}
 
 
b'\\ No newline at end of file'