source:
trunk/workshop-routing-foss4g/web/ext/resources/css/structure/dialog.css
@
81
Revision 76, 1.1 KB 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 .x-window-body { | |
8 | border:0 none !important; | |
9 | padding:5px 10px; | |
10 | overflow:hidden !important; | |
11 | } | |
12 | ||
13 | .x-window-dlg .x-window-mc { | |
14 | border:0 none !important; | |
15 | } | |
16 | ||
17 | .x-window-dlg .ext-mb-input { | |
18 | margin-top:4px; | |
19 | width:95%; | |
20 | } | |
21 | ||
22 | .x-window-dlg .ext-mb-textarea { | |
23 | margin-top:4px; | |
24 | } | |
25 | ||
26 | .x-window-dlg .x-progress-wrap { | |
27 | margin-top:4px; | |
28 | } | |
29 | ||
30 | .ext-ie .x-window-dlg .x-progress-wrap { | |
31 | margin-top:6px; | |
32 | } | |
33 | ||
34 | .x-window-dlg .x-msg-box-wait { | |
35 | background:transparent no-repeat left; | |
36 | display:block; | |
37 | width:300px; | |
38 | padding-left:18px; | |
39 | line-height:18px; | |
40 | } | |
41 | ||
42 | .x-window-dlg .ext-mb-icon { | |
43 | float:left; | |
44 | width:47px; | |
45 | height:32px; | |
46 | } | |
47 | ||
48 | .x-window-dlg .x-dlg-icon .ext-mb-content{ | |
49 | zoom: 1; | |
50 | margin-left: 47px; | |
51 | } | |
52 | ||
53 | .x-window-dlg .ext-mb-info, .x-window-dlg .ext-mb-warning, .x-window-dlg .ext-mb-question, .x-window-dlg .ext-mb-error { | |
54 | background:transparent no-repeat top left; | |
55 | } | |
56 | ||
57 | .ext-gecko2 .ext-mb-fix-cursor { | |
58 | overflow:auto; | |
59 | } |
Note: See TracBrowser
for help on using the repository browser.