Subversion Repositories eFlore/Applications.cel

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2108 mathias 1
/*
2
 * Ext JS Library 2.0.2
3
 * Copyright(c) 2006-2008, 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
.ext-ie .x-window-dlg .ext-mb-icon {
48
    width:44px; /* 3px IE margin issue */
49
}
50
.x-window-dlg .ext-mb-info {
51
    background:transparent url(../images/default/window/icon-info.gif) no-repeat top left;
52
}
53
.x-window-dlg .ext-mb-warning {
54
    background:transparent url(../images/default/window/icon-warning.gif) no-repeat top left;
55
}
56
.x-window-dlg .ext-mb-question {
57
    background:transparent url(../images/default/window/icon-question.gif) no-repeat top left;
58
}
59
.x-window-dlg .ext-mb-error {
60
    background:transparent url(../images/default/window/icon-error.gif) no-repeat top left;
61
}