Subversion Repositories eFlore/Applications.coel

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
510 jp_milcent 1
/*
2
 * Ext GWT Library 2.0.1
3
 * Copyright(c) 2006-2009, Ext JS, LLC.
4
 * licensing@extjs.com
5
 *
6
 * http://extjs.com/license
7
 */
8
.x-panel {
9
    border-style: solid;
10
    border-color: #d0d0d0;
11
}
12
.x-panel-header {
13
    color:#333;
14
	border:1px solid #d0d0d0;
15
    background-image:url(../images/gray/panel/white-top-bottom.gif);
16
}
17
 
18
.x-panel-body {
19
    border-color:#d0d0d0;
20
}
21
 
22
.x-panel-bbar .x-toolbar {
23
    border-color:#d0d0d0;
24
}
25
 
26
.x-panel-tbar .x-toolbar {
27
    border-color:#d0d0d0;
28
}
29
 
30
.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
31
    border-color:#d0d0d0;
32
}
33
.x-panel-body-noheader, .x-panel-mc .x-panel-body {
34
    border-color:#d0d0d0;
35
}
36
.x-panel-tl .x-panel-header {
37
    color:#333;
38
}
39
.x-panel-tc {
40
	background-image:url(../images/gray/panel/top-bottom.gif);
41
}
42
.x-panel-tl {
43
	background-image:url(../images/gray/panel/corners-sprite.gif);
44
    border-color:#d0d0d0;
45
}
46
.x-panel-tr {
47
	background-image:url(../images/gray/panel/corners-sprite.gif);
48
}
49
.x-panel-bc {
50
	background-image:url(../images/gray/panel/top-bottom.gif);
51
}
52
.x-panel-bl {
53
	background-image:url(../images/gray/panel/corners-sprite.gif);
54
}
55
.x-panel-br {
56
	background-image:url(../images/gray/panel/corners-sprite.gif);
57
}
58
.x-panel-mc {
59
    background:#f1f1f1;
60
}
61
.x-panel-mc .x-panel-body {
62
    background:transparent;
63
    border: 0 none;
64
}
65
.x-panel-ml {
66
	background-image:url(../images/gray/panel/left-right.gif);
67
}
68
.x-panel-mr {
69
	background-image:url(../images/gray/panel/left-right.gif);
70
}
71
 
72
/* Tools */
73
.x-tool {
74
    background-image:url(../images/gray/panel/tool-sprites.gif);
75
}
76
 
77
/* Ghosting */
78
.x-panel-ghost {
79
    background:#e0e0e0;
80
}
81
 
82
.x-panel-ghost ul {
83
    border-color:#b0b0b0;
84
}
85
 
86
.x-grid-panel .x-panel-mc .x-panel-body {
87
    border:1px solid #d0d0d0;
88
}
89
 
90
/* Buttons */
91
 
92
.x-btn-left{
93
	background-image:url(../images/gray/button/btn-sprite.gif);
94
}
95
.x-btn-right{
96
	background-image:url(../images/gray/button/btn-sprite.gif);
97
}
98
.x-btn-center{
99
	background-image:url(../images/gray/button/btn-sprite.gif);
100
}
101
 
102
.x-btn-group-header {
103
    color: #333333;
104
}
105
.x-btn-group-tc {
106
	background-image: url(../images/gray/button/group-tb.gif);
107
}
108
.x-btn-group-tl {
109
	background-image: url(../images/gray/button/group-cs.gif);
110
}
111
.x-btn-group-tr {
112
	background-image: url(../images/gray/button/group-cs.gif);
113
}
114
.x-btn-group-bc {
115
	background-image: url(../images/gray/button/group-tb.gif);
116
}
117
.x-btn-group-bl {
118
	background-image: url(../images/gray/button/group-cs.gif);
119
}
120
.x-btn-group-br {
121
	background-image: url(../images/gray/button/group-cs.gif);
122
}
123
.x-btn-group-ml {
124
	background-image: url(../images/gray/button/group-lr.gif);
125
}
126
.x-btn-group-mr {
127
	background-image: url(../images/gray/button/group-lr.gif);
128
}
129
.x-btn-group-notitle .x-btn-group-tc {
130
	background-image: url(../images/gray/button/group-tb.gif);
131
}
132
 
133
/* Layout classes */
134
 
135
.x-border-layout-ct {
136
    background:#f0f0f0;
137
}
138
 
139
.x-accordion-hd {
140
	background-image:url(../images/gray/panel/light-hd.gif);
141
}
142
 
143
.x-layout-collapsed{
144
    background-color:#eee;
145
    border-color:#e0e0e0;
146
}
147
.x-layout-collapsed-over{
148
	 background-color:#fbfbfb;
149
}
150
 
151
 
152
/* qtips */
153
.x-tip .x-tip-top {
154
	background-image:url(../images/gray/qtip/tip-sprite.gif);
155
}
156
.x-tip .x-tip-top-left {
157
	background-image:url(../images/gray/qtip/tip-sprite.gif);
158
}
159
.x-tip .x-tip-top-right {
160
	background-image:url(../images/gray/qtip/tip-sprite.gif);
161
}
162
.x-tip .x-tip-ft {
163
	background-image:url(../images/gray/qtip/tip-sprite.gif);
164
}
165
.x-tip .x-tip-ft-left {
166
	background-image:url(../images/gray/qtip/tip-sprite.gif);
167
}
168
.x-tip .x-tip-ft-right {
169
	background-image:url(../images/gray/qtip/tip-sprite.gif);
170
}
171
.x-tip .x-tip-bd-left {
172
	background-image:url(../images/gray/qtip/tip-sprite.gif);
173
}
174
.x-tip .x-tip-bd-right {
175
	background-image:url(../images/gray/qtip/tip-sprite.gif);
176
}
177
 
178
/* Toolbars */
179
 
180
.x-toolbar{
181
	border-color:#d0d0d0;
182
    background:#f0f4f5 url(../images/gray/toolbar/bg.gif) repeat-x top left;
183
}
184
.x-toolbar button {
185
    color:#444;
186
}
187
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
188
    background-image:url(../images/gray/toolbar/btn-arrow.gif);
189
}
190
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
191
    background-image:url(../images/gray/toolbar/btn-arrow.gif);
192
}
193
.x-toolbar .x-btn-over .x-btn-left{
194
	background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
195
}
196
.x-toolbar .x-btn-over .x-btn-right{
197
	background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
198
}
199
.x-toolbar .x-btn-over .x-btn-center{
200
	background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
201
}
202
.x-toolbar .x-btn-over button {
203
    color:#111;
204
}
205
.x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
206
	background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
207
}
208
.x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
209
	background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
210
}
211
 
212
.x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
213
	background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
214
}
215
.x-toolbar .ytb-sep {
216
	background-image: url(../images/default/grid/grid-split.gif);
217
}
218
 
219
/* Tabs */
220
 
221
.x-tab-panel-header, .x-tab-panel-footer {
222
	background: #EAEAEA;
223
	border-color:#d0d0d0;
224
}
225
 
226
 
227
.x-tab-panel-header {
228
	border-color:#d0d0d0;
229
}
230
 
231
.x-tab-panel-footer {
232
	border-color:#d0d0d0;
233
}
234
 
235
ul.x-tab-strip-top{
236
	background:#dbdbdb url(../images/gray/tabs/tab-strip-bg.gif) repeat-x left top;
237
	border-color:#d0d0d0;
238
    padding-top: 2px;
239
}
240
 
241
ul.x-tab-strip-bottom{
242
	background-image:url(../images/gray/tabs/tab-strip-btm-bg.gif);
243
	border-color:#d0d0d0;
244
}
245
 
246
.x-tab-strip span.x-tab-strip-text {
247
	color:#333;
248
}
249
.x-tab-strip-over span.x-tab-strip-text {
250
	color:#111;
251
}
252
 
253
.x-tab-strip-active span.x-tab-strip-text {
254
	color:#333;
255
}
256
 
257
.x-tab-strip-disabled .x-tabs-text {
258
	color:#aaaaaa;
259
}
260
 
261
.x-tab-strip-top .x-tab-right {
262
	background-image:url(../images/gray/tabs/tabs-sprite.gif);
263
}
264
 
265
.x-tab-strip-top .x-tab-left {
266
	background-image:url(../images/gray/tabs/tabs-sprite.gif);
267
}
268
.x-tab-strip-top .x-tab-strip-inner {
269
	background-image:url(../images/gray/tabs/tabs-sprite.gif);
270
}
271
 
272
.x-tab-strip-bottom .x-tab-right {
273
	background-image:url(../images/gray/tabs/tab-btm-inactive-right-bg.gif);
274
}
275
 
276
.x-tab-strip-bottom .x-tab-left {
277
	background-image:url(../images/gray/tabs/tab-btm-inactive-left-bg.gif);
278
}
279
 
280
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
281
	background-image:url(../images/gray/tabs/tab-btm-right-bg.gif);
282
}
283
 
284
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
285
	background-image:url(../images/gray/tabs/tab-btm-left-bg.gif);
286
}
287
 
288
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
289
	background-image:url(../images/gray/tabs/tab-close.gif);
290
}
291
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
292
	background-image:url(../images/gray/tabs/tab-close.gif);
293
}
294
 
295
.x-tab-panel-body {
296
    border-color:#d0d0d0;
297
    background:#fff;
298
}
299
.x-tab-panel-bbar .x-toolbar {
300
    border-color: #d0d0d0;
301
}
302
 
303
.x-tab-panel-tbar .x-toolbar {
304
    border-color: #d0d0d0;
305
}
306
 
307
.x-tab-panel-header-plain .x-tab-strip-spacer {
308
    border-color:#d0d0d0;
309
    background: #eaeaea;
310
}
311
 
312
.x-tab-scroller-left {
313
    background-image: url(../images/gray/tabs/scroll-left.gif);
314
    border-color:#aeaeae;
315
}
316
.x-tab-scroller-right {
317
    background-image: url(../images/gray/tabs/scroll-right.gif);
318
    border-color:#aeaeae;
319
}
320
 
321
/* Window */
322
 
323
.x-window-proxy {
324
    background:#e0e0e0;
325
    border-color:#b0b0b0;
326
}
327
 
328
.x-window-tl .x-window-header {
329
    color:#555;
330
}
331
.x-window-tc {
332
	background-image:url(../images/gray/window/top-bottom.png);
333
}
334
.x-window-tl {
335
	background-image:url(../images/gray/window/left-corners.png);
336
}
337
.x-window-tr {
338
	background-image:url(../images/gray/window/right-corners.png);
339
}
340
.x-window-bc {
341
	background-image:url(../images/gray/window/top-bottom.png);
342
}
343
.x-window-bl {
344
	background-image:url(../images/gray/window/left-corners.png);
345
}
346
.x-window-br {
347
	background-image:url(../images/gray/window/right-corners.png);
348
}
349
.x-window-mc {
350
    border:1px solid #d0d0d0;
351
    background:#e8e8e8;
352
}
353
 
354
.x-window-ml {
355
	background-image:url(../images/gray/window/left-right.png);
356
}
357
.x-window-mr {
358
	background-image:url(../images/gray/window/left-right.png);
359
}
360
.x-panel-ghost .x-window-tl {
361
    border-color:#d0d0d0;
362
}
363
.x-panel-collapsed .x-window-tl {
364
    border-color:#d0d0d0;
365
}
366
 
367
.x-window-plain .x-window-mc {
368
    background: #e8e8e8;
369
    border-right:1px solid #eee;
370
    border-bottom:1px solid #eee;
371
    border-top:1px solid #d0d0d0;
372
    border-left:1px solid #d0d0d0;
373
}
374
 
375
.x-window-plain .x-window-body {
376
    border-left:1px solid #eee;
377
    border-top:1px solid #eee;
378
    border-bottom:1px solid #d0d0d0;
379
    border-right:1px solid #d0d0d0;
380
    background:transparent !important;
381
}
382
 
383
body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc {
384
    background-color: #e4e4e4;
385
}
386
 
387
 
388
/* misc */
389
.x-html-editor-wrap {
390
    border-color:#d0d0d0;
391
}
392
 
393
/* Borders go last for specificity */
394
.x-panel-noborder .x-panel-body-noborder {
395
    border-width:0;
396
}
397
 
398
.x-panel-noborder .x-panel-header-noborder {
399
    border-width:0;
400
    border-bottom:1px solid #d0d0d0;
401
}
402
 
403
.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
404
    border-width:0;
405
    border-bottom:1px solid #d0d0d0;
406
}
407
 
408
.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
409
    border-width:0;
410
    border-top:1px solid #d0d0d0;
411
}
412
 
413
.x-window-noborder .x-window-mc {
414
    border-width:0;
415
}
416
.x-window-plain .x-window-body-noborder {
417
    border-width:0;
418
}
419
 
420
.x-tab-panel-noborder .x-tab-panel-body-noborder {
421
	border-width:0;
422
}
423
 
424
.x-tab-panel-noborder .x-tab-panel-header-noborder {
425
	border-top-width:0;
426
	border-left-width:0;
427
	border-right-width:0;
428
}
429
 
430
.x-tab-panel-noborder .x-tab-panel-footer-noborder {
431
	border-bottom-width:0;
432
	border-left-width:0;
433
	border-right-width:0;
434
}
435
 
436
 
437
.x-tab-panel-bbar-noborder .x-toolbar {
438
    border-width:0;
439
    border-top:1px solid #d0d0d0;
440
}
441
 
442
.x-tab-panel-tbar-noborder .x-toolbar {
443
    border-width:0;
444
    border-bottom:1px solid #d0d0d0;
445
}.x-accordion-hd {
446
	background-color: #e5e5e5;
447
}.x-border {
448
  border: 1px solid #D0D0D0;
449
}
450
 
451
.x-layout-popup {
452
  background-color: #F0F0F0;
453
  border: 1px solid #D0D0D0;
454
}
455
 
456
.my-list {
457
  border: 1px solid #D0D0D0;
458
}
459
 
460
.x-view {
461
  border:1px solid #D0D0D0;
462
}.my-info {
463
  background: url(../images/gray/info/info-bg.gif) no-repeat;
464
}.x-date-right-icon {
465
  background-image: url(../images/default/shared/right-btn.gif);
466
  margin-right: 2px;
467
  text-decoration: none !important;
468
}
469
 
470
.x-date-left-icon {
471
  background-image: url(../images/default/shared/left-btn.gif);
472
  margin-right: 2px;
473
  text-decoration: none !important;
474
}.my-tbl {
475
	border: 1px solid #C6C5C5;
476
}.my-treetbl {
477
	border: 1px solid #C6C5C5;
478
}