/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to includes/ext/resources/css/panel.css

  • Committer: Suren A. Chilingaryan
  • Date: 2010-01-27 06:10:57 UTC
  • Revision ID: csa@dside.dyndns.org-20100127061057-e14p89shlao8p2bi
Cleanup of includes and minor update of release script

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Ext JS Library 2.2
3
 
 * Copyright(c) 2006-2008, Ext JS, LLC.
4
 
 * licensing@extjs.com
5
 
 * 
6
 
 * http://extjs.com/license
7
 
 */
8
 
 
9
 
.x-panel {
10
 
    border-style: solid;
11
 
    border-color: #99bbe8;
12
 
    border-width:0;
13
 
}
14
 
 
15
 
.x-panel-header {
16
 
    overflow:hidden;
17
 
    zoom:1;
18
 
    color:#15428b;
19
 
        font:bold 11px tahoma,arial,verdana,sans-serif;
20
 
    padding:5px 3px 4px 5px;
21
 
    border:1px solid #99bbe8;
22
 
    line-height: 15px;
23
 
    background: transparent url(../images/default/panel/white-top-bottom.gif) repeat-x 0 -1px;
24
 
}
25
 
 
26
 
.x-panel-body {
27
 
    border:1px solid #99bbe8;
28
 
    border-top:0 none;
29
 
    overflow:hidden;
30
 
    background:white;
31
 
    position: relative; /* added for item scroll positioning */
32
 
}
33
 
 
34
 
.x-panel-bbar .x-toolbar {
35
 
    border:1px solid #99bbe8;
36
 
    border-top:0 none;
37
 
    overflow:hidden;
38
 
    padding:2px;
39
 
}
40
 
 
41
 
 
42
 
.x-panel-tbar .x-toolbar {
43
 
    border:1px solid #99bbe8;
44
 
    border-top:0 none;
45
 
    overflow:hidden;
46
 
    padding:2px;
47
 
}
48
 
 
49
 
.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
50
 
    border-top:1px solid #99bbe8;
51
 
    border-bottom: 0 none;
52
 
}
53
 
.x-panel-body-noheader, .x-panel-mc .x-panel-body {
54
 
    border-top:1px solid #99bbe8;
55
 
}
56
 
.x-panel-header {
57
 
    overflow:hidden;
58
 
    zoom:1;
59
 
}
60
 
.x-panel-tl .x-panel-header {
61
 
    color:#15428b;
62
 
         font:bold 11px tahoma,arial,verdana,sans-serif;
63
 
    padding:5px 0 4px 0;
64
 
    border:0 none;
65
 
    background:transparent;
66
 
}
67
 
.x-panel-tl .x-panel-icon, .x-window-tl .x-panel-icon {
68
 
    padding-left:20px !important;
69
 
    background-repeat:no-repeat;
70
 
    background-position:0 4px;
71
 
    zoom:1;
72
 
}
73
 
.x-panel-inline-icon {
74
 
    width:16px;
75
 
         height:16px;
76
 
    background-repeat:no-repeat;
77
 
    background-position:0 0;
78
 
         vertical-align:middle;
79
 
         margin-right:4px;
80
 
         margin-top:-1px;
81
 
         margin-bottom:-1px;
82
 
}
83
 
.x-panel-tc {
84
 
        background: transparent url(../images/default/panel/top-bottom.gif) repeat-x 0 0;
85
 
        overflow:hidden;
86
 
}
87
 
/* fix ie7 strict mode bug */
88
 
.ext-strict .ext-ie7 .x-panel-tc {
89
 
    overflow: visible;
90
 
}
91
 
.x-panel-tl {
92
 
        background: transparent url(../images/default/panel/corners-sprite.gif) no-repeat 0 0;
93
 
        padding-left:6px;
94
 
    zoom:1;
95
 
    border-bottom:1px solid #99bbe8;
96
 
}
97
 
.x-panel-tr {
98
 
        background: transparent url(../images/default/panel/corners-sprite.gif) no-repeat right 0;
99
 
        zoom:1;
100
 
    padding-right:6px;
101
 
}
102
 
.x-panel-bc {
103
 
        background: transparent url(../images/default/panel/top-bottom.gif) repeat-x 0 bottom;
104
 
    zoom:1;
105
 
}
106
 
.x-panel-bc .x-panel-footer {
107
 
    zoom:1;
108
 
}
109
 
 
110
 
.x-panel-bl {
111
 
        background: transparent url(../images/default/panel/corners-sprite.gif) no-repeat 0 bottom;
112
 
        padding-left:6px;
113
 
    zoom:1;
114
 
}
115
 
.x-panel-br {
116
 
        background: transparent url(../images/default/panel/corners-sprite.gif) no-repeat right bottom;
117
 
        padding-right:6px;
118
 
    zoom:1;
119
 
}
120
 
.x-panel-mc {
121
 
    border:0 none;
122
 
    padding:0;
123
 
    margin:0;
124
 
    font: normal 11px tahoma,arial,helvetica,sans-serif;
125
 
    padding-top:6px;
126
 
    background:#dfe8f6;
127
 
}
128
 
.x-panel-mc .x-panel-body {
129
 
    background:transparent;
130
 
    border: 0 none;
131
 
}
132
 
.x-panel-ml {
133
 
        background: #fff url(../images/default/panel/left-right.gif) repeat-y 0 0;
134
 
        padding-left:6px;
135
 
    zoom:1;
136
 
}
137
 
.x-panel-mr {
138
 
        background: transparent url(../images/default/panel/left-right.gif) repeat-y right 0;
139
 
        padding-right:6px;
140
 
    zoom:1;
141
 
}
142
 
.x-panel-bc .x-panel-footer {
143
 
    padding-bottom:6px;
144
 
}
145
 
.x-panel-nofooter .x-panel-bc, .x-panel-nofooter .x-window-bc {
146
 
        height:6px;
147
 
    font-size:0;
148
 
    line-height:0;
149
 
}
150
 
 
151
 
.x-panel-bwrap {
152
 
    overflow:hidden;
153
 
    zoom:1;
154
 
    left:0;top:0;
155
 
}
156
 
.x-panel-body {
157
 
    overflow:hidden;
158
 
    zoom:1;
159
 
}
160
 
 
161
 
.x-panel-collapsed .x-resizable-handle{
162
 
    display:none;
163
 
}
164
 
 
165
 
.ext-gecko .x-panel-animated div {
166
 
    overflow:hidden !important;
167
 
}
168
 
 
169
 
/* Plain */
170
 
.x-plain-body {
171
 
    overflow:hidden;
172
 
}
173
 
 
174
 
.x-plain-bbar .x-toolbar {
175
 
    overflow:hidden;
176
 
    padding:2px;
177
 
}
178
 
 
179
 
.x-plain-tbar .x-toolbar {
180
 
    overflow:hidden;
181
 
    padding:2px;
182
 
}
183
 
 
184
 
.x-plain-bwrap {
185
 
    overflow:hidden;
186
 
    zoom:1;
187
 
}
188
 
 
189
 
.x-plain {
190
 
    overflow:hidden;
191
 
}
192
 
 
193
 
/* Tools */
194
 
.x-tool {
195
 
    overflow:hidden;
196
 
    width:15px;
197
 
    height:15px;
198
 
    float:right;
199
 
    cursor:pointer;
200
 
    background:transparent url(../images/default/panel/tool-sprites.gif) no-repeat;
201
 
    margin-left:2px;
202
 
}
203
 
 
204
 
/* expand / collapse tools */
205
 
.x-tool-toggle {
206
 
    background-position:0 -60px;
207
 
}
208
 
.x-tool-toggle-over {
209
 
    background-position:-15px -60px;
210
 
}
211
 
.x-panel-collapsed .x-tool-toggle {
212
 
    background-position:0 -75px;
213
 
}
214
 
.x-panel-collapsed .x-tool-toggle-over {
215
 
    background-position:-15px -75px;
216
 
}
217
 
 
218
 
.x-tool-close {
219
 
    background-position:0 -0;
220
 
}
221
 
.x-tool-close-over {
222
 
    background-position:-15px 0;
223
 
}
224
 
 
225
 
.x-tool-minimize {
226
 
    background-position:0 -15px;
227
 
}
228
 
.x-tool-minimize-over {
229
 
    background-position:-15px -15px;
230
 
}
231
 
 
232
 
.x-tool-maximize {
233
 
    background-position:0 -30px;
234
 
}
235
 
.x-tool-maximize-over {
236
 
    background-position:-15px -30px;
237
 
}
238
 
 
239
 
.x-tool-restore {
240
 
    background-position:0 -45px;
241
 
}
242
 
.x-tool-restore-over {
243
 
    background-position:-15px -45px;
244
 
}
245
 
 
246
 
.x-tool-gear {
247
 
    background-position:0 -90px;
248
 
}
249
 
.x-tool-gear-over {
250
 
    background-position:-15px -90px;
251
 
}
252
 
 
253
 
.x-tool-pin {
254
 
    background-position:0 -135px;
255
 
}
256
 
.x-tool-pin-over {
257
 
    background-position:-15px -135px;
258
 
}
259
 
.x-tool-unpin {
260
 
    background-position:0 -150px;
261
 
}
262
 
.x-tool-unpin-over {
263
 
    background-position:-15px -150px;
264
 
}
265
 
.x-tool-right {
266
 
    background-position:0 -165px;
267
 
}
268
 
.x-tool-right-over {
269
 
    background-position:-15px -165px;
270
 
}
271
 
.x-tool-left {
272
 
    background-position:0 -180px;
273
 
}
274
 
.x-tool-left-over {
275
 
    background-position:-15px -180px;
276
 
}
277
 
.x-tool-up {
278
 
    background-position:0 -210px;
279
 
}
280
 
.x-tool-up-over {
281
 
    background-position:-15px -210px;
282
 
}
283
 
.x-tool-down {
284
 
    background-position:0 -195px;
285
 
}
286
 
.x-tool-down-over {
287
 
    background-position:-15px -195px;
288
 
}
289
 
.x-tool-refresh {
290
 
    background-position:0 -225px;
291
 
}
292
 
.x-tool-refresh-over {
293
 
    background-position:-15px -225px;
294
 
}
295
 
 
296
 
.x-tool-minus {
297
 
    background-position:0 -255px;
298
 
}
299
 
.x-tool-minus-over {
300
 
    background-position:-15px -255px;
301
 
}
302
 
.x-tool-plus {
303
 
    background-position:0 -240px;
304
 
}
305
 
.x-tool-plus-over {
306
 
    background-position:-15px -240px;
307
 
}
308
 
 
309
 
.x-tool-search {
310
 
    background-position:0 -270px;
311
 
}
312
 
.x-tool-search-over {
313
 
    background-position:-15px -270px;
314
 
}
315
 
.x-tool-save {
316
 
    background-position:0 -285px;
317
 
}
318
 
.x-tool-save-over {
319
 
    background-position:-15px -285px;
320
 
}
321
 
.x-tool-help {
322
 
    background-position:0 -300px;
323
 
}
324
 
.x-tool-help-over {
325
 
    background-position:-15px -300px;
326
 
}
327
 
.x-tool-print {
328
 
    background-position:0 -315px;
329
 
}
330
 
.x-tool-print-over {
331
 
    background-position:-15px -315px;
332
 
}
333
 
 
334
 
/* Ghosting */
335
 
.x-panel-ghost {
336
 
    background:#cbddf3;
337
 
    z-index:12000;
338
 
    overflow:hidden;
339
 
    position:absolute;
340
 
    left:0;top:0;
341
 
    opacity:.65;
342
 
    -moz-opacity:.65;
343
 
    filter:alpha(opacity=65);
344
 
}
345
 
 
346
 
.x-panel-ghost ul {
347
 
    margin:0;
348
 
    padding:0;
349
 
    overflow:hidden;
350
 
    font-size:0;
351
 
    line-height:0;
352
 
    border:1px solid #99bbe8;
353
 
    border-top:0 none;
354
 
    display:block;
355
 
}
356
 
 
357
 
.x-panel-ghost * {
358
 
    cursor:move !important;
359
 
}
360
 
 
361
 
.x-panel-dd-spacer {
362
 
    border:2px dashed #99bbe8;
363
 
}
364
 
/* Buttons */
365
 
 
366
 
.x-panel-btns-ct {
367
 
    padding:5px;
368
 
}
369
 
 
370
 
.x-panel-btns-ct .x-btn{
371
 
        float:right;
372
 
        clear:none;
373
 
}
374
 
.x-panel-btns-ct .x-panel-btns td {
375
 
        border:0;
376
 
        padding:0;
377
 
}
378
 
.x-panel-btns-ct .x-panel-btns-right table{
379
 
        float:right;
380
 
        clear:none;
381
 
}
382
 
.x-panel-btns-ct .x-panel-btns-left table{
383
 
        float:left;
384
 
        clear:none;
385
 
}
386
 
.x-panel-btns-ct .x-panel-btns-center{
387
 
        text-align:center; /*ie*/
388
 
}
389
 
.x-panel-btns-ct .x-panel-btns-center table{
390
 
        margin:0 auto; /*everyone else*/
391
 
}
392
 
.x-panel-btns-ct table td.x-panel-btn-td{
393
 
        padding:3px;
394
 
}
395
 
 
396
 
.x-panel-btns-ct .x-btn-focus .x-btn-left{
397
 
        background-position:0 -147px;
398
 
}
399
 
.x-panel-btns-ct .x-btn-focus .x-btn-right{
400
 
        background-position:0 -168px;
401
 
}
402
 
.x-panel-btns-ct .x-btn-focus .x-btn-center{
403
 
        background-position:0 -189px;
404
 
}
405
 
 
406
 
.x-panel-btns-ct .x-btn-over .x-btn-left{
407
 
        background-position:0 -63px;
408
 
}
409
 
.x-panel-btns-ct .x-btn-over .x-btn-right{
410
 
        background-position:0 -84px;
411
 
}
412
 
.x-panel-btns-ct .x-btn-over .x-btn-center{
413
 
        background-position:0 -105px;
414
 
}
415
 
 
416
 
.x-panel-btns-ct .x-btn-click .x-btn-center{
417
 
        background-position:0 -126px;
418
 
}
419
 
.x-panel-btns-ct .x-btn-click  .x-btn-right{
420
 
        background-position:0 -84px;
421
 
}
422
 
.x-panel-btns-ct .x-btn-click .x-btn-left{
423
 
        background-position:0 -63px;
424
 
}
 
 
b'\\ No newline at end of file'