source: trunk/web/addons/job_monarch/lib/extjs/resources/css/core.css @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 5.9 KB
Line 
1/*
2 * Ext JS Library 2.2.1
3 * Copyright(c) 2006-2009, Ext JS, LLC.
4 * licensing@extjs.com
5 *
6 * http://extjs.com/license
7 */
8
9.ext-el-mask {
10    z-index: 100;
11    position: absolute;
12    top:0;
13    left:0;
14    -moz-opacity: 0.5;
15    opacity: .50;
16    filter: alpha(opacity=50);
17    background-color: #CCC;
18    width: 100%;
19    height: 100%;
20    zoom: 1;
21}
22.ext-el-mask-msg {
23    z-index: 20001;
24    position: absolute;
25    top: 0;
26    left: 0;
27    border:1px solid #6593cf;
28    background: #c3daf9 url(../images/default/box/tb-blue.gif) repeat-x 0 -16px;
29    padding:2px;
30}
31.ext-el-mask-msg div {
32    padding:5px 10px 5px 10px;
33    background: #eee;
34    border:1px solid #a3bad9;
35    color:#222;
36    font:normal 11px tahoma, arial, helvetica, sans-serif;
37    cursor:wait;
38}
39
40.ext-shim {
41    position:absolute;
42    visibility:hidden;
43    left:0;
44    top:0;
45    overflow:hidden;
46}
47.ext-ie .ext-shim {
48    filter: alpha(opacity=0);
49}
50.ext-ie6 .ext-shim {
51    margin-left: 5px;
52    margin-top: 3px;
53}
54
55.x-mask-loading div {
56    padding:5px 10px 5px 25px;
57    background: #fbfbfb url( '../images/default/grid/loading.gif' ) no-repeat 5px 5px;
58    line-height: 16px;
59}
60/* class for hiding elements without using display:none */
61.x-hidden, .x-hide-offsets {
62    position:absolute;
63    left:-10000px;
64    top:-10000px;
65    visibility:hidden;
66}
67.x-hide-display {
68    display:none !important;
69}
70
71.x-hide-visibility {
72    visibility:hidden !important;
73}
74
75.x-masked {
76    overflow: hidden !important;
77}
78.x-masked-relative {
79    position: relative !important;
80}
81
82.x-masked select, .x-masked object, .x-masked embed {
83    visibility: hidden;
84}
85
86.x-layer {
87    visibility: hidden;
88}
89
90.x-unselectable, .x-unselectable * {
91    -moz-user-select: none;
92    -khtml-user-select: none;
93}
94
95.x-repaint {
96    zoom: 1;
97    background-color: transparent;
98    -moz-outline: none;
99}
100
101.x-item-disabled {
102    color: gray;
103    cursor: default;
104    opacity: .6;
105    -moz-opacity: .6;
106    filter: alpha(opacity=60);
107}
108
109.x-item-disabled * {
110    color: gray !important;
111    cursor: default !important;
112}
113
114.x-splitbar-proxy {
115    position: absolute;
116    visibility: hidden;
117    z-index: 20001;
118    background: #aaa;
119    zoom: 1;
120    line-height: 1px;
121    font-size: 1px;
122    overflow: hidden;
123}
124
125.x-splitbar-h, .x-splitbar-proxy-h {
126    cursor: e-resize;
127    cursor: col-resize;
128}
129
130.x-splitbar-v, .x-splitbar-proxy-v {
131    cursor: s-resize;
132    cursor: row-resize;
133}
134
135.x-color-palette {
136    width: 150px;
137    height: 92px;
138    cursor: pointer;
139}
140
141.x-color-palette a {
142    border: 1px solid #fff;
143    float: left;
144    padding: 2px;
145    text-decoration: none;
146    -moz-outline: 0 none;
147    outline: 0 none;
148    cursor: pointer;
149}
150
151.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
152    border: 1px solid #8BB8F3;
153    background: #deecfd;
154}
155
156.x-color-palette em {
157    display: block;
158    border: 1px solid #ACA899;
159}
160
161.x-color-palette em span {
162    cursor: pointer;
163    display: block;
164    height: 10px;
165    line-height: 10px;
166    width: 10px;
167}
168
169.x-ie-shadow {
170    display: none;
171    position: absolute;
172    overflow: hidden;
173    left:0;
174    top:0;
175    background:#777;
176    zoom:1;
177}
178
179.x-shadow {
180    display: none;
181    position: absolute;
182    overflow: hidden;
183    left:0;
184    top:0;
185}
186
187.x-shadow * {
188    overflow: hidden;
189}
190
191.x-shadow * {
192    padding: 0;
193    border: 0;
194    margin: 0;
195    clear: none;
196    zoom: 1;
197}
198
199/* top  bottom */
200.x-shadow .xstc, .x-shadow .xsbc {
201    height: 6px;
202    float: left;
203}
204
205/* corners */
206.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
207    width: 6px;
208    height: 6px;
209    float: left;
210}
211
212/* sides */
213.x-shadow .xsc {
214    width: 100%;
215}
216
217.x-shadow .xsml, .x-shadow .xsmr {
218    width: 6px;
219    float: left;
220    height: 100%;
221}
222
223.x-shadow .xsmc {
224    float: left;
225    height: 100%;
226    background: transparent url( ../images/default/shadow-c.png );
227}
228
229.x-shadow .xst, .x-shadow .xsb {
230    height: 6px;
231    overflow: hidden;
232    width: 100%;
233}
234
235.x-shadow .xsml {
236    background: transparent url( ../images/default/shadow-lr.png ) repeat-y 0 0;
237}
238
239.x-shadow .xsmr {
240    background: transparent url( ../images/default/shadow-lr.png ) repeat-y -6px 0;
241}
242
243.x-shadow .xstl {
244    background: transparent url( ../images/default/shadow.png ) no-repeat 0 0;
245}
246
247.x-shadow .xstc {
248    background: transparent url( ../images/default/shadow.png ) repeat-x 0 -30px;
249}
250
251.x-shadow .xstr {
252    background: transparent url( ../images/default/shadow.png ) repeat-x 0 -18px;
253}
254
255.x-shadow .xsbl {
256    background: transparent url( ../images/default/shadow.png ) no-repeat 0 -12px;
257}
258
259.x-shadow .xsbc {
260    background: transparent url( ../images/default/shadow.png ) repeat-x 0 -36px;
261}
262
263.x-shadow .xsbr {
264    background: transparent url( ../images/default/shadow.png ) repeat-x 0 -6px;
265}
266
267.loading-indicator {
268    font-size: 11px;
269    background-image: url(../images/default/grid/loading.gif);
270    background-repeat: no-repeat;
271    background-position: left;
272    padding-left: 20px;
273    line-height: 16px;
274    margin: 3px;
275}
276
277.x-text-resize {
278    position: absolute;
279    left: -1000px;
280    top: -1000px;
281    visibility: hidden;
282    zoom: 1;
283}
284
285.x-drag-overlay {
286    width: 100%;
287    height: 100%;
288    display: none;
289    position: absolute;
290    left: 0;
291    top: 0;
292    background-image:url(../images/default/s.gif);
293    z-index: 20000;
294}
295
296.x-clear {
297    clear:both;
298    height:0;
299    overflow:hidden;
300    line-height:0;
301    font-size:0;
302}
303
304
305.x-spotlight {
306    z-index: 8999;
307    position: absolute;
308    top:0;
309    left:0;
310    -moz-opacity: 0.5;
311    opacity: .50;
312    filter: alpha(opacity=50);
313    background-color: #CCC;
314    width:0;
315    height:0;
316    zoom: 1;
317}
Note: See TracBrowser for help on using the repository browser.