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-dlg-proxy {
10
	background-image: url(../images/default/gradient-bg.gif);
11
	background-color:#c3daf9;
12
	border:1px solid #6593cf;
13
	z-index:10001;
14
	overflow:hidden;
15
	position:absolute;
16
	left:0;top:0;
17
}
18
.x-dlg-shadow{
19
	background:#aaaaaa;
20
	position:absolute;
21
	left:0;top:0;
22
}
23
.x-dlg-focus{
24
	-moz-outline:0 none;
25
	outline:0 none;
26
	width:0;
27
	height:0;
28
	overflow:hidden;
29
	position:absolute;
30
	top:0;
31
	left:0;
32
}
33
.x-dlg-mask{
34
	z-index:10000;
35
   display:none;
36
   position:absolute;
37
   top:0;
38
   left:0;
39
   -moz-opacity: 0.5;
40
   opacity:.50;
41
   filter: alpha(opacity=50);
42
   background-color:#CCC;
43
}
44
body.x-body-masked select {
45
	visibility:hidden;
46
}
47
body.x-body-masked .x-dlg select {
48
	visibility:visible;
49
}
50
.x-dlg{
51
	z-index:10001;
52
	overflow:hidden;
53
	position:absolute;
54
	left:300;top:0;
55
}
56
.x-dlg .x-dlg-hd {
57
	background: url(../images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
58
	background-color:navy;
59
	color:#FFF;
60
	font:bold 12px "sans serif", tahoma, verdana, helvetica;
61
	overflow:hidden;
62
	padding:5px;
63
    white-space: nowrap;
64
}
65
.x-dlg .x-dlg-hd-left {
66
	background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
67
	padding-left:3px;
68
	margin:0;
69
}
70
.x-dlg .x-dlg-hd-right {
71
	background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat right 0;
72
	padding-right:3px;
73
}
74
.x-dlg .x-dlg-dlg-body{
75
	background:url(../images/default/layout/gradient-bg.gif);
76
	border:1px solid #6593cf;
77
	border-top:0 none;
78
	padding:10px;
79
	position:absolute;
80
	top:24px;left:0;
81
	z-index:1;
82
	overflow:hidden;
83
}
84
.x-dlg-collapsed .x-resizable-handle{
85
    display:none;
86
}
87
.x-dlg .x-dlg-bd{
88
	overflow:hidden;
89
}
90
.x-dlg .x-dlg-ft{
91
	overflow:hidden;
92
	padding:5px;
93
	padding-bottom:0;
94
}
95
 
96
.x-dlg .x-tabs-body{
97
	background:white;
98
	overflow:auto;
99
}
100
.x-dlg .x-tabs-top .x-tabs-body{
101
	border:1px solid #6593cf;
102
	border-top:0 none;
103
}
104
.x-dlg .x-tabs-bottom .x-tabs-body{
105
	border:1px solid #6593cf;
106
	border-bottom:0 none;
107
}
108
.x-dlg .x-layout-container  .x-tabs-body{
109
	border:0 none;
110
}
111
.x-dlg .inner-tab{
112
	margin:5px;
113
}
114
.x-dlg .x-dlg-ft .x-btn{
115
	margin-right:5px;
116
	float:right;
117
	clear:none;
118
}
119
.x-dlg .x-dlg-ft .x-dlg-btns td {
120
	border:0;
121
	padding:0;
122
}
123
.x-dlg .x-dlg-ft .x-dlg-btns-right table{
124
	float:right;
125
	clear:none;
126
}
127
.x-dlg .x-dlg-ft .x-dlg-btns-left table{
128
	float:left;
129
	clear:none;
130
}
131
.x-dlg .x-dlg-ft .x-dlg-btns-center{
132
	text-align:center; /*ie*/
133
}
134
.x-dlg .x-dlg-ft .x-dlg-btns-center table{
135
	margin:0 auto; /*everyone else*/
136
}
137
 
138
 
139
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-left{
140
	background-position:0 -147px;
141
}
142
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-right{
143
	background-position:0 -168px;
144
}
145
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-center{
146
	background-position:0 -189px;
147
}
148
 
149
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-center{
150
	background-position:0 -126px;
151
}
152
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-right{
153
	background-position:0 -84px;
154
}
155
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-left{
156
	background-position:0 -63px;
157
}
158
 
159
.x-dlg-draggable .x-dlg-hd{
160
	cursor:move;
161
}
162
.x-dlg-closable .x-dlg-hd{
163
	padding-right:22px;
164
}
165
.x-dlg-toolbox {
166
    position:absolute;
167
	top:4px;
168
	right:4px;
169
	z-index:6;
170
    width:40px;
171
    cursor:default;
172
    height:15px;
173
    background:transparent;
174
}
175
.x-dlg .x-dlg-close, .x-dlg .x-dlg-collapse {
176
    float:right;
177
    height:15px;
178
	width:15px;
179
	margin:0;
180
    margin-left:2px;
181
    padding:0;
182
	line-height:1px;
183
	font-size:1px;
184
	background-repeat:no-repeat;
185
	cursor:pointer;
186
	visibility:inherit;
187
}
188
.x-dlg .x-dlg-close {
189
    background-image:url(../images/default/basic-dialog/close.gif);
190
}
191
.x-dlg .x-dlg-collapse {
192
    background-image:url(../images/default/basic-dialog/collapse.gif);
193
}
194
.x-dlg-collapsed .x-dlg-collapse {
195
    background-image:url(../images/default/basic-dialog/expand.gif);
196
}
197
.x-dlg .x-dlg-close-over, .x-dlg .x-dlg-collapse-over {
198
 
199
}
200
.x-dlg div.x-resizable-handle-east{
201
	background-image:url(../images/default/basic-dialog/e-handle.gif);
202
	border:0;
203
	background-position:right;
204
	margin-right:0;
205
}
206
.x-dlg div.x-resizable-handle-south{
207
	background-image:url(../images/default/sizer/s-handle-dark.gif);
208
	border:0;
209
	height:6px;
210
}
211
.x-dlg div.x-resizable-handle-west{
212
	background-image:url(../images/default/basic-dialog/e-handle.gif);
213
	border:0;
214
	background-position:1px;
215
}
216
.x-dlg div.x-resizable-handle-north{
217
	background-image:url(../images/default/s.gif);
218
	border:0;
219
}
220
.x-dlg div.x-resizable-handle-northeast, .xtheme-gray .x-dlg div.x-resizable-handle-northeast{
221
	background-image:url(../images/default/s.gif);
222
	border:0;
223
}
224
.x-dlg div.x-resizable-handle-northwest, .xtheme-gray .x-dlg div.x-resizable-handle-northwest{
225
	background-image:url(../images/default/s.gif);
226
	border:0;
227
}
228
.x-dlg div.x-resizable-handle-southeast{
229
	background-image:url(../images/default/basic-dialog/se-handle.gif);
230
	background-position: bottom right;
231
	width:8px;
232
	height:8px;
233
	border:0;
234
}
235
.x-dlg div.x-resizable-handle-southwest{
236
	background-image:url(../images/default/sizer/sw-handle-dark.gif);
237
	background-position: top right;
238
	margin-left:1px;
239
	margin-bottom:1px;
240
	border:0;
241
}
242
 
243
#x-msg-box .x-dlg-ft .x-btn{
244
	float:none;
245
	clear:none;
246
	margin:0 3px;
247
}
248
 
249
#x-msg-box .x-dlg-bd {
250
	padding:5px;
251
	overflow:hidden !important;
252
	font:normal 13px verdana,tahoma,sans-serif;
253
}
254
#x-msg-box .ext-mb-input {
255
	margin-top:4px;
256
	width:95%;
257
}
258
#x-msg-box .ext-mb-textarea {
259
	margin-top:4px;
260
	font:normal 13px verdana,tahoma,sans-serif;
261
}
262
#x-msg-box .ext-mb-progress-wrap {
263
	margin-top:4px;
264
	border:1px solid #6593cf;
265
}
266
#x-msg-box .ext-mb-progress {
267
	height:18px;
268
	background: #e0e8f3 url(../images/default/qtip/bg.gif) repeat-x;
269
}
270
#x-msg-box .ext-mb-progress-bar {
271
	height:18px;
272
	overflow:hidden;
273
	width:0;
274
	background:#8BB8F3;
275
	border-top:1px solid #B2D0F7;
276
	border-bottom:1px solid #65A1EF;
277
	border-right:1px solid #65A1EF;
278
}
279
 
280
#x-msg-box .x-msg-box-wait {
281
	background: transparent url(../images/default/grid/loading.gif) no-repeat left;
282
    display:block;
283
    width:300px;
284
    padding-left:18px;
285
    line-height:18px;
286
}