1 | /*! |
---|
2 | * Ext JS Library 3.4.0 |
---|
3 | * Copyright(c) 2006-2011 Sencha Inc. |
---|
4 | * licensing@sencha.com |
---|
5 | * http://www.sencha.com/license |
---|
6 | */ |
---|
7 | /* all fields */ |
---|
8 | .x-form-field{ |
---|
9 | margin: 0 0 0 0; |
---|
10 | } |
---|
11 | |
---|
12 | .ext-webkit *:focus{ |
---|
13 | outline: none !important; |
---|
14 | } |
---|
15 | |
---|
16 | /* ---- text fields ---- */ |
---|
17 | .x-form-text, textarea.x-form-field{ |
---|
18 | padding:1px 3px; |
---|
19 | background:repeat-x 0 0; |
---|
20 | border:1px solid; |
---|
21 | } |
---|
22 | |
---|
23 | textarea.x-form-field { |
---|
24 | padding:2px 3px; |
---|
25 | } |
---|
26 | |
---|
27 | .x-form-text, .ext-ie .x-form-file { |
---|
28 | height:22px; |
---|
29 | line-height:18px; |
---|
30 | vertical-align:middle; |
---|
31 | } |
---|
32 | |
---|
33 | .ext-ie6 .x-form-text, .ext-ie7 .x-form-text { |
---|
34 | margin:-1px 0; /* ie bogus margin bug */ |
---|
35 | height:22px; /* ie quirks */ |
---|
36 | line-height:18px; |
---|
37 | } |
---|
38 | |
---|
39 | .x-quirks .ext-ie9 .x-form-text { |
---|
40 | height: 22px; |
---|
41 | padding-top: 3px; |
---|
42 | padding-bottom: 0px; |
---|
43 | } |
---|
44 | |
---|
45 | /* Ugly hacks for the bogus 1px margin bug in IE9 quirks */ |
---|
46 | .x-quirks .ext-ie9 .x-input-wrapper .x-form-text, |
---|
47 | .x-quirks .ext-ie9 .x-form-field-trigger-wrap .x-form-text { |
---|
48 | margin-top: -1px; |
---|
49 | margin-bottom: -1px; |
---|
50 | } |
---|
51 | .x-quirks .ext-ie9 .x-input-wrapper .x-form-element { |
---|
52 | margin-bottom: -1px; |
---|
53 | } |
---|
54 | |
---|
55 | .ext-ie6 .x-form-field-wrap .x-form-file-btn, .ext-ie7 .x-form-field-wrap .x-form-file-btn { |
---|
56 | top: -1px; /* because of all these margin hacks, these buttons are off by one pixel in IE6,7 */ |
---|
57 | } |
---|
58 | |
---|
59 | .ext-ie6 textarea.x-form-field, .ext-ie7 textarea.x-form-field { |
---|
60 | margin:-1px 0; /* ie bogus margin bug */ |
---|
61 | } |
---|
62 | |
---|
63 | .ext-strict .x-form-text { |
---|
64 | height:18px; |
---|
65 | } |
---|
66 | |
---|
67 | .ext-safari.ext-mac textarea.x-form-field { |
---|
68 | margin-bottom:-2px; /* another bogus margin bug, safari/mac only */ |
---|
69 | } |
---|
70 | |
---|
71 | /* |
---|
72 | .ext-strict .ext-ie8 .x-form-text, .ext-strict .ext-ie8 textarea.x-form-field { |
---|
73 | margin-bottom: 1px; |
---|
74 | } |
---|
75 | */ |
---|
76 | |
---|
77 | .ext-gecko .x-form-text , .ext-ie8 .x-form-text { |
---|
78 | padding-top:2px; /* FF won't center the text vertically */ |
---|
79 | padding-bottom:0; |
---|
80 | } |
---|
81 | |
---|
82 | .ext-ie6 .x-form-composite .x-form-text.x-box-item, .ext-ie7 .x-form-composite .x-form-text.x-box-item { |
---|
83 | margin: 0 !important; /* clear ie bogus margin bug fix */ |
---|
84 | } |
---|
85 | |
---|
86 | textarea { |
---|
87 | resize: none; /* Disable browser resizable textarea */ |
---|
88 | } |
---|
89 | |
---|
90 | /* select boxes */ |
---|
91 | .x-form-select-one { |
---|
92 | height:20px; |
---|
93 | line-height:18px; |
---|
94 | vertical-align:middle; |
---|
95 | border: 1px solid; |
---|
96 | } |
---|
97 | |
---|
98 | /* multi select boxes */ |
---|
99 | |
---|
100 | /* --- TODO --- */ |
---|
101 | |
---|
102 | /* 2.0.2 style */ |
---|
103 | .x-form-check-wrap { |
---|
104 | line-height:18px; |
---|
105 | height: auto; |
---|
106 | } |
---|
107 | |
---|
108 | .ext-ie .x-form-check-wrap input { |
---|
109 | width:15px; |
---|
110 | height:15px; |
---|
111 | } |
---|
112 | |
---|
113 | .x-form-check-wrap input{ |
---|
114 | vertical-align: bottom; |
---|
115 | } |
---|
116 | |
---|
117 | .x-editor .x-form-check-wrap { |
---|
118 | padding:3px; |
---|
119 | } |
---|
120 | |
---|
121 | .x-editor .x-form-checkbox { |
---|
122 | height:13px; |
---|
123 | } |
---|
124 | |
---|
125 | .x-form-check-group-label { |
---|
126 | border-bottom: 1px solid; |
---|
127 | margin-bottom: 5px; |
---|
128 | padding-left: 3px !important; |
---|
129 | float: none !important; |
---|
130 | } |
---|
131 | |
---|
132 | /* wrapped fields and triggers */ |
---|
133 | .x-form-field-wrap .x-form-trigger{ |
---|
134 | width:17px; |
---|
135 | height:21px; |
---|
136 | border:0; |
---|
137 | background:transparent no-repeat 0 0; |
---|
138 | cursor:pointer; |
---|
139 | border-bottom: 1px solid; |
---|
140 | position:absolute; |
---|
141 | top:0; |
---|
142 | } |
---|
143 | |
---|
144 | .x-form-field-wrap .x-form-date-trigger, .x-form-field-wrap .x-form-clear-trigger, .x-form-field-wrap .x-form-search-trigger{ |
---|
145 | cursor:pointer; |
---|
146 | } |
---|
147 | |
---|
148 | .x-form-field-wrap .x-form-twin-triggers .x-form-trigger{ |
---|
149 | position:static; |
---|
150 | top:auto; |
---|
151 | vertical-align:top; |
---|
152 | } |
---|
153 | |
---|
154 | .x-form-field-wrap { |
---|
155 | position:relative; |
---|
156 | left:0;top:0; |
---|
157 | text-align: left; |
---|
158 | zoom:1; |
---|
159 | white-space: nowrap; |
---|
160 | } |
---|
161 | |
---|
162 | .ext-strict .ext-ie8 .x-toolbar-cell .x-form-field-trigger-wrap .x-form-trigger { |
---|
163 | right: 0; /* IE8 Strict mode trigger bug */ |
---|
164 | } |
---|
165 | |
---|
166 | .x-form-field-wrap .x-form-trigger-over{ |
---|
167 | background-position:-17px 0; |
---|
168 | } |
---|
169 | |
---|
170 | .x-form-field-wrap .x-form-trigger-click{ |
---|
171 | background-position:-34px 0; |
---|
172 | } |
---|
173 | |
---|
174 | .x-trigger-wrap-focus .x-form-trigger{ |
---|
175 | background-position:-51px 0; |
---|
176 | } |
---|
177 | |
---|
178 | .x-trigger-wrap-focus .x-form-trigger-over{ |
---|
179 | background-position:-68px 0; |
---|
180 | } |
---|
181 | |
---|
182 | .x-trigger-wrap-focus .x-form-trigger-click{ |
---|
183 | background-position:-85px 0; |
---|
184 | } |
---|
185 | |
---|
186 | .x-trigger-wrap-focus .x-form-trigger{ |
---|
187 | border-bottom: 1px solid; |
---|
188 | } |
---|
189 | |
---|
190 | .x-item-disabled .x-form-trigger-over{ |
---|
191 | background-position:0 0 !important; |
---|
192 | border-bottom: 1px solid; |
---|
193 | } |
---|
194 | |
---|
195 | .x-item-disabled .x-form-trigger-click{ |
---|
196 | background-position:0 0 !important; |
---|
197 | border-bottom: 1px solid; |
---|
198 | } |
---|
199 | |
---|
200 | .x-trigger-noedit{ |
---|
201 | cursor:pointer; |
---|
202 | } |
---|
203 | |
---|
204 | /* field focus style */ |
---|
205 | .x-form-focus, textarea.x-form-focus{ |
---|
206 | border: 1px solid; |
---|
207 | } |
---|
208 | |
---|
209 | /* invalid fields */ |
---|
210 | .x-form-invalid, textarea.x-form-invalid{ |
---|
211 | background:repeat-x bottom; |
---|
212 | border: 1px solid; |
---|
213 | } |
---|
214 | |
---|
215 | .x-form-inner-invalid, textarea.x-form-inner-invalid{ |
---|
216 | background:repeat-x bottom; |
---|
217 | } |
---|
218 | |
---|
219 | /* editors */ |
---|
220 | .x-editor { |
---|
221 | visibility:hidden; |
---|
222 | padding:0; |
---|
223 | margin:0; |
---|
224 | } |
---|
225 | |
---|
226 | .x-form-grow-sizer { |
---|
227 | left: -10000px; |
---|
228 | padding: 8px 3px; |
---|
229 | position: absolute; |
---|
230 | visibility:hidden; |
---|
231 | top: -10000px; |
---|
232 | white-space: pre-wrap; |
---|
233 | white-space: -moz-pre-wrap; |
---|
234 | white-space: -pre-wrap; |
---|
235 | white-space: -o-pre-wrap; |
---|
236 | word-wrap: break-word; |
---|
237 | zoom:1; |
---|
238 | } |
---|
239 | |
---|
240 | .x-form-grow-sizer p { |
---|
241 | margin:0 !important; |
---|
242 | border:0 none !important; |
---|
243 | padding:0 !important; |
---|
244 | } |
---|
245 | |
---|
246 | /* Form Items CSS */ |
---|
247 | |
---|
248 | .x-form-item { |
---|
249 | display:block; |
---|
250 | margin-bottom:4px; |
---|
251 | zoom:1; |
---|
252 | } |
---|
253 | |
---|
254 | .x-form-item label.x-form-item-label { |
---|
255 | display:block; |
---|
256 | float:left; |
---|
257 | width:100px; |
---|
258 | padding:3px; |
---|
259 | padding-left:0; |
---|
260 | clear:left; |
---|
261 | z-index:2; |
---|
262 | position:relative; |
---|
263 | } |
---|
264 | |
---|
265 | .x-form-element { |
---|
266 | padding-left:105px; |
---|
267 | position:relative; |
---|
268 | } |
---|
269 | |
---|
270 | .x-form-invalid-msg { |
---|
271 | padding:2px; |
---|
272 | padding-left:18px; |
---|
273 | background: transparent no-repeat 0 2px; |
---|
274 | line-height:16px; |
---|
275 | width:200px; |
---|
276 | } |
---|
277 | |
---|
278 | .x-form-label-left label.x-form-item-label { |
---|
279 | text-align:left; |
---|
280 | } |
---|
281 | |
---|
282 | .x-form-label-right label.x-form-item-label { |
---|
283 | text-align:right; |
---|
284 | } |
---|
285 | |
---|
286 | .x-form-label-top .x-form-item label.x-form-item-label { |
---|
287 | width:auto; |
---|
288 | float:none; |
---|
289 | clear:none; |
---|
290 | display:inline; |
---|
291 | margin-bottom:4px; |
---|
292 | position:static; |
---|
293 | } |
---|
294 | |
---|
295 | .x-form-label-top .x-form-element { |
---|
296 | padding-left:0; |
---|
297 | padding-top:4px; |
---|
298 | } |
---|
299 | |
---|
300 | .x-form-label-top .x-form-item { |
---|
301 | padding-bottom:4px; |
---|
302 | } |
---|
303 | |
---|
304 | /* Editor small font for grid, toolbar and tree */ |
---|
305 | .x-small-editor .x-form-text { |
---|
306 | height:20px; |
---|
307 | line-height:16px; |
---|
308 | vertical-align:middle; |
---|
309 | } |
---|
310 | |
---|
311 | .ext-ie6 .x-small-editor .x-form-text, .ext-ie7 .x-small-editor .x-form-text { |
---|
312 | margin-top:-1px !important; /* ie bogus margin bug */ |
---|
313 | margin-bottom:-1px !important; |
---|
314 | height:20px !important; /* ie quirks */ |
---|
315 | line-height:16px !important; |
---|
316 | } |
---|
317 | |
---|
318 | .ext-strict .x-small-editor .x-form-text { |
---|
319 | height:16px !important; |
---|
320 | } |
---|
321 | |
---|
322 | .ext-ie6 .x-small-editor .x-form-text, .ext-ie7 .x-small-editor .x-form-text { |
---|
323 | height:20px; |
---|
324 | line-height:16px; |
---|
325 | } |
---|
326 | |
---|
327 | .ext-border-box .x-small-editor .x-form-text { |
---|
328 | height:20px; |
---|
329 | } |
---|
330 | |
---|
331 | .x-small-editor .x-form-select-one { |
---|
332 | height:20px; |
---|
333 | line-height:16px; |
---|
334 | vertical-align:middle; |
---|
335 | } |
---|
336 | |
---|
337 | .x-small-editor .x-form-num-field { |
---|
338 | text-align:right; |
---|
339 | } |
---|
340 | |
---|
341 | .x-small-editor .x-form-field-wrap .x-form-trigger{ |
---|
342 | height:19px; |
---|
343 | } |
---|
344 | |
---|
345 | .ext-webkit .x-small-editor .x-form-text{padding-top:3px;font-size:100%;} |
---|
346 | |
---|
347 | .ext-strict .ext-webkit .x-small-editor .x-form-text{ |
---|
348 | height:14px !important; |
---|
349 | } |
---|
350 | |
---|
351 | .x-form-clear { |
---|
352 | clear:both; |
---|
353 | height:0; |
---|
354 | overflow:hidden; |
---|
355 | line-height:0; |
---|
356 | font-size:0; |
---|
357 | } |
---|
358 | .x-form-clear-left { |
---|
359 | clear:left; |
---|
360 | height:0; |
---|
361 | overflow:hidden; |
---|
362 | line-height:0; |
---|
363 | font-size:0; |
---|
364 | } |
---|
365 | |
---|
366 | .ext-ie6 .x-form-check-wrap input, .ext-border-box .x-form-check-wrap input{ |
---|
367 | margin-top: 3px; |
---|
368 | } |
---|
369 | |
---|
370 | .x-form-cb-label { |
---|
371 | position: relative; |
---|
372 | margin-left:4px; |
---|
373 | top: 2px; |
---|
374 | } |
---|
375 | |
---|
376 | .ext-ie .x-form-cb-label{ |
---|
377 | top: 1px; |
---|
378 | } |
---|
379 | |
---|
380 | .ext-ie6 .x-form-cb-label, .ext-border-box .x-form-cb-label{ |
---|
381 | top: 3px; |
---|
382 | } |
---|
383 | |
---|
384 | .x-form-display-field{ |
---|
385 | padding-top: 2px; |
---|
386 | } |
---|
387 | |
---|
388 | .ext-gecko .x-form-display-field, .ext-strict .ext-ie7 .x-form-display-field{ |
---|
389 | padding-top: 1px; |
---|
390 | } |
---|
391 | |
---|
392 | .ext-ie .x-form-display-field{ |
---|
393 | padding-top: 3px; |
---|
394 | } |
---|
395 | |
---|
396 | .ext-strict .ext-ie8 .x-form-display-field{ |
---|
397 | padding-top: 0; |
---|
398 | } |
---|
399 | |
---|
400 | .x-form-column { |
---|
401 | float:left; |
---|
402 | padding:0; |
---|
403 | margin:0; |
---|
404 | width:48%; |
---|
405 | overflow:hidden; |
---|
406 | zoom:1; |
---|
407 | } |
---|
408 | |
---|
409 | /* buttons */ |
---|
410 | .x-form .x-form-btns-ct .x-btn{ |
---|
411 | float:right; |
---|
412 | clear:none; |
---|
413 | } |
---|
414 | |
---|
415 | .x-form .x-form-btns-ct .x-form-btns td { |
---|
416 | border:0; |
---|
417 | padding:0; |
---|
418 | } |
---|
419 | |
---|
420 | .x-form .x-form-btns-ct .x-form-btns-right table{ |
---|
421 | float:right; |
---|
422 | clear:none; |
---|
423 | } |
---|
424 | |
---|
425 | .x-form .x-form-btns-ct .x-form-btns-left table{ |
---|
426 | float:left; |
---|
427 | clear:none; |
---|
428 | } |
---|
429 | |
---|
430 | .x-form .x-form-btns-ct .x-form-btns-center{ |
---|
431 | text-align:center; /*ie*/ |
---|
432 | } |
---|
433 | |
---|
434 | .x-form .x-form-btns-ct .x-form-btns-center table{ |
---|
435 | margin:0 auto; /*everyone else*/ |
---|
436 | } |
---|
437 | |
---|
438 | .x-form .x-form-btns-ct table td.x-form-btn-td{ |
---|
439 | padding:3px; |
---|
440 | } |
---|
441 | |
---|
442 | .x-form .x-form-btns-ct .x-btn-focus .x-btn-left{ |
---|
443 | background-position:0 -147px; |
---|
444 | } |
---|
445 | |
---|
446 | .x-form .x-form-btns-ct .x-btn-focus .x-btn-right{ |
---|
447 | background-position:0 -168px; |
---|
448 | } |
---|
449 | |
---|
450 | .x-form .x-form-btns-ct .x-btn-focus .x-btn-center{ |
---|
451 | background-position:0 -189px; |
---|
452 | } |
---|
453 | |
---|
454 | .x-form .x-form-btns-ct .x-btn-click .x-btn-center{ |
---|
455 | background-position:0 -126px; |
---|
456 | } |
---|
457 | |
---|
458 | .x-form .x-form-btns-ct .x-btn-click .x-btn-right{ |
---|
459 | background-position:0 -84px; |
---|
460 | } |
---|
461 | |
---|
462 | .x-form .x-form-btns-ct .x-btn-click .x-btn-left{ |
---|
463 | background-position:0 -63px; |
---|
464 | } |
---|
465 | |
---|
466 | .x-form-invalid-icon { |
---|
467 | width:16px; |
---|
468 | height:18px; |
---|
469 | visibility:hidden; |
---|
470 | position:absolute; |
---|
471 | left:0; |
---|
472 | top:0; |
---|
473 | display:block; |
---|
474 | background:transparent no-repeat 0 2px; |
---|
475 | } |
---|
476 | |
---|
477 | /* fieldsets */ |
---|
478 | .x-fieldset { |
---|
479 | border:1px solid; |
---|
480 | padding:10px; |
---|
481 | margin-bottom:10px; |
---|
482 | display:block; /* preserve margins in IE */ |
---|
483 | } |
---|
484 | |
---|
485 | /* make top of checkbox/tools visible in webkit */ |
---|
486 | .ext-webkit .x-fieldset-header { |
---|
487 | padding-top: 1px; |
---|
488 | } |
---|
489 | |
---|
490 | .ext-ie .x-fieldset legend { |
---|
491 | margin-bottom:10px; |
---|
492 | } |
---|
493 | |
---|
494 | .ext-strict .ext-ie9 .x-fieldset legend.x-fieldset-header { |
---|
495 | padding-top: 1px; |
---|
496 | } |
---|
497 | |
---|
498 | .ext-ie .x-fieldset { |
---|
499 | padding-top: 0; |
---|
500 | padding-bottom:10px; |
---|
501 | } |
---|
502 | |
---|
503 | .x-fieldset legend .x-tool-toggle { |
---|
504 | margin-right:3px; |
---|
505 | margin-left:0; |
---|
506 | float:left !important; |
---|
507 | } |
---|
508 | |
---|
509 | .x-fieldset legend input { |
---|
510 | margin-right:3px; |
---|
511 | float:left !important; |
---|
512 | height:13px; |
---|
513 | width:13px; |
---|
514 | } |
---|
515 | |
---|
516 | fieldset.x-panel-collapsed { |
---|
517 | padding-bottom:0 !important; |
---|
518 | border-width: 1px 1px 0 1px !important; |
---|
519 | border-left-color: transparent; |
---|
520 | border-right-color: transparent; |
---|
521 | } |
---|
522 | |
---|
523 | .ext-ie6 fieldset.x-panel-collapsed{ |
---|
524 | padding-bottom:0 !important; |
---|
525 | border-width: 1px 0 0 0 !important; |
---|
526 | margin-left: 1px; |
---|
527 | margin-right: 1px; |
---|
528 | } |
---|
529 | |
---|
530 | fieldset.x-panel-collapsed .x-fieldset-bwrap { |
---|
531 | visibility:hidden; |
---|
532 | position:absolute; |
---|
533 | left:-1000px; |
---|
534 | top:-1000px; |
---|
535 | } |
---|
536 | |
---|
537 | .ext-ie .x-fieldset-bwrap { |
---|
538 | zoom:1; |
---|
539 | } |
---|
540 | |
---|
541 | .x-fieldset-noborder { |
---|
542 | border:0px none transparent; |
---|
543 | } |
---|
544 | |
---|
545 | .x-fieldset-noborder legend { |
---|
546 | margin-left:-3px; |
---|
547 | } |
---|
548 | |
---|
549 | /* IE legend positioning bug */ |
---|
550 | .ext-ie .x-fieldset-noborder legend { |
---|
551 | position: relative; |
---|
552 | margin-bottom:23px; |
---|
553 | } |
---|
554 | .ext-ie .x-fieldset-noborder legend span { |
---|
555 | position: absolute; |
---|
556 | left:16px; |
---|
557 | } |
---|
558 | |
---|
559 | .ext-gecko .x-window-body .x-form-item { |
---|
560 | -moz-outline: none; |
---|
561 | outline: none; |
---|
562 | overflow: auto; |
---|
563 | } |
---|
564 | |
---|
565 | .ext-mac.ext-gecko .x-window-body .x-form-item { |
---|
566 | overflow:hidden; |
---|
567 | } |
---|
568 | |
---|
569 | .ext-gecko .x-form-item { |
---|
570 | -moz-outline: none; |
---|
571 | outline: none; |
---|
572 | } |
---|
573 | |
---|
574 | .x-hide-label label.x-form-item-label { |
---|
575 | display:none; |
---|
576 | } |
---|
577 | |
---|
578 | .x-hide-label .x-form-element { |
---|
579 | padding-left: 0 !important; |
---|
580 | } |
---|
581 | |
---|
582 | .x-form-label-top .x-hide-label label.x-form-item-label{ |
---|
583 | display: none; |
---|
584 | } |
---|
585 | |
---|
586 | .x-fieldset { |
---|
587 | overflow:hidden; |
---|
588 | } |
---|
589 | |
---|
590 | .x-fieldset-bwrap { |
---|
591 | overflow:hidden; |
---|
592 | zoom:1; |
---|
593 | } |
---|
594 | |
---|
595 | .x-fieldset-body { |
---|
596 | overflow:hidden; |
---|
597 | } |
---|