source: trunk/web/addons/job_monarch/lib/extjs-30/resources/css/structure/core.css @ 625

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

lib/extjs-30:

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