root / trunk / web / dojo / dijit / themes / tundra / tundra.css @ 12
History | View | Annotate | Download (79.1 KB)
1 | 9 | andrej.cim | |
---|---|---|---|
2 | .dijitReset {
|
||
3 | |||
4 | margin:0; |
||
5 | border:0; |
||
6 | padding:0; |
||
7 | line-height:normal; |
||
8 | font: inherit; |
||
9 | color: inherit; |
||
10 | } |
||
11 | .dijit_a11y .dijitReset { |
||
12 | -moz-appearance: none; |
||
13 | } |
||
14 | .dijitInline {
|
||
15 | |||
16 | display:inline-block; |
||
17 | #zoom: 1; |
||
18 | #display:inline; |
||
19 | border:0; |
||
20 | padding:0; |
||
21 | vertical-align:middle; |
||
22 | #vertical-align: auto; |
||
23 | } |
||
24 | .dijitHidden {
|
||
25 | |||
26 | display: none !important; |
||
27 | } |
||
28 | .dijitVisible {
|
||
29 | |||
30 | display: block !important; |
||
31 | position: relative; |
||
32 | } |
||
33 | .dijitInputContainer {
|
||
34 | |||
35 | #zoom: 1; |
||
36 | overflow: hidden; |
||
37 | float: none !important; |
||
38 | position:relative; |
||
39 | } |
||
40 | .dj_ie INPUT.dijitTextBox, |
||
41 | .dj_ie .dijitTextBox INPUT { |
||
42 | font-size: 100%; |
||
43 | } |
||
44 | .dijitTextBox .dijitSpinnerButtonContainer, |
||
45 | .dijitTextBox .dijitArrowButtonContainer, |
||
46 | .dijitTextBox .dijitValidationContainer { |
||
47 | float: right; |
||
48 | text-align: center; |
||
49 | } |
||
50 | .dijitTextBox INPUT.dijitInputField { |
||
51 | |||
52 | padding-left: 0 !important; |
||
53 | padding-right: 0 !important; |
||
54 | } |
||
55 | .dijitTextBox .dijitValidationContainer { |
||
56 | display: none; |
||
57 | } |
||
58 | .dijitInlineTable {
|
||
59 | |||
60 | display:inline-table; |
||
61 | display:inline-block; |
||
62 | #zoom: 1; |
||
63 | #display:inline; |
||
64 | box-sizing: content-box; -moz-box-sizing: content-box; |
||
65 | border:0; |
||
66 | padding:0; |
||
67 | } |
||
68 | .dijitTeeny {
|
||
69 | font-size:1px; |
||
70 | line-height:1px; |
||
71 | } |
||
72 | .dijitOffScreen {
|
||
73 | position: absolute; |
||
74 | visibility: hidden; |
||
75 | left: 50%; |
||
76 | top: -10000px; |
||
77 | } |
||
78 | .dijitPopup {
|
||
79 | position: absolute; |
||
80 | background-color: transparent; |
||
81 | margin: 0; |
||
82 | border: 0; |
||
83 | padding: 0; |
||
84 | } |
||
85 | .dijit_a11y .dijitPopup, |
||
86 | .dijit_ally .dijitPopup DIV, |
||
87 | .dijit_a11y .dijitPopup TABLE, |
||
88 | .dijit_a11y .dijitTooltipContainer { |
||
89 | background-color: white !important; |
||
90 | } |
||
91 | .dijitPositionOnly {
|
||
92 | |||
93 | padding: 0 !important; |
||
94 | border: 0 !important; |
||
95 | background-color: transparent !important; |
||
96 | background-image: none !important; |
||
97 | height: auto !important; |
||
98 | width: auto !important; |
||
99 | } |
||
100 | .dijitNonPositionOnly {
|
||
101 | |||
102 | float: none !important; |
||
103 | position: static !important; |
||
104 | margin: 0 0 0 0 !important; |
||
105 | vertical-align: middle !important; |
||
106 | } |
||
107 | .dijitBackgroundIframe {
|
||
108 | |||
109 | position: absolute; |
||
110 | left: 0; |
||
111 | top: 0; |
||
112 | width: 100%; |
||
113 | height: 100%; |
||
114 | z-index: -1; |
||
115 | border: 0; |
||
116 | padding: 0; |
||
117 | margin: 0; |
||
118 | } |
||
119 | .dijitDisplayNone {
|
||
120 | |||
121 | display:none !important; |
||
122 | } |
||
123 | .dijitContainer {
|
||
124 | |||
125 | overflow: hidden; |
||
126 | } |
||
127 | .dijit_a11y * { |
||
128 | background-image:none !important; |
||
129 | } |
||
130 | .dijit_a11y .dijitIcon, |
||
131 | .dijit_a11y DIV.dijitArrowButtonInner, |
||
132 | .dijit_a11y SPAN.dijitArrowButtonInner, |
||
133 | .dijit_a11y IMG.dijitArrowButtonInner, |
||
134 | .dijit_a11y .dijitCalendarIncrementControl { |
||
135 | |||
136 | display: none; |
||
137 | } |
||
138 | .dijitSpinner DIV.dijitArrowButtonInner { |
||
139 | display: block; |
||
140 | } |
||
141 | .dijit_a11y .dijitA11ySideArrow { |
||
142 | display: inline !important; |
||
143 | cursor: pointer; |
||
144 | } |
||
145 | .dijit_a11y .dijitCalendarDateLabel { |
||
146 | padding: 1px; |
||
147 | } |
||
148 | .dijit_a11y .dijitCalendarSelectedDate .dijitCalendarDateLabel { |
||
149 | border-style: dotted !important; |
||
150 | border-width: 1px; |
||
151 | padding: 0px; |
||
152 | } |
||
153 | .dijit_a11y .dijitCalendarDateTemplate { |
||
154 | padding-bottom: 0.1em !important; |
||
155 | } |
||
156 | .dijit_a11y .dijit * { |
||
157 | background:white !important; |
||
158 | color:black !important; |
||
159 | } |
||
160 | .dijit_a11y .dijitButtonNode { |
||
161 | border-color: black!important; |
||
162 | border-style: outset!important; |
||
163 | border-width: medium!important; |
||
164 | } |
||
165 | .dijit_a11y .dijitTextBoxReadOnly .dijitInputField, |
||
166 | .dijit_a11y .dijitTextBoxReadOnly .dijitButtonNode { |
||
167 | border-style: outset!important; |
||
168 | border-width: medium!important; |
||
169 | border-color: #999 !important; |
||
170 | color:#999 !important; |
||
171 | } |
||
172 | .dijitButtonNode * { |
||
173 | vertical-align: middle; |
||
174 | } |
||
175 | .dijitButtonNode .dijitArrowButtonInner { |
||
176 | |||
177 | background: no-repeat center; |
||
178 | width: 12px; |
||
179 | height: 12px; |
||
180 | direction: ltr; |
||
181 | } |
||
182 | .dijitLeft {
|
||
183 | |||
184 | background-position:left top; |
||
185 | background-repeat:no-repeat; |
||
186 | } |
||
187 | .dijitStretch {
|
||
188 | |||
189 | white-space:nowrap; |
||
190 | background-repeat:repeat-x; |
||
191 | } |
||
192 | .dijitRight {
|
||
193 | |||
194 | #display:inline; |
||
195 | background-position:right top; |
||
196 | background-repeat:no-repeat; |
||
197 | } |
||
198 | .dijitToggleButton,
|
||
199 | .dijitButton,
|
||
200 | .dijitDropDownButton,
|
||
201 | .dijitComboButton {
|
||
202 | |||
203 | margin: 0.2em; |
||
204 | } |
||
205 | .dijitButtonContents {
|
||
206 | display: block; |
||
207 | } |
||
208 | td.dijitButtonContents { |
||
209 | display: table-cell; |
||
210 | } |
||
211 | .dijitButtonNode IMG { |
||
212 | |||
213 | vertical-align:middle; |
||
214 | |||
215 | } |
||
216 | TABLE.dijitComboButton { |
||
217 | |||
218 | border-collapse: collapse; |
||
219 | border:0; |
||
220 | padding:0; |
||
221 | margin:0; |
||
222 | } |
||
223 | .dijitToolbar .dijitComboButton { |
||
224 | |||
225 | border-collapse: separate; |
||
226 | } |
||
227 | .dijitToolbar .dijitToggleButton, |
||
228 | .dijitToolbar .dijitButton, |
||
229 | .dijitToolbar .dijitDropDownButton, |
||
230 | .dijitToolbar .dijitComboButton { |
||
231 | margin: 0; |
||
232 | } |
||
233 | .dijitToolbar .dijitButtonContents { |
||
234 | |||
235 | padding: 1px 2px; |
||
236 | } |
||
237 | .dj_ie .dijitComboButton { |
||
238 | |||
239 | margin-bottom: -3px; |
||
240 | } |
||
241 | .dj_webkit .dijitToolbar .dijitDropDownButton { |
||
242 | padding-left: 0.3em; |
||
243 | } |
||
244 | .dj_gecko .dijitToolbar .dijitButtonNode::-moz-focus-inner { |
||
245 | padding:0; |
||
246 | } |
||
247 | .dijitButtonNode {
|
||
248 | |||
249 | border:1px solid gray; |
||
250 | margin:0; |
||
251 | line-height:normal; |
||
252 | vertical-align: middle; |
||
253 | #vertical-align: auto; |
||
254 | text-align:center; |
||
255 | white-space: nowrap; |
||
256 | } |
||
257 | .dj_webkit .dijitSpinner .dijitSpinnerButtonContainer { |
||
258 | |||
259 | line-height:inherit; |
||
260 | } |
||
261 | .dijitTextBox .dijitButtonNode { |
||
262 | border-width: 0; |
||
263 | } |
||
264 | .dijitButtonNode,
|
||
265 | .dijitButtonNode * { |
||
266 | cursor: pointer; |
||
267 | } |
||
268 | .dj_ie .dijitButtonNode { |
||
269 | |||
270 | zoom: 1; |
||
271 | } |
||
272 | .dj_ie .dijitButtonNode button { |
||
273 | |||
274 | overflow: visible; |
||
275 | } |
||
276 | DIV.dijitArrowButton { |
||
277 | float: right; |
||
278 | } |
||
279 | .dijitTextBox {
|
||
280 | border: solid black 1px; |
||
281 | #overflow: hidden; |
||
282 | width: 15em; |
||
283 | vertical-align: middle; |
||
284 | #vertical-align: auto; |
||
285 | } |
||
286 | .dijitTextBoxReadOnly,
|
||
287 | .dijitTextBoxDisabled {
|
||
288 | color: gray; |
||
289 | } |
||
290 | .dj_webkit .dijitTextBoxDisabled INPUT { |
||
291 | color: #eee; |
||
292 | } |
||
293 | .dj_webkit TEXTAREA.dijitTextAreaDisabled { |
||
294 | color: #333; |
||
295 | } |
||
296 | .dj_gecko .dijitTextBoxReadOnly INPUT, |
||
297 | .dj_gecko .dijitTextBoxDisabled INPUT { |
||
298 | -moz-user-input: none; |
||
299 | } |
||
300 | .dijitPlaceHolder {
|
||
301 | |||
302 | color: #AAAAAA; |
||
303 | font-style: italic; |
||
304 | position: absolute; |
||
305 | top: 0; |
||
306 | left: 0; |
||
307 | #filter: ""; |
||
308 | } |
||
309 | .dijitTimeTextBox {
|
||
310 | width: 8em; |
||
311 | } |
||
312 | .dijitTextBox INPUT:focus { |
||
313 | outline: none; |
||
314 | } |
||
315 | .dijitTextBoxFocused {
|
||
316 | outline: auto 5px -webkit-focus-ring-color; |
||
317 | } |
||
318 | .dijitTextBox INPUT { |
||
319 | float: left; |
||
320 | } |
||
321 | .dijitInputInner {
|
||
322 | |||
323 | border:0 !important; |
||
324 | vertical-align:middle !important; |
||
325 | background-color:transparent !important; |
||
326 | width:100% !important; |
||
327 | |||
328 | padding-left: 0 !important; |
||
329 | padding-right: 0 !important; |
||
330 | margin-left: 0 !important; |
||
331 | margin-right: 0 !important; |
||
332 | } |
||
333 | .dijit_a11y .dijitTextBox INPUT { |
||
334 | margin: 0 !important; |
||
335 | } |
||
336 | .dijitTextBoxError INPUT.dijitValidationInner, |
||
337 | .dijitTextBox INPUT.dijitArrowButtonInner { |
||
338 | |||
339 | text-indent: -1em !important; |
||
340 | direction: ltr !important; |
||
341 | text-align: left !important; |
||
342 | height: auto !important; |
||
343 | #text-indent: 0 !important; |
||
344 | #letter-spacing: -5em !important; |
||
345 | #text-align: right !important; |
||
346 | } |
||
347 | .dj_ie .dijitTextBox INPUT, |
||
348 | .dj_ie INPUT.dijitTextBox { |
||
349 | overflow-y: visible; |
||
350 | line-height: normal; |
||
351 | } |
||
352 | .dj_ie7 .dijitTextBox INPUT.dijitValidationInner, |
||
353 | .dj_ie7 .dijitTextBox INPUT.dijitArrowButtonInner { |
||
354 | line-height: 86%; |
||
355 | } |
||
356 | .dj_ie6 .dijitTextBox INPUT, |
||
357 | .dj_ie6 INPUT.dijitTextBox, |
||
358 | .dj_iequirks .dijitTextBox INPUT.dijitValidationInner, |
||
359 | .dj_iequirks .dijitTextBox INPUT.dijitArrowButtonInner, |
||
360 | .dj_iequirks .dijitTextBox INPUT.dijitSpinnerButtonInner, |
||
361 | .dj_iequirks .dijitTextBox INPUT.dijitInputInner, |
||
362 | .dj_iequirks INPUT.dijitTextBox { |
||
363 | line-height: 100%; |
||
364 | } |
||
365 | .dijit_a11y INPUT.dijitValidationInner, |
||
366 | .dijit_a11y INPUT.dijitArrowButtonInner { |
||
367 | |||
368 | text-indent: 0 !important; |
||
369 | width: 1em !important; |
||
370 | #text-align: left !important; |
||
371 | } |
||
372 | .dijitTextBoxError .dijitValidationContainer { |
||
373 | display: inline; |
||
374 | cursor: default; |
||
375 | } |
||
376 | .dijitSpinner .dijitSpinnerButtonContainer, |
||
377 | .dijitComboBox .dijitArrowButtonContainer { |
||
378 | |||
379 | border-width: 0 0 0 1px !important; |
||
380 | } |
||
381 | .dijitSpinner .dijitSpinnerButtonContainer .dijitButtonNode { |
||
382 | |||
383 | border-width: 0; |
||
384 | } |
||
385 | .dj_ie .dijit_a11y .dijitSpinner .dijitSpinnerButtonContainer .dijitButtonNode { |
||
386 | clear: both; |
||
387 | } |
||
388 | .dijit_a11y .dijitTextBox .dijitValidationContainer, |
||
389 | .dijit_a11y .dijitTextBox .dijitSpinnerButtonContainer, |
||
390 | .dijit_a11y .dijitComboBox .dijitArrowButtonContainer { |
||
391 | |||
392 | border: solid black !important; |
||
393 | border-width: 0 0 0 1px !important; |
||
394 | } |
||
395 | .dj_ie .dijitToolbar .dijitComboBox { |
||
396 | |||
397 | vertical-align: middle; |
||
398 | } |
||
399 | .dijitTextBox .dijitSpinnerButtonContainer { |
||
400 | width: 1em; |
||
401 | position: relative !important; |
||
402 | overflow: hidden; |
||
403 | } |
||
404 | .dijitSpinner .dijitSpinnerButtonInner { |
||
405 | width:1em; |
||
406 | visibility:hidden !important; |
||
407 | overflow-x:hidden; |
||
408 | } |
||
409 | .dijitComboBox .dijitButtonNode, |
||
410 | .dijitSpinnerButtonContainer .dijitButtonNode { |
||
411 | border-width: 0; |
||
412 | } |
||
413 | .dijit_a11y .dijitSpinnerButtonContainer .dijitButtonNode { |
||
414 | border: 0 none !important; |
||
415 | } |
||
416 | .dijit_a11y .dijitTextBox .dijitSpinnerButtonContainer, |
||
417 | .dijit_a11y .dijitSpinner .dijitArrowButtonInner, |
||
418 | .dijit_a11y .dijitSpinnerButtonContainer INPUT { |
||
419 | width: 1em !important; |
||
420 | } |
||
421 | .dijit_a11y .dijitSpinner .dijitArrowButtonInner { |
||
422 | margin: 0 auto !important; |
||
423 | } |
||
424 | .dj_ie .dijit_a11y .dijitSpinner .dijitArrowButtonInner .dijitInputField { |
||
425 | padding-left: 0.3em !important; |
||
426 | padding-right: 0.3em !important; |
||
427 | margin-left: 0.3em !important; |
||
428 | margin-right: 0.3em !important; |
||
429 | width: 1.4em !important; |
||
430 | } |
||
431 | .dj_ie7 .dijit_a11y .dijitSpinner .dijitArrowButtonInner .dijitInputField { |
||
432 | padding-left: 0.0em !important; |
||
433 | padding-right: 0.0em !important; |
||
434 | width: 1em !important; |
||
435 | } |
||
436 | .dj_ie6 .dijit_a11y .dijitSpinner .dijitArrowButtonInner .dijitInputField { |
||
437 | margin-left: 0.1em !important; |
||
438 | margin-right: 0.1em !important; |
||
439 | width: 1em !important; |
||
440 | } |
||
441 | .dj_iequirks .dijit_a11y .dijitSpinner .dijitArrowButtonInner .dijitInputField { |
||
442 | margin-left: 0 !important; |
||
443 | margin-right: 0 !important; |
||
444 | width: 2em !important; |
||
445 | } |
||
446 | .dijitSpinner .dijitSpinnerButtonContainer .dijitArrowButton { |
||
447 | |||
448 | padding: 0; |
||
449 | position: absolute !important; |
||
450 | right: 0; |
||
451 | float: none; |
||
452 | height: 50%; |
||
453 | width: 100%; |
||
454 | bottom: auto; |
||
455 | left: 0; |
||
456 | right: auto; |
||
457 | } |
||
458 | .dj_iequirks .dijitSpinner .dijitSpinnerButtonContainer .dijitArrowButton { |
||
459 | width: auto; |
||
460 | } |
||
461 | .dijit_a11y .dijitSpinnerButtonContainer .dijitArrowButton { |
||
462 | overflow: visible !important; |
||
463 | } |
||
464 | .dijitSpinner .dijitSpinnerButtonContainer .dijitDownArrowButton { |
||
465 | top: 50%; |
||
466 | border-top-width: 1px !important; |
||
467 | } |
||
468 | .dijitSpinner .dijitSpinnerButtonContainer .dijitUpArrowButton { |
||
469 | #bottom: 50%; |
||
470 | top: 0; |
||
471 | } |
||
472 | .dijitSpinner .dijitArrowButtonInner { |
||
473 | margin: auto; |
||
474 | overflow-x: hidden; |
||
475 | height: 100% !important; |
||
476 | } |
||
477 | .dj_iequirks .dijitSpinner .dijitArrowButtonInner { |
||
478 | height: auto !important; |
||
479 | } |
||
480 | .dijitSpinner .dijitArrowButtonInner .dijitInputField { |
||
481 | -moz-transform: scale(0.5); |
||
482 | -moz-transform-origin: center top; |
||
483 | -webkit-transform: scale(0.5); |
||
484 | -webkit-transform-origin: center top; |
||
485 | -o-transform: scale(0.5); |
||
486 | -o-transform-origin: center top; |
||
487 | transform: scale(0.5); |
||
488 | transform-origin: left top; |
||
489 | padding-top: 0; |
||
490 | padding-bottom: 0; |
||
491 | padding-left: 0 !important; |
||
492 | padding-right: 0 !important; |
||
493 | width: 100%; |
||
494 | } |
||
495 | .dj_ie .dijitSpinner .dijitArrowButtonInner .dijitInputField { |
||
496 | zoom: 50%; |
||
497 | } |
||
498 | .dijitSpinner .dijitSpinnerButtonContainer .dijitArrowButtonInner { |
||
499 | overflow: hidden; |
||
500 | } |
||
501 | .dijit_a11y .dijitSpinner .dijitSpinnerButtonContainer .dijitArrowButton { |
||
502 | width: 100%; |
||
503 | } |
||
504 | .dj_iequirks .dijit_a11y .dijitSpinner .dijitSpinnerButtonContainer .dijitArrowButton { |
||
505 | width: 1em; |
||
506 | } |
||
507 | .dijitSpinner .dijitArrowButtonInner .dijitInputField { |
||
508 | visibility: hidden; |
||
509 | } |
||
510 | .dijit_a11y .dijitSpinner .dijitArrowButtonInner .dijitInputField { |
||
511 | vertical-align:top; |
||
512 | visibility: visible; |
||
513 | } |
||
514 | .dijit_a11y .dijitSpinnerButtonContainer { |
||
515 | width: 1em; |
||
516 | } |
||
517 | .dijit_a11y .dijitSpinnerButtonContainer .dijitButtonNode { |
||
518 | border-width: 1px 0px 0px 0px; |
||
519 | border-style: solid !important; |
||
520 | } |
||
521 | .dijitCheckBox,
|
||
522 | .dijitRadio,
|
||
523 | .dijitCheckBoxInput {
|
||
524 | padding: 0; |
||
525 | border: 0; |
||
526 | width: 16px; |
||
527 | height: 16px; |
||
528 | background-position:center center; |
||
529 | background-repeat:no-repeat; |
||
530 | overflow: hidden; |
||
531 | } |
||
532 | .dijitCheckBox INPUT, |
||
533 | .dijitRadio INPUT { |
||
534 | margin: 0; |
||
535 | padding: 0; |
||
536 | display: block; |
||
537 | } |
||
538 | .dijitCheckBoxInput {
|
||
539 | |||
540 | opacity: 0.01; |
||
541 | } |
||
542 | .dj_ie .dijitCheckBoxInput { |
||
543 | filter: alpha(opacity=0); |
||
544 | } |
||
545 | .dijit_a11y .dijitCheckBox, |
||
546 | .dijit_a11y .dijitRadio { |
||
547 | |||
548 | width: auto !important; |
||
549 | height: auto !important; |
||
550 | } |
||
551 | .dijit_a11y .dijitCheckBoxInput { |
||
552 | opacity: 1; |
||
553 | filter: none; |
||
554 | width: auto; |
||
555 | height: auto; |
||
556 | } |
||
557 | .dijitProgressBarEmpty {
|
||
558 | |||
559 | position:relative;overflow:hidden; |
||
560 | border:1px solid black; |
||
561 | z-index:0; |
||
562 | } |
||
563 | .dijitProgressBarFull {
|
||
564 | |||
565 | position:absolute; |
||
566 | overflow:hidden; |
||
567 | z-index:-1; |
||
568 | top:0; |
||
569 | width:100%; |
||
570 | } |
||
571 | .dj_ie6 .dijitProgressBarFull { |
||
572 | height:1.6em; |
||
573 | } |
||
574 | .dijitProgressBarTile {
|
||
575 | |||
576 | position:absolute; |
||
577 | overflow:hidden; |
||
578 | top:0; |
||
579 | left:0; |
||
580 | bottom:0; |
||
581 | right:0; |
||
582 | margin:0; |
||
583 | padding:0; |
||
584 | width:auto; |
||
585 | height:auto; |
||
586 | background-color:#aaa; |
||
587 | background-attachment: fixed; |
||
588 | } |
||
589 | .dijit_a11y .dijitProgressBarTile { |
||
590 | |||
591 | border-width:2px; |
||
592 | border-style:solid; |
||
593 | background-color:transparent !important; |
||
594 | } |
||
595 | .dj_ie6 .dijitProgressBarTile { |
||
596 | |||
597 | position:static; |
||
598 | |||
599 | height:1.6em; |
||
600 | } |
||
601 | .dijitProgressBarIndeterminate .dijitProgressBarLabel { |
||
602 | visibility:hidden; |
||
603 | } |
||
604 | .dijitProgressBarIndeterminate .dijitProgressBarTile { |
||
605 | |||
606 | } |
||
607 | .dijitProgressBarIndeterminateHighContrastImage {
|
||
608 | display:none; |
||
609 | } |
||
610 | .dijit_a11y .dijitProgressBarIndeterminate .dijitProgressBarIndeterminateHighContrastImage { |
||
611 | display:block; |
||
612 | position:absolute; |
||
613 | top:0; |
||
614 | bottom:0; |
||
615 | margin:0; |
||
616 | padding:0; |
||
617 | width:100%; |
||
618 | height:auto; |
||
619 | } |
||
620 | .dijitProgressBarLabel {
|
||
621 | display:block; |
||
622 | position:static; |
||
623 | width:100%; |
||
624 | text-align:center; |
||
625 | background-color:transparent !important; |
||
626 | } |
||
627 | .dijitTooltip {
|
||
628 | position: absolute; |
||
629 | z-index: 2000; |
||
630 | display: block; |
||
631 | |||
632 | left: 50%; |
||
633 | top: -10000px; |
||
634 | overflow: visible; |
||
635 | } |
||
636 | .dijitTooltipContainer {
|
||
637 | border: solid black 2px; |
||
638 | background: #b8b5b5; |
||
639 | color: black; |
||
640 | font-size: small; |
||
641 | } |
||
642 | .dijitTooltipFocusNode {
|
||
643 | padding: 2px 2px 2px 2px; |
||
644 | } |
||
645 | .dijitTooltipConnector {
|
||
646 | position: absolute; |
||
647 | } |
||
648 | .dijit_a11y .dijitTooltipConnector { |
||
649 | display: none; |
||
650 | } |
||
651 | .dijitTooltipData {
|
||
652 | display:none; |
||
653 | } |
||
654 | .dijitLayoutContainer {
|
||
655 | position: relative; |
||
656 | display: block; |
||
657 | overflow: hidden; |
||
658 | } |
||
659 | body .dijitAlignTop, |
||
660 | body .dijitAlignBottom, |
||
661 | body .dijitAlignLeft, |
||
662 | body .dijitAlignRight { |
||
663 | position: absolute; |
||
664 | overflow: hidden; |
||
665 | } |
||
666 | body .dijitAlignClient { position: absolute; } |
||
667 | .dijitBorderContainer, .dijitBorderContainerNoGutter { |
||
668 | position:relative; |
||
669 | overflow: hidden; |
||
670 | } |
||
671 | .dijitBorderContainerPane,
|
||
672 | .dijitBorderContainerNoGutterPane {
|
||
673 | position: absolute !important; |
||
674 | z-index: 2; |
||
675 | } |
||
676 | .dijitBorderContainer > .dijitTextArea { |
||
677 | |||
678 | resize: none; |
||
679 | } |
||
680 | .dijitGutter {
|
||
681 | |||
682 | position: absolute; |
||
683 | font-size: 1px; |
||
684 | } |
||
685 | .dijitSplitter {
|
||
686 | position: absolute; |
||
687 | overflow: hidden; |
||
688 | z-index: 10; |
||
689 | background-color: #fff; |
||
690 | border-color: gray; |
||
691 | border-style: solid; |
||
692 | border-width: 0; |
||
693 | } |
||
694 | .dj_ie .dijitSplitter { |
||
695 | z-index: 1; |
||
696 | } |
||
697 | .dijitSplitterActive {
|
||
698 | z-index: 11 !important; |
||
699 | } |
||
700 | .dijitSplitterCover {
|
||
701 | position:absolute; |
||
702 | z-index:-1; |
||
703 | top:0; |
||
704 | left:0; |
||
705 | width:100%; |
||
706 | height:100%; |
||
707 | } |
||
708 | .dijitSplitterCoverActive {
|
||
709 | z-index:3 !important; |
||
710 | } |
||
711 | .dj_ie .dijitSplitterCover { |
||
712 | background: white; |
||
713 | filter: alpha(opacity=0); |
||
714 | } |
||
715 | .dijitSplitterH {
|
||
716 | height: 7px; |
||
717 | border-top:1px; |
||
718 | border-bottom:1px; |
||
719 | cursor: ns-resize; |
||
720 | } |
||
721 | .dijitSplitterV {
|
||
722 | width: 7px; |
||
723 | border-left:1px; |
||
724 | border-right:1px; |
||
725 | cursor: ew-resize; |
||
726 | } |
||
727 | .dijitSplitContainer {
|
||
728 | position: relative; |
||
729 | overflow: hidden; |
||
730 | display: block; |
||
731 | } |
||
732 | .dj_ff3 .dijit_a11y div.dijitSplitter:focus { |
||
733 | outline-style:dotted; |
||
734 | outline-width: 2px; |
||
735 | } |
||
736 | .dijitSplitPane {
|
||
737 | position: absolute; |
||
738 | } |
||
739 | .dijitSplitContainerSizerH,
|
||
740 | .dijitSplitContainerSizerV {
|
||
741 | position:absolute; |
||
742 | font-size: 1px; |
||
743 | cursor: move; |
||
744 | cursor: w-resize; |
||
745 | background-color: ThreeDFace; |
||
746 | border: 1px solid; |
||
747 | border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight; |
||
748 | margin: 0; |
||
749 | } |
||
750 | .dijitSplitContainerSizerH .thumb, .dijitSplitterV .dijitSplitterThumb { |
||
751 | overflow:hidden; |
||
752 | position:absolute; |
||
753 | top:49%; |
||
754 | } |
||
755 | .dijitSplitContainerSizerV .thumb, .dijitSplitterH .dijitSplitterThumb { |
||
756 | position:absolute; |
||
757 | left:49%; |
||
758 | } |
||
759 | .dijitSplitterShadow,
|
||
760 | .dijitSplitContainerVirtualSizerH,
|
||
761 | .dijitSplitContainerVirtualSizerV {
|
||
762 | font-size: 1px; |
||
763 | background-color: ThreeDShadow; |
||
764 | -moz-opacity: 0.5; |
||
765 | opacity: 0.5; |
||
766 | filter: Alpha(Opacity=50); |
||
767 | margin: 0; |
||
768 | } |
||
769 | .dj_ie .dijitSplitterV, .dijitSplitContainerVirtualSizerH { |
||
770 | cursor: w-resize; |
||
771 | } |
||
772 | .dj_ie .dijitSplitterH, .dijitSplitContainerSizerV, .dijitSplitContainerVirtualSizerV { |
||
773 | cursor: n-resize; |
||
774 | } |
||
775 | .dijit_a11y .dijitSplitterH { |
||
776 | border-top:1px solid #d3d3d3 !important; |
||
777 | border-bottom:1px solid #d3d3d3 !important; |
||
778 | } |
||
779 | .dijit_a11y .dijitSplitterV { |
||
780 | border-left:1px solid #d3d3d3 !important; |
||
781 | border-right:1px solid #d3d3d3 !important; |
||
782 | } |
||
783 | .dijitContentPane {
|
||
784 | display: block; |
||
785 | overflow: auto; |
||
786 | } |
||
787 | .dijitContentPaneSingleChild {
|
||
788 | |||
789 | overflow: hidden; |
||
790 | } |
||
791 | .dijitTitlePane {
|
||
792 | display: block; |
||
793 | overflow: hidden; |
||
794 | } |
||
795 | .dijitTitlePaneTitle {
|
||
796 | cursor: pointer; |
||
797 | } |
||
798 | .dijitFixedOpen {
|
||
799 | |||
800 | cursor: default; |
||
801 | } |
||
802 | .dijitTitlePaneTitle * { |
||
803 | vertical-align: middle; |
||
804 | } |
||
805 | .dijitTitlePane .dijitArrowNodeInner { |
||
806 | |||
807 | display: none; |
||
808 | } |
||
809 | .dijit_a11y .dijitTitlePane .dijitArrowNodeInner { |
||
810 | |||
811 | display:inline !important; |
||
812 | font-family: monospace; |
||
813 | } |
||
814 | .dijit_a11y .dijitTitlePane .dijitArrowNode { |
||
815 | |||
816 | display:none; |
||
817 | } |
||
818 | .dj_ie6 .dijitTitlePaneContentOuter, |
||
819 | .dj_ie6 .dijitTitlePane .dijitTitlePaneTitle { |
||
820 | |||
821 | zoom: 1; |
||
822 | } |
||
823 | .dijitColorPalette {
|
||
824 | border: 1px solid #999; |
||
825 | background: #fff; |
||
826 | position: relative; |
||
827 | } |
||
828 | img.dijitColorPaletteUnder { |
||
829 | |||
830 | border-style: none; |
||
831 | position: absolute; |
||
832 | left: 0; |
||
833 | top: 0; |
||
834 | } |
||
835 | .dijitColorPalette .dijitPaletteTable { |
||
836 | |||
837 | padding: 2px 3px 3px 3px; |
||
838 | position: relative; |
||
839 | overflow: hidden; |
||
840 | outline: 0; |
||
841 | border-collapse: separate; |
||
842 | } |
||
843 | .dj_ie6 .dijitColorPalette .dijitPaletteTable, |
||
844 | .dj_ie7 .dijitColorPalette .dijitPaletteTable, |
||
845 | .dj_iequirks .dijitColorPalette .dijitPaletteTable { |
||
846 | |||
847 | padding: 0; |
||
848 | margin: 2px 3px 3px 3px; |
||
849 | } |
||
850 | .dijitColorPalette .dijitPaletteCell { |
||
851 | |||
852 | height: 20px; |
||
853 | width: 20px; |
||
854 | font-size: 1px; |
||
855 | vertical-align: middle; |
||
856 | text-align: center; |
||
857 | } |
||
858 | .dijitColorPalette .dijitPaletteImg { |
||
859 | |||
860 | width: 16px; |
||
861 | height: 14px; |
||
862 | border: 1px solid #999; |
||
863 | cursor: default; |
||
864 | vertical-align: middle; |
||
865 | } |
||
866 | .dj_iequirks .dijitColorPalette .dijitPaletteImg { |
||
867 | margin: 1px; |
||
868 | } |
||
869 | .dijitPaletteTable td { |
||
870 | padding: 0px; |
||
871 | } |
||
872 | .dijitColorPalette .dijitPaletteCellHover .dijitPaletteImg { |
||
873 | |||
874 | border: 1px solid #000; |
||
875 | } |
||
876 | .dijitColorPalette .dijitPaletteCellActive .dijitPaletteImg, |
||
877 | .dijitColorPalette .dijitPaletteCellSelected .dijitPaletteImg { |
||
878 | border: 2px solid #000; |
||
879 | } |
||
880 | .dijit_a11y .dijitColorPalette .dijitPaletteTable, |
||
881 | .dijit_a11y .dijitColorPalette .dijitPaletteTable * { |
||
882 | |||
883 | background-color: transparent !important; |
||
884 | } |
||
885 | .dj_gecko .dijit_a11y .dijitColorPalette .dijitPaletteCellFocused .dijitPaletteImg { |
||
886 | border: 3px dotted #000; |
||
887 | margin: -1px; |
||
888 | } |
||
889 | .dijit_a11y .dijitColorPalette .dijitPaletteCellHover .dijitPaletteImg { |
||
890 | border: 2px solid #000 !important; |
||
891 | } |
||
892 | .dijitAccordionContainer {
|
||
893 | border:1px solid #b7b7b7; |
||
894 | border-top:0 !important; |
||
895 | } |
||
896 | .dijitAccordionTitle {
|
||
897 | cursor: pointer; |
||
898 | } |
||
899 | .dijitAccordionTitleSelected {
|
||
900 | cursor: default; |
||
901 | } |
||
902 | .dijitAccordionTitle .arrowTextUp, |
||
903 | .dijitAccordionTitle .arrowTextDown { |
||
904 | display: none; |
||
905 | font-size: 0.65em; |
||
906 | font-weight: normal !important; |
||
907 | } |
||
908 | .dijit_a11y .dijitAccordionTitle .arrowTextUp, |
||
909 | .dijit_a11y .dijitAccordionTitleSelected .arrowTextDown { |
||
910 | display: inline; |
||
911 | } |
||
912 | .dijit_a11y .dijitAccordionTitleSelected .arrowTextUp { |
||
913 | display: none; |
||
914 | } |
||
915 | .dj_ie6 .dijitAccordionTitle, |
||
916 | .dj_iequirks .dijitAccordionTitle { |
||
917 | |||
918 | zoom: 1; |
||
919 | } |
||
920 | .dijitCalendarContainer {
|
||
921 | width: auto; |
||
922 | } |
||
923 | .dijitCalendarContainer th, .dijitCalendarContainer td { |
||
924 | padding: 0; |
||
925 | } |
||
926 | .dijitCalendarNextYear {
|
||
927 | margin:0 0 0 0.55em; |
||
928 | } |
||
929 | .dijitCalendarPreviousYear {
|
||
930 | margin:0 0.55em 0 0; |
||
931 | } |
||
932 | .dijitCalendarIncrementControl {
|
||
933 | vertical-align: middle; |
||
934 | } |
||
935 | .dijitCalendarIncrementControl,
|
||
936 | .dijitCalendarDateTemplate,
|
||
937 | .dijitCalendarMonthLabel,
|
||
938 | .dijitCalendarPreviousYear,
|
||
939 | .dijitCalendarNextYear {
|
||
940 | cursor: pointer; |
||
941 | } |
||
942 | .dijitCalendarDisabledDate {
|
||
943 | color: gray; |
||
944 | text-decoration: line-through; |
||
945 | cursor: default; |
||
946 | } |
||
947 | .dijitSpacer {
|
||
948 | |||
949 | position: relative; |
||
950 | height: 1px; |
||
951 | overflow: hidden; |
||
952 | visibility: hidden; |
||
953 | } |
||
954 | .dijitMenu {
|
||
955 | border:1px solid black; |
||
956 | background-color:white; |
||
957 | } |
||
958 | .dijitMenuTable {
|
||
959 | border-collapse:collapse; |
||
960 | border-width:0; |
||
961 | background-color:white; |
||
962 | } |
||
963 | .dj_webkit .dijitMenuTable td[colspan="2"]{ |
||
964 | border-right:hidden; |
||
965 | } |
||
966 | .dijitMenuItem {
|
||
967 | text-align: left; |
||
968 | white-space: nowrap; |
||
969 | padding:.1em .2em; |
||
970 | cursor:pointer; |
||
971 | } |
||
972 | .dijitMenuPassive .dijitMenuItemHover, |
||
973 | .dijitMenuItemSelected {
|
||
974 | |||
975 | background-color:black; |
||
976 | color:white; |
||
977 | } |
||
978 | .dijitMenuItemIcon, .dijitMenuExpand { |
||
979 | background-repeat: no-repeat; |
||
980 | } |
||
981 | .dijitMenuItemDisabled * { |
||
982 | |||
983 | opacity:0.5; |
||
984 | cursor:default; |
||
985 | } |
||
986 | .dj_ie .dijit_a11y .dijitMenuItemDisabled, |
||
987 | .dj_ie .dijit_a11y .dijitMenuItemDisabled td, |
||
988 | .dj_ie .dijitMenuItemDisabled *, |
||
989 | .dj_ie .dijitMenuItemDisabled td { |
||
990 | color:gray !important; |
||
991 | filter: alpha(opacity=35); |
||
992 | } |
||
993 | .dijitMenuItemLabel {
|
||
994 | position: relative; |
||
995 | vertical-align: middle; |
||
996 | } |
||
997 | .dijit_a11y .dijitMenuItemSelected { |
||
998 | border: 1px dotted black !important; |
||
999 | } |
||
1000 | .dj_ff3 .dijit_a11y .dijitMenuItem td { |
||
1001 | padding: none !important; |
||
1002 | background:none !important; |
||
1003 | } |
||
1004 | .dijit_a11y .dijitMenuItemSelected .dijitMenuItemLabel { |
||
1005 | border-width: 1px; |
||
1006 | border-style: solid; |
||
1007 | } |
||
1008 | .dj_ie8 .dijit_a11y .dijitMenuItemLabel { |
||
1009 | position:static; |
||
1010 | } |
||
1011 | .dijitMenuExpandA11y {
|
||
1012 | display: none; |
||
1013 | } |
||
1014 | .dijit_a11y .dijitMenuExpandA11y { |
||
1015 | display: inline; |
||
1016 | } |
||
1017 | .dijitMenuSeparator td { |
||
1018 | border: 0; |
||
1019 | padding: 0; |
||
1020 | } |
||
1021 | .dijitMenuSeparatorTop {
|
||
1022 | height: 50%; |
||
1023 | margin: 0; |
||
1024 | margin-top:3px; |
||
1025 | font-size: 1px; |
||
1026 | } |
||
1027 | .dijitMenuSeparatorBottom {
|
||
1028 | height: 50%; |
||
1029 | margin: 0; |
||
1030 | margin-bottom:3px; |
||
1031 | font-size: 1px; |
||
1032 | } |
||
1033 | .dijitCheckedMenuItemIconChar {
|
||
1034 | vertical-align: middle; |
||
1035 | visibility:hidden; |
||
1036 | } |
||
1037 | .dijitCheckedMenuItemChecked .dijitCheckedMenuItemIconChar { |
||
1038 | visibility: visible; |
||
1039 | } |
||
1040 | .dijit_a11y .dijitCheckedMenuItemIconChar { |
||
1041 | display:inline !important; |
||
1042 | } |
||
1043 | .dijit_a11y .dijitCheckedMenuItemIcon { |
||
1044 | display: none; |
||
1045 | } |
||
1046 | .dj_ie .dijit_a11y .dijitMenuBar .dijitMenuItem { |
||
1047 | |||
1048 | margin: 0px; |
||
1049 | } |
||
1050 | .dijitStackController .dijitToggleButtonChecked * { |
||
1051 | cursor: default; |
||
1052 | } |
||
1053 | .dijitTabContainerNoLayout {
|
||
1054 | width: 100%; |
||
1055 | } |
||
1056 | .dijitTabContainerBottom-tabs,
|
||
1057 | .dijitTabContainerTop-tabs,
|
||
1058 | .dijitTabContainerLeft-tabs,
|
||
1059 | .dijitTabContainerRight-tabs {
|
||
1060 | overflow: visible !important; |
||
1061 | } |
||
1062 | .dijitTabContainerBottom-container,
|
||
1063 | .dijitTabContainerTop-container,
|
||
1064 | .dijitTabContainerLeft-container,
|
||
1065 | .dijitTabContainerRight-container {
|
||
1066 | z-index:0; |
||
1067 | overflow: hidden; |
||
1068 | border: 1px solid black; |
||
1069 | } |
||
1070 | .nowrapTabStrip {
|
||
1071 | width: 50000px; |
||
1072 | display: block; |
||
1073 | position: relative; |
||
1074 | } |
||
1075 | .dijitTabListWrapper {
|
||
1076 | overflow: hidden; |
||
1077 | } |
||
1078 | .dijit_a11y .tabStripButton img { |
||
1079 | |||
1080 | display: none; |
||
1081 | } |
||
1082 | .dijitTabContainerTop-tabs {
|
||
1083 | border-bottom: 1px solid black; |
||
1084 | } |
||
1085 | .dijitTabContainerTop-container {
|
||
1086 | border-top: 0px; |
||
1087 | } |
||
1088 | .dijitTabContainerLeft-tabs {
|
||
1089 | border-right: 1px solid black; |
||
1090 | float: left; |
||
1091 | } |
||
1092 | .dijitTabContainerLeft-container {
|
||
1093 | border-left: 0px; |
||
1094 | } |
||
1095 | .dijitTabContainerBottom-tabs {
|
||
1096 | border-top: 1px solid black; |
||
1097 | } |
||
1098 | .dijitTabContainerBottom-container {
|
||
1099 | border-bottom: 0px; |
||
1100 | } |
||
1101 | .dijitTabContainerRight-tabs {
|
||
1102 | border-left: 1px solid black; |
||
1103 | float: left; |
||
1104 | } |
||
1105 | .dijitTabContainerRight-container {
|
||
1106 | border-right: 0px; |
||
1107 | } |
||
1108 | DIV.dijitTabDisabled, .dj_ie DIV.dijitTabDisabled { |
||
1109 | cursor: auto; |
||
1110 | } |
||
1111 | .dijitTab {
|
||
1112 | position:relative; |
||
1113 | cursor:pointer; |
||
1114 | white-space:nowrap; |
||
1115 | z-index:3; |
||
1116 | } |
||
1117 | .dijitTab * { |
||
1118 | |||
1119 | vertical-align: middle; |
||
1120 | } |
||
1121 | .dijitTabChecked {
|
||
1122 | cursor: default; |
||
1123 | } |
||
1124 | .dijitTabContainerTop-tabs .dijitTab { |
||
1125 | top: 1px; |
||
1126 | } |
||
1127 | .dijitTabContainerBottom-tabs .dijitTab { |
||
1128 | top: -1px; |
||
1129 | } |
||
1130 | .dijitTabContainerLeft-tabs .dijitTab { |
||
1131 | left: 1px; |
||
1132 | } |
||
1133 | .dijitTabContainerRight-tabs .dijitTab { |
||
1134 | left: -1px; |
||
1135 | } |
||
1136 | .dijitTabContainerTop-tabs .dijitTab, |
||
1137 | .dijitTabContainerBottom-tabs .dijitTab { |
||
1138 | |||
1139 | display:inline-block; |
||
1140 | #zoom: 1; |
||
1141 | #display:inline; |
||
1142 | } |
||
1143 | .dijitTabInnerDiv {
|
||
1144 | position:relative; |
||
1145 | } |
||
1146 | .tabStripButton {
|
||
1147 | z-index: 12; |
||
1148 | } |
||
1149 | .dijitTabButtonDisabled .tabStripButton { |
||
1150 | display: none; |
||
1151 | } |
||
1152 | .dijitTabCloseButton {
|
||
1153 | margin-left: 1em; |
||
1154 | } |
||
1155 | .dijitTabCloseText {
|
||
1156 | display:none; |
||
1157 | } |
||
1158 | .dijit_a11y .dijitTabCloseButton { |
||
1159 | background-image: none !important; |
||
1160 | width: auto !important; |
||
1161 | height: auto !important; |
||
1162 | border: thin dotted; |
||
1163 | } |
||
1164 | .dijit_a11y .dijitTabCloseButtonHover { |
||
1165 | border:thin solid; |
||
1166 | } |
||
1167 | .dijit_a11y .dijitTabCloseText { |
||
1168 | display: inline; |
||
1169 | } |
||
1170 | .dijit_a11y .dijitTabChecked { |
||
1171 | |||
1172 | border-style:dashed !important; |
||
1173 | } |
||
1174 | .dijit_a11y .dijitTabInnerDiv { |
||
1175 | border-left:none !important; |
||
1176 | } |
||
1177 | .dijitTabPane,
|
||
1178 | .dijitStackContainer-child,
|
||
1179 | .dijitAccordionContainer-child {
|
||
1180 | |||
1181 | border: none !important; |
||
1182 | } |
||
1183 | .dijitInlineEditBoxDisplayMode {
|
||
1184 | border: 1px solid transparent; |
||
1185 | cursor: text; |
||
1186 | } |
||
1187 | .dijit_a11y .dijitInlineEditBoxDisplayMode, |
||
1188 | .dj_ie6 .dijitInlineEditBoxDisplayMode { |
||
1189 | |||
1190 | border: none; |
||
1191 | } |
||
1192 | .dijitInlineEditBoxDisplayModeHover,
|
||
1193 | .dijit_a11y .dijitInlineEditBoxDisplayModeHover, |
||
1194 | .dj_ie6 .dijitInlineEditBoxDisplayModeHover { |
||
1195 | |||
1196 | background-color: #e2ebf2; |
||
1197 | border: solid 1px black; |
||
1198 | } |
||
1199 | .dijitInlineEditBoxDisplayModeDisabled {
|
||
1200 | cursor: default; |
||
1201 | } |
||
1202 | .dijitTreeIndent {
|
||
1203 | |||
1204 | width: 19px; |
||
1205 | } |
||
1206 | .dijitTreeRow, .dijitTreeContent { |
||
1207 | white-space: nowrap; |
||
1208 | } |
||
1209 | .dijitTreeRow img { |
||
1210 | |||
1211 | vertical-align: middle; |
||
1212 | } |
||
1213 | .dijitTreeContent {
|
||
1214 | cursor: default; |
||
1215 | } |
||
1216 | .dijitExpandoText {
|
||
1217 | display: none; |
||
1218 | } |
||
1219 | .dijit_a11y .dijitExpandoText { |
||
1220 | display: inline; |
||
1221 | padding-left: 10px; |
||
1222 | padding-right: 10px; |
||
1223 | font-family: monospace; |
||
1224 | border-style: solid; |
||
1225 | border-width: thin; |
||
1226 | cursor: pointer; |
||
1227 | } |
||
1228 | .dijitTreeLabel {
|
||
1229 | margin: 0px 4px; |
||
1230 | } |
||
1231 | .dijitDialog {
|
||
1232 | position: absolute; |
||
1233 | z-index: 999; |
||
1234 | overflow: hidden; |
||
1235 | } |
||
1236 | .dijitDialogTitleBar {
|
||
1237 | cursor: move; |
||
1238 | } |
||
1239 | .dijitDialogFixed .dijitDialogTitleBar { |
||
1240 | cursor:default; |
||
1241 | } |
||
1242 | .dijitDialogCloseIcon {
|
||
1243 | cursor: pointer; |
||
1244 | } |
||
1245 | .dijitDialogUnderlayWrapper {
|
||
1246 | position: absolute; |
||
1247 | left: 0; |
||
1248 | top: 0; |
||
1249 | z-index: 998; |
||
1250 | display: none; |
||
1251 | background: transparent !important; |
||
1252 | } |
||
1253 | .dijitDialogUnderlay {
|
||
1254 | background: #eee; |
||
1255 | opacity: 0.5; |
||
1256 | } |
||
1257 | .dj_ie .dijitDialogUnderlay { |
||
1258 | filter: alpha(opacity=50); |
||
1259 | } |
||
1260 | .dijit_a11y .dijitSpinnerButtonContainer, |
||
1261 | .dijit_a11y .dijitDialog { |
||
1262 | opacity: 1 !important; |
||
1263 | background-color: white !important; |
||
1264 | } |
||
1265 | .dijitDialog .closeText { |
||
1266 | display:none; |
||
1267 | |||
1268 | position:absolute; |
||
1269 | } |
||
1270 | .dijit_a11y .dijitDialog .closeText { |
||
1271 | display:inline; |
||
1272 | } |
||
1273 | .dijitSliderMoveable {
|
||
1274 | z-index:99; |
||
1275 | position:absolute !important; |
||
1276 | display:block; |
||
1277 | vertical-align:middle; |
||
1278 | } |
||
1279 | .dijitSliderMoveableH {
|
||
1280 | right:0; |
||
1281 | } |
||
1282 | .dijitSliderMoveableV {
|
||
1283 | right:50%; |
||
1284 | } |
||
1285 | .dijit_a11y DIV.dijitSliderImageHandle, |
||
1286 | .dijitSliderImageHandle {
|
||
1287 | margin:0; |
||
1288 | padding:0; |
||
1289 | position:relative !important; |
||
1290 | border:8px solid gray; |
||
1291 | width:0; |
||
1292 | height:0; |
||
1293 | cursor: pointer; |
||
1294 | } |
||
1295 | .dj_iequirks .dijit_a11y .dijitSliderImageHandle { |
||
1296 | font-size: 0; |
||
1297 | } |
||
1298 | .dj_ie7 .dijitSliderImageHandle { |
||
1299 | overflow: hidden; |
||
1300 | } |
||
1301 | .dj_ie7 .dijit_a11y .dijitSliderImageHandle { |
||
1302 | overflow: visible; |
||
1303 | } |
||
1304 | .dijit_a11y .dijitSliderFocused .dijitSliderImageHandle { |
||
1305 | border:4px solid #000; |
||
1306 | height:8px; |
||
1307 | width:8px; |
||
1308 | } |
||
1309 | .dijitSliderImageHandleV {
|
||
1310 | top:-8px; |
||
1311 | right: -50%; |
||
1312 | } |
||
1313 | .dijitSliderImageHandleH {
|
||
1314 | left:50%; |
||
1315 | top:-5px; |
||
1316 | vertical-align:top; |
||
1317 | } |
||
1318 | .dijitSliderBar {
|
||
1319 | border-style:solid; |
||
1320 | border-color:black; |
||
1321 | cursor: pointer; |
||
1322 | } |
||
1323 | .dijitSliderBarContainerV {
|
||
1324 | position:relative; |
||
1325 | height:100%; |
||
1326 | z-index:1; |
||
1327 | } |
||
1328 | .dijitSliderBarContainerH {
|
||
1329 | position:relative; |
||
1330 | z-index:1; |
||
1331 | } |
||
1332 | .dijitSliderBarH {
|
||
1333 | height:4px; |
||
1334 | border-width:1px 0; |
||
1335 | } |
||
1336 | .dijitSliderBarV {
|
||
1337 | width:4px; |
||
1338 | border-width:0 1px; |
||
1339 | } |
||
1340 | .dijitSliderProgressBar {
|
||
1341 | background-color:red; |
||
1342 | z-index:1; |
||
1343 | } |
||
1344 | .dijitSliderProgressBarV {
|
||
1345 | position:static !important; |
||
1346 | height:0%; |
||
1347 | vertical-align:top; |
||
1348 | text-align:left; |
||
1349 | } |
||
1350 | .dijitSliderProgressBarH {
|
||
1351 | position:absolute !important; |
||
1352 | width:0%; |
||
1353 | vertical-align:middle; |
||
1354 | overflow:visible; |
||
1355 | } |
||
1356 | .dijitSliderRemainingBar {
|
||
1357 | overflow:hidden; |
||
1358 | background-color:transparent; |
||
1359 | z-index:1; |
||
1360 | } |
||
1361 | .dijitSliderRemainingBarV {
|
||
1362 | height:100%; |
||
1363 | text-align:left; |
||
1364 | } |
||
1365 | .dijitSliderRemainingBarH {
|
||
1366 | width:100% !important; |
||
1367 | } |
||
1368 | .dijitSliderBumper {
|
||
1369 | overflow:hidden; |
||
1370 | z-index:1; |
||
1371 | } |
||
1372 | .dijitSliderBumperV {
|
||
1373 | width:4px; |
||
1374 | height:8px; |
||
1375 | border-width:0 1px; |
||
1376 | } |
||
1377 | .dijitSliderBumperH {
|
||
1378 | width:8px; |
||
1379 | height:4px; |
||
1380 | border-width:1px 0; |
||
1381 | } |
||
1382 | .dijitSliderBottomBumper,
|
||
1383 | .dijitSliderLeftBumper {
|
||
1384 | background-color:red; |
||
1385 | } |
||
1386 | .dijitSliderTopBumper,
|
||
1387 | .dijitSliderRightBumper {
|
||
1388 | background-color:transparent; |
||
1389 | } |
||
1390 | .dijitSliderDecoration {
|
||
1391 | text-align:center; |
||
1392 | } |
||
1393 | .dijitSliderV TD { |
||
1394 | position: relative; |
||
1395 | } |
||
1396 | .dijitSliderDecorationH {
|
||
1397 | width: 100%; |
||
1398 | } |
||
1399 | .dijitSliderDecorationV {
|
||
1400 | height: 100%; |
||
1401 | } |
||
1402 | .dijitSliderButton {
|
||
1403 | font-family:monospace; |
||
1404 | margin:0; |
||
1405 | padding:0; |
||
1406 | display:block; |
||
1407 | } |
||
1408 | .dijit_a11y .dijitSliderButtonInner { |
||
1409 | visibility:visible !important; |
||
1410 | } |
||
1411 | .dijitSliderButtonContainer {
|
||
1412 | text-align:center; |
||
1413 | height:0; |
||
1414 | } |
||
1415 | .dijitSliderButtonContainer * { |
||
1416 | cursor: pointer; |
||
1417 | } |
||
1418 | .dijitSlider .dijitButtonNode { |
||
1419 | padding:0; |
||
1420 | display:block; |
||
1421 | } |
||
1422 | .dijitRuleContainer {
|
||
1423 | position:relative; |
||
1424 | overflow:visible; |
||
1425 | } |
||
1426 | .dijitRuleContainerV {
|
||
1427 | height:100%; |
||
1428 | line-height:0; |
||
1429 | float:left; |
||
1430 | text-align:left; |
||
1431 | } |
||
1432 | .dj_opera .dijitRuleContainerV { |
||
1433 | line-height:2%; |
||
1434 | } |
||
1435 | .dj_ie .dijitRuleContainerV { |
||
1436 | line-height:normal; |
||
1437 | } |
||
1438 | .dj_gecko .dijitRuleContainerV { |
||
1439 | margin:0 0 1px 0; |
||
1440 | } |
||
1441 | .dijitRuleMark {
|
||
1442 | position:absolute; |
||
1443 | border:1px solid black; |
||
1444 | line-height:0; |
||
1445 | height:100%; |
||
1446 | } |
||
1447 | .dijitRuleMarkH {
|
||
1448 | width:0; |
||
1449 | border-top-width:0 !important; |
||
1450 | border-bottom-width:0 !important; |
||
1451 | border-left-width:0 !important; |
||
1452 | } |
||
1453 | .dijitRuleLabelContainer {
|
||
1454 | position:absolute; |
||
1455 | } |
||
1456 | .dijitRuleLabelContainerH {
|
||
1457 | text-align:center; |
||
1458 | display:inline-block; |
||
1459 | } |
||
1460 | .dijitRuleLabelH {
|
||
1461 | position:relative; |
||
1462 | left:-50%; |
||
1463 | } |
||
1464 | .dijitRuleLabelV {
|
||
1465 | |||
1466 | text-overflow: ellipsis; |
||
1467 | white-space: nowrap; |
||
1468 | overflow: hidden; |
||
1469 | } |
||
1470 | .dijitRuleMarkV {
|
||
1471 | height:0; |
||
1472 | border-right-width:0 !important; |
||
1473 | border-bottom-width:0 !important; |
||
1474 | border-left-width:0 !important; |
||
1475 | width:100%; |
||
1476 | left:0; |
||
1477 | } |
||
1478 | .dj_ie .dijitRuleLabelContainerV { |
||
1479 | margin-top:-.55em; |
||
1480 | } |
||
1481 | .dijit_a11y .dijitSliderReadOnly, |
||
1482 | .dijit_a11y .dijitSliderDisabled { |
||
1483 | opacity:0.6; |
||
1484 | } |
||
1485 | .dj_ie .dijit_a11y .dijitSliderReadOnly .dijitSliderBar, |
||
1486 | .dj_ie .dijit_a11y .dijitSliderDisabled .dijitSliderBar { |
||
1487 | filter: alpha(opacity=40); |
||
1488 | } |
||
1489 | .dijit_a11y .dijitSlider .dijitSliderButtonContainer DIV { |
||
1490 | font-family: monospace; |
||
1491 | font-size: 1em; |
||
1492 | line-height: 1em; |
||
1493 | height: auto; |
||
1494 | width: auto; |
||
1495 | margin: 0px 4px; |
||
1496 | } |
||
1497 | .dijit_a11y .dijitButtonContents .dijitButtonText, |
||
1498 | .dijit_a11y .dijitTab .tabLabel { |
||
1499 | display: inline !important; |
||
1500 | } |
||
1501 | .dijitTextArea {
|
||
1502 | width:100%; |
||
1503 | overflow-y: auto; |
||
1504 | } |
||
1505 | .dijitTextArea[cols] { |
||
1506 | width:auto; |
||
1507 | } |
||
1508 | .dj_ie .dijitTextAreaCols { |
||
1509 | width:auto; |
||
1510 | } |
||
1511 | .dijitToolbarSeparator {
|
||
1512 | height: 18px; |
||
1513 | width: 5px; |
||
1514 | padding: 0 1px; |
||
1515 | margin: 0; |
||
1516 | } |
||
1517 | .dijitIEFixedToolbar {
|
||
1518 | position:absolute; |
||
1519 | |||
1520 | top: expression(eval((document.documentElement||document.body).scrollTop)); |
||
1521 | } |
||
1522 | .dijitEditor {
|
||
1523 | display: block; |
||
1524 | } |
||
1525 | .dijitEditorDisabled,
|
||
1526 | .dijitEditorReadOnly {
|
||
1527 | color: gray; |
||
1528 | } |
||
1529 | .dijitTimePickerItemInner {
|
||
1530 | text-align:center; |
||
1531 | border:0; |
||
1532 | padding:2px 8px 2px 8px; |
||
1533 | } |
||
1534 | .dijitTimePickerTick,
|
||
1535 | .dijitTimePickerMarker {
|
||
1536 | border-bottom:1px solid gray; |
||
1537 | } |
||
1538 | .dijitTimePicker .dijitDownArrowButton { |
||
1539 | border-top: none !important; |
||
1540 | } |
||
1541 | .dijitTimePickerTick {
|
||
1542 | color:#CCC; |
||
1543 | } |
||
1544 | .dijitTimePickerMarker {
|
||
1545 | color:black; |
||
1546 | background-color:#CCC; |
||
1547 | } |
||
1548 | .dijitTimePickerItemSelected {
|
||
1549 | font-weight:bold; |
||
1550 | color:#333; |
||
1551 | background-color:#b7cdee; |
||
1552 | } |
||
1553 | .dijitTimePickerItemHover {
|
||
1554 | background-color:gray; |
||
1555 | color:white; |
||
1556 | cursor:pointer; |
||
1557 | } |
||
1558 | .dijit_a11y .dijitTimePickerItemSelected .dijitTimePickerItemInner { |
||
1559 | border: solid 4px black; |
||
1560 | } |
||
1561 | .dijit_a11y .dijitTimePickerItemHover .dijitTimePickerItemInner { |
||
1562 | border: dashed 4px black; |
||
1563 | } |
||
1564 | .dijitToggleButtonIconChar {
|
||
1565 | |||
1566 | display:none !important; |
||
1567 | } |
||
1568 | .dijit_a11y .dijitToggleButton .dijitToggleButtonIconChar { |
||
1569 | display:inline !important; |
||
1570 | visibility:hidden; |
||
1571 | } |
||
1572 | .dj_ie6 .dijitToggleButtonIconChar, .dj_ie6 .tabStripButton .dijitButtonText { |
||
1573 | font-family: "Arial Unicode MS"; |
||
1574 | } |
||
1575 | .dijit_a11y .dijitToggleButtonChecked .dijitToggleButtonIconChar { |
||
1576 | display: inline !important; |
||
1577 | visibility:visible !important; |
||
1578 | } |
||
1579 | .dijitArrowButtonChar {
|
||
1580 | display:none !important; |
||
1581 | } |
||
1582 | .dijit_a11y .dijitArrowButtonChar { |
||
1583 | display:inline !important; |
||
1584 | } |
||
1585 | .dijit_a11y .dijitDropDownButton .dijitArrowButtonInner, |
||
1586 | .dijit_a11y .dijitComboButton .dijitArrowButtonInner { |
||
1587 | display:none !important; |
||
1588 | } |
||
1589 | .dijitSelect {
|
||
1590 | margin: 0.2em; |
||
1591 | border-collapse: collapse; |
||
1592 | } |
||
1593 | .dj_ie .dijitSelect, |
||
1594 | .dj_ie7 .dijitSelect, |
||
1595 | .dj_iequirks .dijitSelect { |
||
1596 | vertical-align: middle; |
||
1597 | } |
||
1598 | .dj_ie8 .dijitSelect .dijitButtonText { |
||
1599 | vertical-align: top; |
||
1600 | } |
||
1601 | .dijitToolbar .dijitSelect { |
||
1602 | margin: 0; |
||
1603 | } |
||
1604 | .dj_webkit .dijitToolbar .dijitSelect { |
||
1605 | padding-left: 0.3em; |
||
1606 | } |
||
1607 | .dijit_a11y .dijitSelectDisabled .dijitButtonNode { |
||
1608 | border-style: outset!important; |
||
1609 | border-width: medium!important; |
||
1610 | border-color: #999 !important; |
||
1611 | color:#999 !important; |
||
1612 | } |
||
1613 | .dijitSelect .dijitButtonContents { |
||
1614 | padding: 0px; |
||
1615 | background: transparent none; |
||
1616 | white-space: nowrap; |
||
1617 | text-align: left; |
||
1618 | } |
||
1619 | .dijitSelectFixedWidth .dijitButtonContents { |
||
1620 | width: 100%; |
||
1621 | } |
||
1622 | .dijitSelectMenu .dijitMenuItemIcon { |
||
1623 | |||
1624 | display:none; |
||
1625 | } |
||
1626 | .dj_ie6 .dijitSelectMenu .dijitMenuItemLabel, |
||
1627 | .dj_ie7 .dijitSelectMenu .dijitMenuItemLabel { |
||
1628 | |||
1629 | position: static; |
||
1630 | } |
||
1631 | .dijitSelectLabel * |
||
1632 | { |
||
1633 | vertical-align: baseline; |
||
1634 | } |
||
1635 | .dijitSelectSelectedOption * { |
||
1636 | font-weight: bold; |
||
1637 | } |
||
1638 | .dijitSelectMenu {
|
||
1639 | border-width: 1px; |
||
1640 | } |
||
1641 | .dijitSelectMenu .dijitMenuTable { |
||
1642 | margin: 0px; |
||
1643 | background-color: transparent; |
||
1644 | } |
||
1645 | .dijitForceStatic {
|
||
1646 | position: static !important; |
||
1647 | } |
||
1648 | .dijitReadOnly *, |
||
1649 | .dijitDisabled *, |
||
1650 | .dijitReadOnly,
|
||
1651 | .dijitDisabled {
|
||
1652 | |||
1653 | cursor: default; |
||
1654 | } |
||
1655 | .dijitIconSave,
|
||
1656 | .dijitIconPrint,
|
||
1657 | .dijitIconCut,
|
||
1658 | .dijitIconCopy,
|
||
1659 | .dijitIconClear,
|
||
1660 | .dijitIconDelete,
|
||
1661 | .dijitIconUndo,
|
||
1662 | .dijitIconEdit,
|
||
1663 | .dijitIconNewTask,
|
||
1664 | .dijitIconEditTask,
|
||
1665 | .dijitIconEditProperty,
|
||
1666 | .dijitIconTask,
|
||
1667 | .dijitIconFilter,
|
||
1668 | .dijitIconConfigure,
|
||
1669 | .dijitIconSearch,
|
||
1670 | .dijitIconApplication,
|
||
1671 | .dijitIconBookmark,
|
||
1672 | .dijitIconChart,
|
||
1673 | .dijitIconConnector,
|
||
1674 | .dijitIconDatabase,
|
||
1675 | .dijitIconDocuments,
|
||
1676 | .dijitIconMail,
|
||
1677 | .dijitLeaf,
|
||
1678 | .dijitIconFile,
|
||
1679 | .dijitIconFunction,
|
||
1680 | .dijitIconKey,
|
||
1681 | .dijitIconPackage,
|
||
1682 | .dijitIconSample,
|
||
1683 | .dijitIconTable,
|
||
1684 | .dijitIconUsers,
|
||
1685 | .dijitFolderClosed,
|
||
1686 | .dijitIconFolderClosed,
|
||
1687 | .dijitFolderOpened,
|
||
1688 | .dijitIconFolderOpen,
|
||
1689 | .dijitIconError {
|
||
1690 | background-image: url(../../icons/images/commonIconsObjActEnabled.png); |
||
1691 | width: 16px; |
||
1692 | height: 16px; |
||
1693 | } |
||
1694 | .dj_ie6 .dijitIconSave, |
||
1695 | .dj_ie6 .dijitIconPrint, |
||
1696 | .dj_ie6 .dijitIconCut, |
||
1697 | .dj_ie6 .dijitIconCopy, |
||
1698 | .dj_ie6 .dijitIconClear, |
||
1699 | .dj_ie6 .dijitIconDelete, |
||
1700 | .dj_ie6 .dijitIconUndo, |
||
1701 | .dj_ie6 .dijitIconEdit, |
||
1702 | .dj_ie6 .dijitIconNewTask, |
||
1703 | .dj_ie6 .dijitIconEditTask, |
||
1704 | .dj_ie6 .dijitIconEditProperty, |
||
1705 | .dj_ie6 .dijitIconTask, |
||
1706 | .dj_ie6 .dijitIconFilter, |
||
1707 | .dj_ie6 .dijitIconConfigure, |
||
1708 | .dj_ie6 .dijitIconSearch, |
||
1709 | .dj_ie6 .dijitIconApplication, |
||
1710 | .dj_ie6 .dijitIconBookmark, |
||
1711 | .dj_ie6 .dijitIconChart, |
||
1712 | .dj_ie6 .dijitIconConnector, |
||
1713 | .dj_ie6 .dijitIconDatabase, |
||
1714 | .dj_ie6 .dijitIconDocuments, |
||
1715 | .dj_ie6 .dijitIconMail, |
||
1716 | .dj_ie6 .dijitLeaf, |
||
1717 | .dj_ie6 .dijitIconFile, |
||
1718 | .dj_ie6 .dijitIconFunction, |
||
1719 | .dj_ie6 .dijitIconKey, |
||
1720 | .dj_ie6 .dijitIconPackage, |
||
1721 | .dj_ie6 .dijitIconSample, |
||
1722 | .dj_ie6 .dijitIconTable, |
||
1723 | .dj_ie6 .dijitIconUsers, |
||
1724 | .dj_ie6 .dijitFolderClosed, |
||
1725 | .dj_ie6 .dijitIconFolderClosed, |
||
1726 | .dj_ie6 .dijitFolderOpened, |
||
1727 | .dj_ie6 .dijitIconFolderOpen, |
||
1728 | .dj_ie6 .dijitIconError { |
||
1729 | background-image: url(../../icons/images/commonIconsObjActEnabled8bit.png); |
||
1730 | } |
||
1731 | .dijitDisabled .dijitIconSave, |
||
1732 | .dijitDisabled .dijitIconPrint, |
||
1733 | .dijitDisabled .dijitIconCut, |
||
1734 | .dijitDisabled .dijitIconCopy, |
||
1735 | .dijitDisabled .dijitIconClear, |
||
1736 | .dijitDisabled .dijitIconDelete, |
||
1737 | .dijitDisabled .dijitIconUndo, |
||
1738 | .dijitDisabled .dijitIconEdit, |
||
1739 | .dijitDisabled .dijitIconNewTask, |
||
1740 | .dijitDisabled .dijitIconEditTask, |
||
1741 | .dijitDisabled .dijitIconEditProperty, |
||
1742 | .dijitDisabled .dijitIconTask, |
||
1743 | .dijitDisabled .dijitIconFilter, |
||
1744 | .dijitDisabled .dijitIconConfigure, |
||
1745 | .dijitDisabled .dijitIconSearch, |
||
1746 | .dijitDisabled .dijitIconApplication, |
||
1747 | .dijitDisabled .dijitIconBookmark, |
||
1748 | .dijitDisabled .dijitIconChart, |
||
1749 | .dijitDisabled .dijitIconConnector, |
||
1750 | .dijitDisabled .dijitIconDatabase, |
||
1751 | .dijitDisabled .dijitIconDocuments, |
||
1752 | .dijitDisabled .dijitIconMail, |
||
1753 | .dijitDisabled .dijitLeaf, |
||
1754 | .dijitDisabled .dijitIconFile, |
||
1755 | .dijitDisabled .dijitIconFunction, |
||
1756 | .dijitDisabled .dijitIconKey, |
||
1757 | .dijitDisabled .dijitIconPackage, |
||
1758 | .dijitDisabled .dijitIconSample, |
||
1759 | .dijitDisabled .dijitIconTable, |
||
1760 | .dijitDisabled .dijitIconUsers, |
||
1761 | .dijitDisabled .dijitFolderClosed, |
||
1762 | .dijitDisabled .dijitIconFolderClosed, |
||
1763 | .dijitDisabled .dijitFolderOpened, |
||
1764 | .dijitDisabled .dijitIconFolderOpen, |
||
1765 | .dijitDisabled .dijitIconError { |
||
1766 | background-image: url(../../icons/images/commonIconsObjActDisabled.png); |
||
1767 | } |
||
1768 | .dijitIconSave { background-position: 0px; } |
||
1769 | .dijitIconPrint { background-position: -16px; } |
||
1770 | .dijitIconCut { background-position: -32px; } |
||
1771 | .dijitIconCopy { background-position: -48px; } |
||
1772 | .dijitIconClear { background-position: -64px; } |
||
1773 | .dijitIconDelete { background-position: -80px; } |
||
1774 | .dijitIconUndo { background-position: -96px; } |
||
1775 | .dijitIconEdit { background-position: -112px; } |
||
1776 | .dijitIconNewTask { background-position: -128px; } |
||
1777 | .dijitIconEditTask { background-position: -144px; } |
||
1778 | .dijitIconEditProperty { background-position: -166px; } |
||
1779 | .dijitIconTask { background-position: -176px; } |
||
1780 | .dijitIconFilter { background-position: -192px; } |
||
1781 | .dijitIconConfigure { background-position: -208px; } |
||
1782 | .dijitIconSearch { background-position: -224px; } |
||
1783 | .dijitIconError { background-position: -496px; } |
||
1784 | .dijitIconApplication { background-position: -240px; } |
||
1785 | .dijitIconBookmark { background-position: -256px; } |
||
1786 | .dijitIconChart { background-position: -272px; } |
||
1787 | .dijitIconConnector { background-position: -288px; } |
||
1788 | .dijitIconDatabase { background-position: -304px; } |
||
1789 | .dijitIconDocuments { background-position: -320px; } |
||
1790 | .dijitIconMail { background-position: -336px; } |
||
1791 | .dijitIconFile, .dijitLeaf { background-position: -352px; } |
||
1792 | .dijitIconFunction { background-position: -368px; } |
||
1793 | .dijitIconKey { background-position: -384px; } |
||
1794 | .dijitIconPackage{ background-position: -400px; } |
||
1795 | .dijitIconSample { background-position: -416px; } |
||
1796 | .dijitIconTable { background-position: -432px; } |
||
1797 | .dijitIconUsers { background-position: -448px; } |
||
1798 | .dijitIconFolderClosed, .dijitFolderClosed { background-position: -464px; } |
||
1799 | .dijitIconFolderOpen, .dijitFolderOpened { background-position: -480px; } |
||
1800 | .tundra .dojoDndItemBefore { |
||
1801 | border-top: 2px solid #369; |
||
1802 | } |
||
1803 | .tundra .dojoDndItemAfter { |
||
1804 | border-bottom: 2px solid #369; |
||
1805 | } |
||
1806 | .tundra .dojoDndItemOver { |
||
1807 | cursor:pointer; |
||
1808 | } |
||
1809 | .tundra table.dojoDndAvatar { -moz-border-radius: 0; border: 1px solid #ccc; border-collapse: collapse; background-color: #fff; font-size: 75%; color: black;} |
||
1810 | .tundra .dojoDndAvatar td { border: none; } |
||
1811 | .tundra .dojoDndAvatar tr { border: none; } |
||
1812 | .tundra .dojoDndAvatarHeader td { height: 20px; padding: 0 0 0 21px; } |
||
1813 | .tundra .dojoDndAvatarItem td { padding: 2px;} |
||
1814 | .tundra.dojoDndMove .dojoDndAvatarHeader {background-color: #f58383; background-image: url(images/dndNoMove.png); background-repeat: no-repeat; background-position: 2px center;} |
||
1815 | .tundra.dojoDndCopy .dojoDndAvatarHeader {background-color: #f58383; background-image: url(images/dndNoCopy.png); background-repeat: no-repeat; background-position: 2px center;} |
||
1816 | .tundra.dojoDndMove .dojoDndAvatarCanDrop .dojoDndAvatarHeader {background-color: #97e68d; background-image: url(images/dndMove.png); background-repeat: no-repeat; background-position: 2px center;} |
||
1817 | .tundra.dojoDndCopy .dojoDndAvatarCanDrop .dojoDndAvatarHeader {background-color: #97e68d; background-image: url(images/dndCopy.png); background-repeat: no-repeat; background-position: 2px center;} |
||
1818 | .tundra .dijitContentPaneLoading { |
||
1819 | background:url(images/loading.gif) no-repeat left center; |
||
1820 | padding-left:25px; |
||
1821 | } |
||
1822 | .tundra .dijitContentPaneError { |
||
1823 | background:url(images/warning.png) no-repeat left center; |
||
1824 | padding-left:25px; |
||
1825 | } |
||
1826 | .tundra .dijitContentPane { |
||
1827 | padding: 0px; |
||
1828 | } |
||
1829 | .tundra .dijitTabContainerTop-dijitContentPane, |
||
1830 | .tundra .dijitTabContainerLeft-dijitContentPane, |
||
1831 | .tundra .dijitTabContainerBottom-dijitContentPane, |
||
1832 | .tundra .dijitTabContainerRight-dijitContentPane, |
||
1833 | .tundra .dijitAccordionContainer-dijitContentPane { |
||
1834 | background-color: #fff; |
||
1835 | padding: 5px; |
||
1836 | } |
||
1837 | .tundra .dijitSplitContainer-dijitContentPane, |
||
1838 | .tundra .dijitBorderContainer-dijitContentPane { |
||
1839 | background-color: #fff; |
||
1840 | padding: 5px; |
||
1841 | } |
||
1842 | .tundra .dijitTabPaneWrapper { |
||
1843 | background:#fff; |
||
1844 | border:1px solid #ccc; |
||
1845 | margin: 0; |
||
1846 | padding: 0; |
||
1847 | } |
||
1848 | .tundra .dijitTab { |
||
1849 | line-height:normal; |
||
1850 | margin-right:4px; |
||
1851 | padding:0px; |
||
1852 | border:1px solid #ccc; |
||
1853 | background:#e2e2e2 url(images/tabEnabled.png) repeat-x; |
||
1854 | } |
||
1855 | .tundra .dijitTabInnerDiv { |
||
1856 | padding:2px 8px 2px 9px; |
||
1857 | } |
||
1858 | .tundra .dijitTabSpacer { |
||
1859 | display: none; |
||
1860 | } |
||
1861 | .tundra .dijitTabContainer .tabStripRBtn { |
||
1862 | margin-right: 20px; |
||
1863 | } |
||
1864 | .tundra .dijitTabContainer .tabStripLBtn { |
||
1865 | margin-left: 20px; |
||
1866 | } |
||
1867 | .tundra .nowrapTabStrip .dijitTab { |
||
1868 | top: 2px; |
||
1869 | } |
||
1870 | .tundra .dijitTabContainerBottom .nowrapTabStrip .dijitTab { |
||
1871 | top: 0px; |
||
1872 | bottom: 2px; |
||
1873 | } |
||
1874 | .tundra .dijitTabChecked { |
||
1875 | |||
1876 | background-color:#fff; |
||
1877 | border-color: #ccc; |
||
1878 | background-image:none; |
||
1879 | } |
||
1880 | .tundra .dijitTabHover { |
||
1881 | color: #243C5F; |
||
1882 | border-top-color:#92a0b3; |
||
1883 | border-left-color:#92a0b3; |
||
1884 | border-right-color:#92a0b3; |
||
1885 | border-bottom-color:#92a0b3; |
||
1886 | background:#e2e2e2 url(images/tabHover.gif) repeat-x; |
||
1887 | } |
||
1888 | .tundra .dijitTabContainerTop .dijitTabHover { |
||
1889 | border-bottom-color:#ccc; |
||
1890 | } |
||
1891 | .tundra .dijitTabContainerBottom .dijitTabHover { |
||
1892 | border-top-color:#ccc; |
||
1893 | } |
||
1894 | .tundra .dijitTabContainerLeft .dijitTabHover { |
||
1895 | border-right-color:#ccc; |
||
1896 | } |
||
1897 | .tundra .dijitTabContainerRight .dijitTabHover { |
||
1898 | border-left-color:#ccc; |
||
1899 | } |
||
1900 | .tundra .dijitTabContainer .dijitTabCheckedHover { |
||
1901 | color: inherit; |
||
1902 | border:1px solid #ccc; |
||
1903 | background:#fff; |
||
1904 | } |
||
1905 | .tundra .dijitTab .tabLabel { |
||
1906 | |||
1907 | min-height: 12px; |
||
1908 | display: inline-block; |
||
1909 | } |
||
1910 | .tundra .dijitTabContainerNested .dijitTabListWrapper { |
||
1911 | height: auto; |
||
1912 | } |
||
1913 | .tundra .dijitTabContainerNested .dijitTabContainerTop-tabs { |
||
1914 | border-bottom: 1px solid #CCC; |
||
1915 | } |
||
1916 | .tundra .dijitTabContainerTabListNested .dijitTab { |
||
1917 | background: none; |
||
1918 | border: none; |
||
1919 | top: 0px; |
||
1920 | } |
||
1921 | .tundra .dijitTabContainerTabListNested .dijitTab .dijitTabContent { |
||
1922 | } |
||
1923 | .tundra .dijitTabContainerTabListNested .dijitTabHover .dijitTabContent .tabLabel { |
||
1924 | text-decoration: underline; |
||
1925 | } |
||
1926 | .tundra .dijitTabContainerTabListNested .dijitTabChecked .dijitTabContent .tabLabel { |
||
1927 | text-decoration: underline; |
||
1928 | font-weight: bold; |
||
1929 | |||
1930 | } |
||
1931 | .tundra .dijitTabContainer .dijitTabPaneWrapperNested { |
||
1932 | border: none; |
||
1933 | } |
||
1934 | .tundra .dijitTabCloseButton { |
||
1935 | background: url(images/tabClose.png) no-repeat right top; |
||
1936 | width: 12px; |
||
1937 | height: 12px; |
||
1938 | } |
||
1939 | .dj_ie6 .tundra .dijitTabCloseButton { |
||
1940 | background-image : url(images/tabClose.gif); |
||
1941 | } |
||
1942 | .tundra .dijitTabCloseButtonHover { |
||
1943 | background-image : url(images/tabCloseHover.png); |
||
1944 | } |
||
1945 | .dj_ie6 .tundra .dijitTabCloseButtonHover { |
||
1946 | background-image : url(images/tabCloseHover.gif); |
||
1947 | } |
||
1948 | .tundra .dijitTabContainerTop-tabs { |
||
1949 | margin-bottom: 0px; |
||
1950 | border-color: #cccccc; |
||
1951 | padding-left: 3px; |
||
1952 | background-position: bottom; |
||
1953 | } |
||
1954 | .tundra .dijitTabContainerTop-tabs .dijitTab { |
||
1955 | top: 0px; |
||
1956 | margin-bottom: -1px; |
||
1957 | } |
||
1958 | .tundra .dijitTabContainerTop-container { |
||
1959 | border-top: none; |
||
1960 | } |
||
1961 | .tundra .dijitTabContainerTop-tabs .dijitTabChecked { |
||
1962 | border-bottom-color:white; |
||
1963 | } |
||
1964 | .tundra .dijitTabContainerTop-tabs, |
||
1965 | .tundra .dijitTabContainerBottom-tabs { |
||
1966 | padding-left: 3px; |
||
1967 | padding-right: 3px; |
||
1968 | } |
||
1969 | .tundra .dijitTabContainerTopStrip { |
||
1970 | border-top: 1px solid #CCC; |
||
1971 | border-right: 1px solid #CCC; |
||
1972 | border-left: 1px solid #CCC; |
||
1973 | padding-top: 2px; |
||
1974 | background: #f2f2f2; |
||
1975 | } |
||
1976 | .tundra .dijitTabContainerTopNone { |
||
1977 | padding-top: 0px; |
||
1978 | } |
||
1979 | .tundra .dijitTabContainerBottom-tabs { |
||
1980 | margin-top: 0px; |
||
1981 | border-color: #cccccc; |
||
1982 | background-position: top; |
||
1983 | padding-left: 3px; |
||
1984 | } |
||
1985 | .tundra .dijitTabContainerBottom-tabs .dijitTab { |
||
1986 | bottom: 0px; |
||
1987 | margin-top: -1px; |
||
1988 | } |
||
1989 | .tundra .dijitTabContainerBottom-container { |
||
1990 | border-bottom: none; |
||
1991 | } |
||
1992 | .tundra .dijitTabContainerBottom-tabs .dijitTabChecked { |
||
1993 | border-top-color:white; |
||
1994 | } |
||
1995 | .tundra .dijitTabContainerBottomStrip { |
||
1996 | padding-bottom: 2px; |
||
1997 | border: 1px solid #ccc; |
||
1998 | background: #f2f2f2; |
||
1999 | border-top: none; |
||
2000 | } |
||
2001 | .tundra .dijitTabContainerRight-tabs { |
||
2002 | border-color: #ccc; |
||
2003 | height: 100%; |
||
2004 | padding-top: 3px; |
||
2005 | } |
||
2006 | .tundra .dijitTabContainerRightStrip { |
||
2007 | margin-left: -1px; |
||
2008 | } |
||
2009 | .tundra .dijitTabContainerRight-container { |
||
2010 | border-right: none; |
||
2011 | } |
||
2012 | .tundra .dijitTabContainerRight-tabs .dijitTabChecked { |
||
2013 | border-left-color:white; |
||
2014 | } |
||
2015 | .tundra .dijitTabContainerRightStrip { |
||
2016 | padding-right: 2px; |
||
2017 | border: 1px solid #ccc; |
||
2018 | } |
||
2019 | .tundra .dijitTabContainerRightStrip { |
||
2020 | background: #f2f2f2; |
||
2021 | } |
||
2022 | .tundra .dijitTabContainerLeft-tabs { |
||
2023 | border-color: #ccc; |
||
2024 | padding-top: 3px; |
||
2025 | height: 100%; |
||
2026 | } |
||
2027 | .tundra .dijitTabContainerLeft-container { |
||
2028 | border-left: none; |
||
2029 | } |
||
2030 | .tundra .dijitTabContainerLeft-tabs .dijitTabChecked { |
||
2031 | border-right-color:white; |
||
2032 | } |
||
2033 | .tundra .dijitTabContainerLeftStrip { |
||
2034 | padding-left: 2px; |
||
2035 | border: 1px solid #ccc; |
||
2036 | background: #f2f2f2; |
||
2037 | border-right: none; |
||
2038 | } |
||
2039 | .tundra .dijitTabContainerLeft-tabs .dijitTab, |
||
2040 | .tundra .dijitTabContainerRight-tabs .dijitTab { |
||
2041 | margin-right:0px; |
||
2042 | margin-bottom:4px; |
||
2043 | } |
||
2044 | .tundra .dijitTabContainerTop-dijitContentPane .dijitTabContainerTop-tabs { |
||
2045 | border-left: 0px solid #ccc; |
||
2046 | border-top: 0px solid #ccc; |
||
2047 | border-right: 0px solid #ccc; |
||
2048 | padding-top: 0px; |
||
2049 | padding-left: 0px; |
||
2050 | } |
||
2051 | .tundra .dijitTabContainer .tabStripButton { |
||
2052 | margin-right: 0; |
||
2053 | padding-top: 2px; |
||
2054 | z-index: 12; |
||
2055 | } |
||
2056 | .tundra .dijitTabContainerBottom .tabStripButton { |
||
2057 | padding-top: 2px; |
||
2058 | } |
||
2059 | .tundra .tabStrip-disabled .tabStripButton .dijitTabInnerDiv { |
||
2060 | padding-bottom: 3px; |
||
2061 | padding-top: 1px; |
||
2062 | } |
||
2063 | .tundra .tabStripButton .dijitTabInnerDiv { |
||
2064 | padding: 3px 2px 4px 2px; |
||
2065 | } |
||
2066 | .dj_ie6 .tundra .tabStripButton .dijitTabInnerDiv, |
||
2067 | .dj_ie7 .tundra .tabStripButton .dijitTabInnerDiv, |
||
2068 | .dj_opera .tundra .tabStripButton .dijitTabInnerDiv { |
||
2069 | padding-bottom: 5px; |
||
2070 | } |
||
2071 | .dj_ie6 .tundra .tabStrip-disabled .tabStripButton .dijitTabInnerDiv, |
||
2072 | .dj_ie7 .tundra .tabStrip-disabled .tabStripButton .dijitTabInnerDiv, |
||
2073 | .dj_opera .tundra .tabStrip-disabled .tabStripButton .dijitTabInnerDiv { |
||
2074 | padding-bottom: 4px; |
||
2075 | } |
||
2076 | .tundra .dijitTabStripIcon { |
||
2077 | height: 14px; |
||
2078 | width: 14px; |
||
2079 | background: url(images/spriteRoundedIconsSmall.png) no-repeat left top ; |
||
2080 | } |
||
2081 | .dj_ie6 .tundra .dijitTabStripIcon { |
||
2082 | background-image: url(images/spriteRoundedIconsSmall.gif); |
||
2083 | } |
||
2084 | .tundra .dijitTabStripSlideRightIcon { |
||
2085 | background-position: -30px top; |
||
2086 | } |
||
2087 | .tundra .dijitTabStripMenuIcon { |
||
2088 | background-position: -15px top; |
||
2089 | } |
||
2090 | .tundra .dijitAccordionContainer { |
||
2091 | border-color: #ccc; |
||
2092 | background-color: #fff; |
||
2093 | } |
||
2094 | .tundra .dijitAccordionTitle { |
||
2095 | background:#fafafa url(images/titleBar.png) repeat-x bottom left; |
||
2096 | border-top: 1px solid #bfbfbf; |
||
2097 | padding: 4px 4px 4px 8px; |
||
2098 | } |
||
2099 | .tundra .dijitAccordionTitleHover { |
||
2100 | background: #f8fafd url(images/accordionItemHover.gif) bottom repeat-x; |
||
2101 | } |
||
2102 | .tundra .dijitAccordionTitleSelected { |
||
2103 | background: #f9f9f9 url(images/accordionItemActive.gif) bottom repeat-x; |
||
2104 | font-weight: bold; |
||
2105 | border-top: 1px solid #aaaaaa; |
||
2106 | border-bottom: 1px solid #bfbfbf; |
||
2107 | padding: 4px 4px 4px 8px; |
||
2108 | } |
||
2109 | .tundra .dijitSplitContainerSizerH { |
||
2110 | background:url(images/splitContainerSizerV.png) repeat-y #fff; |
||
2111 | border:0; |
||
2112 | border-left:1px solid #bfbfbf; |
||
2113 | border-right:1px solid #bfbfbf; |
||
2114 | width:7px; |
||
2115 | } |
||
2116 | .tundra .dijitSplitContainerSizerH .thumb { |
||
2117 | background:url(images/splitContainerSizerV-thumb.png) no-repeat #ccc; |
||
2118 | left:1px; |
||
2119 | width:3px; |
||
2120 | height:19px; |
||
2121 | overflow: hidden; |
||
2122 | } |
||
2123 | .tundra .dijitSplitContainerSizerV { |
||
2124 | background:url(images/splitContainerSizerH.png) repeat-x #fff; |
||
2125 | border:0; |
||
2126 | border-top:1px solid #bfbfbf; |
||
2127 | border-bottom:1px solid #bfbfbf; |
||
2128 | height:7px; |
||
2129 | } |
||
2130 | .tundra .dijitSplitContainerSizerV .thumb { |
||
2131 | background:url(images/splitContainerSizerH-thumb.png) no-repeat #ccc; |
||
2132 | top:1px; |
||
2133 | width:19px; |
||
2134 | height:3px; |
||
2135 | overflow: hidden; |
||
2136 | } |
||
2137 | .tundra .dijitBorderContainer { |
||
2138 | background-color: #fcfcfc; |
||
2139 | padding: 5px; |
||
2140 | } |
||
2141 | .tundra .dijitSplitContainer-child, |
||
2142 | .tundra .dijitBorderContainer-child { |
||
2143 | |||
2144 | border: 1px #ccc solid; |
||
2145 | } |
||
2146 | .tundra .dijitBorderContainer-dijitTabContainerTop, |
||
2147 | .tundra .dijitBorderContainer-dijitTabContainerBottom, |
||
2148 | .tundra .dijitBorderContainer-dijitTabContainerLeft, |
||
2149 | .tundra .dijitBorderContainer-dijitTabContainerRight { |
||
2150 | |||
2151 | border: none; |
||
2152 | } |
||
2153 | .tundra .dijitBorderContainer-dijitBorderContainer { |
||
2154 | |||
2155 | border: none; |
||
2156 | padding: 0px; |
||
2157 | } |
||
2158 | .tundra .dijitSplitterH, |
||
2159 | .tundra .dijitGutterH { |
||
2160 | background:#fcfcfc; |
||
2161 | border:0; |
||
2162 | height:5px; |
||
2163 | } |
||
2164 | .tundra .dijitSplitterH .dijitSplitterThumb { |
||
2165 | background:#B0B0B0 none; |
||
2166 | height:1px; |
||
2167 | top:2px; |
||
2168 | width:19px; |
||
2169 | } |
||
2170 | .tundra .dijitSplitterV, |
||
2171 | .tundra .dijitGutterV { |
||
2172 | background:#fcfcfc; |
||
2173 | border:0; |
||
2174 | width:5px; |
||
2175 | } |
||
2176 | .tundra .dijitSplitterV .dijitSplitterThumb { |
||
2177 | background:#B0B0B0 none; |
||
2178 | height:19px; |
||
2179 | left:2px; |
||
2180 | width:1px; |
||
2181 | } |
||
2182 | .tundra .dijitSplitterActive { |
||
2183 | font-size: 1px; |
||
2184 | background-image: none; |
||
2185 | background-color: #aaa; |
||
2186 | -moz-opacity: 0.6; |
||
2187 | opacity: 0.6; |
||
2188 | filter: Alpha(Opacity=60); |
||
2189 | margin: 0; |
||
2190 | } |
||
2191 | .tundra .dijitInputContainer INPUT, |
||
2192 | .tundra .dijitTextBox { |
||
2193 | margin: 0em 0.1em; |
||
2194 | } |
||
2195 | .tundra .dijitTextArea { |
||
2196 | padding: 3px; |
||
2197 | } |
||
2198 | .tundra .dijitTextBox { |
||
2199 | |||
2200 | background:#fff url(images/validationInputBg.png) repeat-x top left; |
||
2201 | #background:#fff url(images/validationInputBg.gif) repeat-x top left; |
||
2202 | border:1px solid #b3b3b3; |
||
2203 | } |
||
2204 | .tundra .dijitComboBox .dijitButtonNode { |
||
2205 | padding: 0 0.2em; |
||
2206 | } |
||
2207 | .tundra .dijitTextBox .dijitButtonNode { |
||
2208 | |||
2209 | border-color: #9b9b9b; |
||
2210 | } |
||
2211 | .tundra .dijitTextBoxFocused { |
||
2212 | |||
2213 | border-color:#406b9b; |
||
2214 | } |
||
2215 | .tundra .dijitTextBoxFocused .dijitButtonNode { |
||
2216 | border-color:#366dba; |
||
2217 | } |
||
2218 | .tundra .dijitError { |
||
2219 | background-color:#f9f7ba; |
||
2220 | background-image:none; |
||
2221 | } |
||
2222 | .tundra .dijitErrorFocused { |
||
2223 | background-color:#f9f999; |
||
2224 | background-image:none; |
||
2225 | } |
||
2226 | .tundra .dijitValidationIcon { |
||
2227 | |||
2228 | width: 16px; |
||
2229 | background: transparent url(images/warning.png) no-repeat center center; |
||
2230 | } |
||
2231 | .tundra .dijitComboBoxHighlightMatch { |
||
2232 | background-color:#a5beda; |
||
2233 | } |
||
2234 | .tundra .dijitFocusedLabel { |
||
2235 | |||
2236 | outline: 1px dotted #666666; |
||
2237 | } |
||
2238 | .tundra .dijitButtonNode { |
||
2239 | |||
2240 | border: 1px solid #c0c0c0; |
||
2241 | border-bottom: 1px solid #9b9b9b; |
||
2242 | padding: 0.1em 0.2em 0.2em 0.2em; |
||
2243 | background: #fff url(images/buttonEnabled.png) repeat-x bottom left; |
||
2244 | } |
||
2245 | .tundra .dijitButtonText { |
||
2246 | text-align: center; |
||
2247 | padding: 0 0.3em; |
||
2248 | } |
||
2249 | .tundra .dijitDisabled .dijitButtonText { |
||
2250 | color: #7F7F7F; |
||
2251 | } |
||
2252 | .tundra .dijitArrowButton { |
||
2253 | color: #111; |
||
2254 | } |
||
2255 | .tundra .dijitComboButton .dijitDownArrowButton { |
||
2256 | padding-right:4px; |
||
2257 | } |
||
2258 | .tundra .dijitTextBoxReadOnly, |
||
2259 | .tundra .dijitTextBoxReadOnly .dijitButtonNode, |
||
2260 | .tundra .dijitButtonDisabled .dijitButtonNode, |
||
2261 | .tundra .dijitToggleButtonDisabled .dijitButtonNode, |
||
2262 | .tundra .dijitDropDownButtonDisabled .dijitButtonNode, |
||
2263 | .tundra .dijitComboButtonDisabled .dijitButtonNode, |
||
2264 | .tundra .dijitTextBoxDisabled, |
||
2265 | .tundra .dijitTextBoxDisabled .dijitButtonNode { |
||
2266 | |||
2267 | border-color: #d5d5d5 #d5d5d5 #bdbdbd #d5d5d5; |
||
2268 | background:#e4e4e4 url(images/buttonDisabled.png) top repeat-x; |
||
2269 | } |
||
2270 | .tundra .dijitButtonHover .dijitButtonNode, |
||
2271 | .tundra .dijitButtonNodeHover, |
||
2272 | .tundra .dijitToggleButtonHover .dijitButtonNode, |
||
2273 | .tundra .dijitDropDownButtonHover .dijitButtonNode, |
||
2274 | .tundra .dijitComboButton .dijitButtonContentsHover, |
||
2275 | .tundra .dijitComboButton .dijitDownArrowButtonHover { |
||
2276 | |||
2277 | |||
2278 | border-color: #a5beda; |
||
2279 | border-bottom-color:#5c7590; |
||
2280 | color:#243C5F; |
||
2281 | background:#fcfdff url(images/buttonHover.png) repeat-x bottom; |
||
2282 | } |
||
2283 | .tundra .dijitDownArrowButtonHover, |
||
2284 | .tundra .dijitUpArrowButtonHover { |
||
2285 | |||
2286 | color:#243C5F; |
||
2287 | background:#fcfdff url(images/buttonHover.png) repeat-x bottom; |
||
2288 | } |
||
2289 | .tundra .dijitUpArrowButtonActive, |
||
2290 | .tundra .dijitDownArrowButtonActive, |
||
2291 | .tundra .dijitButtonActive .dijitButtonNode, |
||
2292 | .tundra .dijitToggleButtonActive .dijitButtonNode, |
||
2293 | .tundra .dijitDropDownButtonActive .dijitButtonNode, |
||
2294 | .tundra .dijitButtonContentsActive, |
||
2295 | .tundra .dijitStackController .dijitToggleButtonChecked .dijitButtonNode { |
||
2296 | |||
2297 | border-color:#366dba; |
||
2298 | background: #ededed url(images/buttonActive.png) bottom repeat-x; |
||
2299 | } |
||
2300 | .tundra .dijitArrowButtonInner { |
||
2301 | background:url(images/spriteArrows.png) no-repeat scroll 0px center; |
||
2302 | width: 7px; |
||
2303 | height: 7px; |
||
2304 | margin: 0px 4px 0px 4px; |
||
2305 | } |
||
2306 | .tundra .dijitTextBox .dijitArrowButtonInner { |
||
2307 | background-position: 0 center; |
||
2308 | } |
||
2309 | .dj_ie6 .tundra .dijitArrowButtonInner { |
||
2310 | background-image:url(images/spriteArrows.gif); |
||
2311 | } |
||
2312 | .tundra .dijitLeftArrowButton .dijitArrowButtonInner { |
||
2313 | background-position: -7px center; |
||
2314 | } |
||
2315 | .tundra .dijitRightArrowButton .dijitArrowButtonInner { |
||
2316 | background-position: -14px center; |
||
2317 | } |
||
2318 | .tundra .dijitUpArrowButton .dijitArrowButtonInner { |
||
2319 | background-position: -21px center; |
||
2320 | } |
||
2321 | .tundra .dijitDisabled .dijitArrowButtonInner { |
||
2322 | background-position: -28px center; |
||
2323 | } |
||
2324 | .tundra .dijitDisabled .dijitLeftArrowButton .dijitArrowButtonInner { |
||
2325 | background-position: -35px center; |
||
2326 | } |
||
2327 | .tundra .dijitDisabled .dijitRightArrowButton .dijitArrowButtonInner { |
||
2328 | background-position: -42px center; |
||
2329 | } |
||
2330 | .tundra .dijitDisabled .dijitUpArrowButton .dijitArrowButtonInner { |
||
2331 | background-position: -49px center; |
||
2332 | } |
||
2333 | .dj_webkit .tundra .dijitSpinner .dijitUpArrowButton .dijitArrowButtonInner { |
||
2334 | margin-top: -1px; |
||
2335 | } |
||
2336 | .dj_ie .tundra .dijitSpinner .dijitDownArrowButton .dijitArrowButtonInner { |
||
2337 | margin-top: -2px; |
||
2338 | } |
||
2339 | .dj_ie8 .tundra .dijitSpinner .dijitDownArrowButton .dijitArrowButtonInner { |
||
2340 | margin-top: -1px; |
||
2341 | } |
||
2342 | .tundra .dijitSpinnerButtonContainer { |
||
2343 | width: auto; |
||
2344 | padding: 0; |
||
2345 | } |
||
2346 | .tundra .dijitSpinner .dijitArrowButton { |
||
2347 | width: 15px; |
||
2348 | } |
||
2349 | .tundra .dijitSpinner .dijitSpinnerButtonInner { |
||
2350 | width: 15px; |
||
2351 | } |
||
2352 | .tundra .dijitSpinner .dijitArrowButtonInner .dijitInputField { |
||
2353 | padding: 0; |
||
2354 | } |
||
2355 | .tundra .dijitToggleButton .dijitCheckBoxIcon { |
||
2356 | background-image: url(images/checkmarkNoBorder.png); |
||
2357 | } |
||
2358 | .dj_ie6 .tundra .dijitToggleButton .dijitCheckBoxIcon { |
||
2359 | background-image: url(images/checkmarkNoBorder.gif); |
||
2360 | } |
||
2361 | .tundra .dijitCheckBox, |
||
2362 | .tundra .dijitCheckBoxIcon { |
||
2363 | background-image: url(images/checkmark.png); |
||
2364 | background-repeat: no-repeat; |
||
2365 | width: 16px; |
||
2366 | height: 16px; |
||
2367 | margin: 0 2px 0 0; |
||
2368 | padding: 0; |
||
2369 | } |
||
2370 | .dj_ie6 .tundra .dijitCheckBox, |
||
2371 | .dj_ie6 .tundra .dijitCheckBoxIcon { |
||
2372 | background-image: url(images/checkmark.gif); |
||
2373 | } |
||
2374 | .tundra .dijitCheckBox, |
||
2375 | .tundra .dijitToggleButton .dijitCheckBoxIcon { |
||
2376 | |||
2377 | background-position: -16px; |
||
2378 | } |
||
2379 | .tundra .dijitCheckBoxChecked, |
||
2380 | .tundra .dijitToggleButtonChecked .dijitCheckBoxIcon { |
||
2381 | |||
2382 | background-position: 0px; |
||
2383 | } |
||
2384 | .tundra .dijitCheckBoxDisabled { |
||
2385 | |||
2386 | background-position: -48px; |
||
2387 | } |
||
2388 | .tundra .dijitCheckBoxCheckedDisabled { |
||
2389 | |||
2390 | background-position: -32px; |
||
2391 | } |
||
2392 | .tundra .dijitCheckBoxHover { |
||
2393 | |||
2394 | background-position: -80px; |
||
2395 | } |
||
2396 | .tundra .dijitCheckBoxCheckedHover { |
||
2397 | |||
2398 | background-position: -64px; |
||
2399 | } |
||
2400 | .tundra .dijitRadio, |
||
2401 | .tundra .dijitRadioIcon { |
||
2402 | background-image: url(images/checkmark.png); |
||
2403 | background-repeat: no-repeat; |
||
2404 | width: 16px; |
||
2405 | height: 16px; |
||
2406 | margin: 0; |
||
2407 | padding: 0; |
||
2408 | } |
||
2409 | .dj_ie6 .tundra .dijitRadio, |
||
2410 | .dj_ie6 .tundra .dijitRadioIcon { |
||
2411 | background-image: url(images/checkmark.gif); |
||
2412 | } |
||
2413 | .tundra .dijitToggleButton .dijitRadioIcon { |
||
2414 | |||
2415 | background-image: url(images/checkmarkNoBorder.png); |
||
2416 | } |
||
2417 | .dj_ie6 .tundra .dijitToggleButton .dijitRadioIcon { |
||
2418 | background-image: url(images/checkmarkNoBorder.gif); |
||
2419 | } |
||
2420 | .tundra .dijitRadio, |
||
2421 | .tundra .dijitRadioIcon { |
||
2422 | |||
2423 | background-position: -112px; |
||
2424 | } |
||
2425 | .tundra .dijitRadioDisabled { |
||
2426 | |||
2427 | background-position: -144px; |
||
2428 | } |
||
2429 | .tundra .dijitRadioHover { |
||
2430 | |||
2431 | background-position: -176px; |
||
2432 | } |
||
2433 | .tundra .dijitRadioChecked, |
||
2434 | .tundra .dijitRadioCheckedHover, |
||
2435 | .tundra .dijitToggleButtonChecked .dijitRadioIcon { |
||
2436 | |||
2437 | background-position: -96px; |
||
2438 | } |
||
2439 | .tundra .dijitRadioCheckedDisabled { |
||
2440 | |||
2441 | background-position: -128px; |
||
2442 | } |
||
2443 | .tundra .dijitSliderProgressBarH { |
||
2444 | border-color: #aab0bb; |
||
2445 | background: #c0c2c5 url(images/sliderFull.png) repeat-x top left; |
||
2446 | } |
||
2447 | .tundra .dijitSliderProgressBarV { |
||
2448 | border-color: #aab0bb; |
||
2449 | background: #c0c2c5 url(images/sliderFullVertical.png) repeat-y bottom left; |
||
2450 | } |
||
2451 | .tundra .dijitSliderFocused .dijitSliderProgressBarH, |
||
2452 | .tundra .dijitSliderFocused .dijitSliderLeftBumper { |
||
2453 | background-image:url(images/sliderFullFocus.png); |
||
2454 | } |
||
2455 | .tundra .dijitSliderFocused .dijitSliderProgressBarV, |
||
2456 | .tundra .dijitSliderFocused .dijitSliderBottomBumper { |
||
2457 | background-image:url(images/sliderFullVerticalFocus.png); |
||
2458 | } |
||
2459 | .tundra .dijitSliderRemainingBarV { |
||
2460 | border-color: #b4b4b4; |
||
2461 | background: #dcdcdc url(images/sliderEmptyVertical.png) repeat-y bottom left; |
||
2462 | } |
||
2463 | .tundra .dijitSliderRemainingBarH { |
||
2464 | border-color: #b4b4b4; |
||
2465 | background: #dcdcdc url(images/sliderEmpty.png) repeat-x top left; |
||
2466 | } |
||
2467 | .tundra .dijitSliderBar { |
||
2468 | border-style: solid; |
||
2469 | outline:1px; |
||
2470 | } |
||
2471 | .tundra .dijitSliderFocused .dijitSliderBar { |
||
2472 | border-color:#888; |
||
2473 | } |
||
2474 | .tundra .dijitSliderImageHandleH { |
||
2475 | border:0px; |
||
2476 | width:16px; |
||
2477 | height:16px; |
||
2478 | background:url(images/preciseSliderThumb.png) no-repeat center top; |
||
2479 | } |
||
2480 | .tundra .dijitSliderFocused .dijitSliderImageHandleH { |
||
2481 | background-image:url(images/preciseSliderThumbFocus.png); |
||
2482 | #background-image:url(images/preciseSliderThumbFocus.gif); |
||
2483 | } |
||
2484 | .dj_ie6 .tundra .dijitSliderImageHandleH { |
||
2485 | background-image:url(images/preciseSliderThumb.gif); |
||
2486 | } |
||
2487 | .tundra .dijitSliderLeftBumper { |
||
2488 | border-left-width: 1px; |
||
2489 | border-color: #aab0bb; |
||
2490 | background: #c0c2c5 url(images/sliderFull.png) repeat-x top left; |
||
2491 | } |
||
2492 | .tundra .dijitSliderRightBumper { |
||
2493 | background: #dcdcdc url(images/sliderEmpty.png) repeat-x top left; |
||
2494 | border-color: #b4b4b4; |
||
2495 | border-right-width: 1px; |
||
2496 | } |
||
2497 | .tundra .dijitSliderImageHandleV { |
||
2498 | border:0px; |
||
2499 | width:16px; |
||
2500 | height:16px; |
||
2501 | background:url(images/sliderThumb.png) no-repeat center center; |
||
2502 | } |
||
2503 | .tundra .dijitSliderFocused .dijitSliderImageHandleV { |
||
2504 | background-image:url(images/sliderThumbFocus.png); |
||
2505 | } |
||
2506 | .dj_ie6 .tundra .dijitSliderFocused .dijitSliderImageHandleV { |
||
2507 | background-image:url(images/sliderThumbFocus.gif); |
||
2508 | } |
||
2509 | .tundra .dijitSliderBottomBumper { |
||
2510 | border-bottom-width: 1px; |
||
2511 | border-color: #aab0bb; |
||
2512 | background: #c0c2c5 url(images/sliderFullVertical.png) repeat-y bottom left; |
||
2513 | } |
||
2514 | .tundra .dijitSliderTopBumper { |
||
2515 | background: #dcdcdc url(images/sliderEmptyVertical.png) repeat-y top left; |
||
2516 | border-color: #b4b4b4; |
||
2517 | border-top-width: 1px; |
||
2518 | } |
||
2519 | .tundra .dijitSliderDecrementIconH, |
||
2520 | .tundra .dijitSliderDecrementIconV, |
||
2521 | .tundra .dijitSliderIncrementIconH, |
||
2522 | .tundra .dijitSliderIncrementIconV { |
||
2523 | background-image: url(images/spriteArrows.png); |
||
2524 | background-repeat: no-repeat; |
||
2525 | margin: 5px; |
||
2526 | height: 7px; |
||
2527 | width: 7px; |
||
2528 | font-size: 1px; |
||
2529 | } |
||
2530 | .dj_ie6 .tundra .dijitSliderDecrementIconH, |
||
2531 | .dj_ie6 .tundra .dijitSliderDecrementIconV, |
||
2532 | .dj_ie6 .tundra .dijitSliderIncrementIconH, |
||
2533 | .dj_ie6 .tundra .dijitSliderIncrementIconV { |
||
2534 | background-image: url(images/spriteArrows.gif); |
||
2535 | } |
||
2536 | .tundra .dijitSliderDecrementIconH { |
||
2537 | background-position: -7px 0px; |
||
2538 | } |
||
2539 | .tundra .dijitSliderIncrementIconH { |
||
2540 | background-position: -14px 0px; |
||
2541 | } |
||
2542 | .tundra .dijitSliderDecrementIconV { |
||
2543 | background-position: 0px 0px; |
||
2544 | } |
||
2545 | .tundra .dijitSliderIncrementIconV { |
||
2546 | background-position: -21px 0px; |
||
2547 | } |
||
2548 | .tundra .dijitSliderButtonInner { |
||
2549 | visibility:hidden; |
||
2550 | } |
||
2551 | .tundra .dijitSliderReadOnly *, |
||
2552 | .tundra .dijitSliderDisabled * { |
||
2553 | border-color: #d5d5d5 #bdbdbd #bdbdbd #d5d5d5; |
||
2554 | color: #bdbdbd; |
||
2555 | } |
||
2556 | .tundra .dijitSliderReadOnly .dijitSliderDecrementIconH, |
||
2557 | .tundra .dijitSliderDisabled .dijitSliderDecrementIconH { |
||
2558 | background-position: -35px 0px; |
||
2559 | } |
||
2560 | .tundra .dijitSliderReadOnly .dijitSliderIncrementIconH, |
||
2561 | .tundra .dijitSliderDisabled .dijitSliderIncrementIconH { |
||
2562 | background-position: -42px 0px; |
||
2563 | } |
||
2564 | .tundra .dijitSliderReadOnly .dijitSliderDecrementIconV, |
||
2565 | .tundra .dijitSliderDisabled .dijitSliderDecrementIconV { |
||
2566 | background-position: -28px 0px; |
||
2567 | } |
||
2568 | .tundra .dijitSliderReadOnly .dijitSliderIncrementIconV, |
||
2569 | .tundra .dijitSliderDisabled .dijitSliderIncrementIconV { |
||
2570 | background-position: -49px 0px; |
||
2571 | } |
||
2572 | .tundra .dijitSelect .dijitButtonNode { |
||
2573 | padding: 0px; |
||
2574 | } |
||
2575 | .tundra .dijitSelect .dijitButtonNode .dijitArrowButtonInner { |
||
2576 | margin: 0px 4px 0px 5px; |
||
2577 | } |
||
2578 | .tundra .dijitSelect .dijitButtonContents { |
||
2579 | padding-top: 1px; |
||
2580 | background:#fff url(images/validationInputBg.png) repeat-x top left; |
||
2581 | #background:#fff url(images/validationInputBg.gif) repeat-x top left; |
||
2582 | } |
||
2583 | .tundra .dijitSelectHover .dijitButtonContents, |
||
2584 | .tundra .dijitSelectActive .dijitButtonContents, |
||
2585 | .tundra .dijitSelectOpened .dijitButtonContents, |
||
2586 | .tundra .dijitSelectDisabled .dijitButtonContents, |
||
2587 | .tundra .dijitSelectReadOnly .dijitButtonContents{ |
||
2588 | background: transparent none; |
||
2589 | } |
||
2590 | .dj_ie .tundra .dijitSelect .dijitButtonContents { |
||
2591 | padding-top: 0px; |
||
2592 | } |
||
2593 | .tundra .dijitSelectDisabled .dijitButtonNode { |
||
2594 | border-color: #d5d5d5 #bdbdbd #bdbdbd #d5d5d5; |
||
2595 | background:#e4e4e4 url(images/buttonDisabled.png) top repeat-x; |
||
2596 | } |
||
2597 | .dj_ie .tundra .dijitSelectDisabled .dijitButtonNode * { |
||
2598 | filter: gray() alpha(opacity=50); |
||
2599 | } |
||
2600 | .tundra .dijitSelectHover .dijitButtonNode { |
||
2601 | border-color:#a5beda; |
||
2602 | border-bottom-color:#5c7590; |
||
2603 | border-right-color:#5c7590; |
||
2604 | color:#243C5F; |
||
2605 | background:#fcfdff url(images/buttonHover.png) repeat-x bottom; |
||
2606 | } |
||
2607 | .tundra .dijitSelectActive .dijitButtonNode, |
||
2608 | .tundra .dijitSelectOpened .dijitButtonNode { |
||
2609 | border-color:#366dba; |
||
2610 | background: #ededed url(images/buttonActive.png) bottom repeat-x; |
||
2611 | } |
||
2612 | .tundra .dijitSelectMenu td { |
||
2613 | padding: 0em; |
||
2614 | } |
||
2615 | .tundra .dijitSelectMenu .dijitMenuItemLabel, |
||
2616 | .tundra .dijitSelectMenu .dijitMenuArrowCell { |
||
2617 | padding: 0.1em 0.2em; |
||
2618 | } |
||
2619 | .tundra .dijitTreeNode { |
||
2620 | background-image : url(images/i.gif); |
||
2621 | background-repeat : repeat-y; |
||
2622 | zoom: 1; |
||
2623 | } |
||
2624 | .tundra .dijitTreeIsLast { |
||
2625 | background: url(images/i_half.gif) no-repeat; |
||
2626 | } |
||
2627 | .tundra .dijitTreeIsRoot { |
||
2628 | margin-left: 0; |
||
2629 | background-image: none; |
||
2630 | } |
||
2631 | .tundra .dijitTreeExpando { |
||
2632 | width: 18px; |
||
2633 | height: 18px; |
||
2634 | } |
||
2635 | .tundra .dijitTreeRow { |
||
2636 | |||
2637 | padding-bottom: 2px; |
||
2638 | } |
||
2639 | .tundra .dijitTreeContent { |
||
2640 | min-height: 18px; |
||
2641 | min-width: 18px; |
||
2642 | } |
||
2643 | .tundra .dijitTreeRowSelected .dijitTreeLabel { |
||
2644 | background:#e2ebfe; |
||
2645 | } |
||
2646 | .tundra .dijitTreeRowHover { |
||
2647 | |||
2648 | background-image: url(images/treeHover.png); |
||
2649 | background-repeat: repeat; |
||
2650 | background-color: transparent !important; |
||
2651 | } |
||
2652 | .tundra .dijitTreeExpandoOpened { |
||
2653 | background-image: url(images/treeExpand_minus.gif); |
||
2654 | } |
||
2655 | .tundra .dijitTreeExpandoClosed { |
||
2656 | background-image: url(images/treeExpand_plus.gif); |
||
2657 | } |
||
2658 | .tundra .dijitTreeExpandoLeaf { |
||
2659 | background-image: url(images/treeExpand_leaf.gif); |
||
2660 | } |
||
2661 | .tundra .dijitTreeExpandoLoading { |
||
2662 | background-image: url(images/treeExpand_loading.gif); |
||
2663 | } |
||
2664 | .tundra .dijitTreeIcon { |
||
2665 | width: 16px; |
||
2666 | height: 16px; |
||
2667 | } |
||
2668 | .tundra .dijitFolderOpened { |
||
2669 | background: url(images/folderOpened.gif) no-repeat; |
||
2670 | } |
||
2671 | .tundra .dijitFolderClosed { |
||
2672 | background: url(images/folderClosed.gif) no-repeat; |
||
2673 | } |
||
2674 | .tundra .dijitLeaf { |
||
2675 | background: url(images/leaf.gif) no-repeat; |
||
2676 | } |
||
2677 | .tundra .dijitTreeNode .dojoDndItemBefore, |
||
2678 | .tundra .dijitTreeNode .dojoDndItemAfter { |
||
2679 | border-bottom: none; |
||
2680 | border-top: none; |
||
2681 | } |
||
2682 | .tundra .dijitTreeNode .dojoDndItemBefore .dijitTreeContent { |
||
2683 | |||
2684 | border-top: 2px solid #369; |
||
2685 | } |
||
2686 | .tundra .dijitTreeNode .dojoDndItemAfter .dijitTreeContent { |
||
2687 | |||
2688 | border-bottom: 2px solid #369; |
||
2689 | } |
||
2690 | .tundra .dijitProgressBar { |
||
2691 | margin:2px 0px 2px 0px; |
||
2692 | } |
||
2693 | .tundra .dijitProgressBarEmpty { |
||
2694 | |||
2695 | background:#fff url(images/progressBarEmpty.png) repeat-x center center; |
||
2696 | border-color: #a2a2a2 #b8b8b8 #b8b8b8 #a2a2a2; |
||
2697 | } |
||
2698 | .tundra .dijitProgressBarTile { |
||
2699 | |||
2700 | background:#f0f0f0 url(images/progressBarFull.png) repeat-x center center; |
||
2701 | } |
||
2702 | .tundra .dijitProgressBarFull { |
||
2703 | border-right:1px solid #b8b8b8; |
||
2704 | } |
||
2705 | .tundra .dijitProgressBarLabel { |
||
2706 | |||
2707 | color:#293a4b; |
||
2708 | } |
||
2709 | .tundra .dijitProgressBarIndeterminate .dijitProgressBarTile { |
||
2710 | |||
2711 | background:#cad2de url(images/progressBarAnim.gif) repeat-x center center; |
||
2712 | } |
||
2713 | .tundra .dijitTitlePaneTitle { |
||
2714 | background: #cccccc; |
||
2715 | background:#fff url(images/titleBar.png) repeat-x bottom left; |
||
2716 | border:1px solid #bfbfbf; |
||
2717 | padding:3px 4px; |
||
2718 | } |
||
2719 | .tundra .dijitTitlePaneTitleHover { |
||
2720 | background: #f8fafd url(images/accordionItemHover.gif) bottom repeat-x; |
||
2721 | } |
||
2722 | .tundra .dijitTitlePane .dijitArrowNode { |
||
2723 | background-image: url(images/spriteArrows.png); |
||
2724 | background-repeat: no-repeat; |
||
2725 | background-position: 0px 0px; |
||
2726 | height: 7px; |
||
2727 | width: 7px; |
||
2728 | } |
||
2729 | .dj_ie6 .tundra .dijitTitlePane .dijitArrowNode { |
||
2730 | background-image: url(images/spriteArrows.gif); |
||
2731 | } |
||
2732 | .tundra .dijitTitlePane .dijitClosed .dijitArrowNode { |
||
2733 | background-position: -14px 0px; |
||
2734 | } |
||
2735 | .tundra .dijitTitlePaneContentOuter { |
||
2736 | background: #ffffff; |
||
2737 | border:1px solid #bfbfbf; |
||
2738 | border-top: 0px; |
||
2739 | } |
||
2740 | .tundra .dijitTitlePaneContentInner { |
||
2741 | padding:10px; |
||
2742 | } |
||
2743 | .tundra .dijitTitlePaneTextNode { |
||
2744 | margin-left: 4px; |
||
2745 | margin-right: 4px; |
||
2746 | } |
||
2747 | .tundra .dijitCalendarIncrementControl { |
||
2748 | |||
2749 | width:15px; |
||
2750 | height:15px; |
||
2751 | background-image: url(images/spriteRoundedIconsSmall.png); |
||
2752 | background-repeat: no-repeat |
||
2753 | } |
||
2754 | .dj_ie6 .tundra .dijitCalendarIncrementControl { |
||
2755 | font-size:.1em; |
||
2756 | background-image: url(images/spriteRoundedIconsSmall.gif); |
||
2757 | } |
||
2758 | .tundra .dijitA11ySideArrow { |
||
2759 | display: none; |
||
2760 | } |
||
2761 | .tundra .dijitCalendarDecrease { |
||
2762 | background-position: top left; |
||
2763 | } |
||
2764 | .tundra .dijitCalendarIncrease { |
||
2765 | background-position: -30px top; |
||
2766 | } |
||
2767 | .tundra .dijitCalendarContainer { |
||
2768 | font-size: 100%; |
||
2769 | border-spacing: 0; |
||
2770 | border-collapse: separate; |
||
2771 | border: 1px solid #ccc; |
||
2772 | margin: 0; |
||
2773 | } |
||
2774 | .tundra .dijitCalendarMonthContainer th { |
||
2775 | |||
2776 | background:#d3d3d3 url(images/titleBar.png) repeat-x top; |
||
2777 | padding-top:.3em; |
||
2778 | padding-bottom:.2em; |
||
2779 | text-align:center; |
||
2780 | } |
||
2781 | .dj_ie6 .tundra .dijitCalendarMonthContainer th { |
||
2782 | padding-top:.2em; |
||
2783 | padding-bottom:.1em; |
||
2784 | } |
||
2785 | .tundra .dijitCalendarDayLabelTemplate { |
||
2786 | |||
2787 | background:white url(images/calendarDayLabel.png) repeat-x bottom; |
||
2788 | font-weight:normal; |
||
2789 | padding-top:.15em; |
||
2790 | padding-bottom:0em; |
||
2791 | border-top: 1px solid #eeeeee; |
||
2792 | color:#293a4b; |
||
2793 | text-align:center; |
||
2794 | } |
||
2795 | .tundra .dijitCalendarBodyContainer { |
||
2796 | border-bottom: 1px solid #eeeeee; |
||
2797 | } |
||
2798 | .tundra .dijitCalendarMonthLabel { |
||
2799 | color:#293a4b; |
||
2800 | font-weight: bold; |
||
2801 | } |
||
2802 | .tundra .dijitCalendarDateTemplate { |
||
2803 | |||
2804 | font-size: 0.9em; |
||
2805 | font-weight: bold; |
||
2806 | text-align: center; |
||
2807 | padding: 0.3em 0.3em 0.05em 0.3em; |
||
2808 | letter-spacing: 1px; |
||
2809 | } |
||
2810 | .dj_ie .tundra .dijitCalendarDateTemplate { |
||
2811 | padding: 0.1em .33em 0.02em .33em; |
||
2812 | } |
||
2813 | .tundra .dijitCalendarPreviousMonth, |
||
2814 | .tundra .dijitCalendarNextMonth { |
||
2815 | |||
2816 | color:#999999; |
||
2817 | background-color:#f8f8f8; |
||
2818 | } |
||
2819 | .tundra .dijitCalendarCurrentMonth { |
||
2820 | |||
2821 | background-color: white; |
||
2822 | } |
||
2823 | .tundra .dijitCalendarCurrentDate { |
||
2824 | |||
2825 | text-decoration:underline; |
||
2826 | font-weight:bold; |
||
2827 | } |
||
2828 | .tundra .dijitCalendarHoveredDate { |
||
2829 | background-color: #e2ebf2; |
||
2830 | } |
||
2831 | .tundra .dijitCalendarDisabledDate { |
||
2832 | text-decoration: line-through; |
||
2833 | background-color: white; |
||
2834 | } |
||
2835 | .tundra .dijitCalendarSelectedDate { |
||
2836 | |||
2837 | background-color:#bbc4d0 !important; |
||
2838 | color:black !important; |
||
2839 | } |
||
2840 | .tundra .dijitCalendarYearContainer { |
||
2841 | |||
2842 | background:white url(images/calendarYearLabel.png) repeat-x bottom; |
||
2843 | border-top:1px solid #ccc; |
||
2844 | } |
||
2845 | .tundra .dijitCalendarYearLabel { |
||
2846 | |||
2847 | margin:0; |
||
2848 | padding:0.4em 0 0.25em 0; |
||
2849 | text-align:center; |
||
2850 | } |
||
2851 | .tundra .dijitCalendarSelectedYear { |
||
2852 | |||
2853 | color:black; |
||
2854 | padding:0.2em; |
||
2855 | padding-bottom:0.1em; |
||
2856 | background-color:#bbc4d0 !important; |
||
2857 | } |
||
2858 | .tundra .dijitCalendarNextYear, |
||
2859 | .tundra .dijitCalendarPreviousYear { |
||
2860 | |||
2861 | color:black !important; |
||
2862 | font-weight:normal; |
||
2863 | } |
||
2864 | .tundra .dijitTimePickerTick, |
||
2865 | .tundra .dijitTimePickerMarker { |
||
2866 | border-color: #ccc; |
||
2867 | } |
||
2868 | .tundra .dijitTimePickerTick { |
||
2869 | color:white; |
||
2870 | } |
||
2871 | .tundra .dijitTimePickerMarker { |
||
2872 | background:#d3d3d3 url(images/titleBar.png) repeat-x top; |
||
2873 | color:#293a4b; |
||
2874 | font-weight: bold; |
||
2875 | } |
||
2876 | .tundra .dijitTimePickerItemSelected { |
||
2877 | color: black; |
||
2878 | background: #bbc4d0 none; |
||
2879 | } |
||
2880 | .tundra .dijitTimePickerItemHover { |
||
2881 | background: #60a1ea none; |
||
2882 | color:white; |
||
2883 | } |
||
2884 | .tundra .dijitTimePickerItemHover, |
||
2885 | .tundra .dijitTimePickerItemSelected { |
||
2886 | position: relative; |
||
2887 | z-index: 10; |
||
2888 | } |
||
2889 | .tundra .dijitTimePickerTick .dijitTimePickerItemInner { |
||
2890 | font-size:0.4em; |
||
2891 | } |
||
2892 | .tundra .dijitTimePickerItemHover .dijitTimePickerItemInner, |
||
2893 | .tundra .dijitTimePickerItemSelected .dijitTimePickerItemInner { |
||
2894 | font-size:1em; |
||
2895 | } |
||
2896 | .tundra .dijitTimePickerMarkerHover { |
||
2897 | border-top: 1px solid #ccc; |
||
2898 | } |
||
2899 | .tundra .dijitTimePickerTickHover, |
||
2900 | .tundra .dijitTimePickerTickSelected { |
||
2901 | margin-top:-0.3em; |
||
2902 | margin-bottom:-0.3em; |
||
2903 | border-bottom: none; |
||
2904 | } |
||
2905 | .tundra .dijitToolbar { |
||
2906 | border-bottom: 1px solid #ccc; |
||
2907 | background:#eaeaea url(images/titleBar.png) repeat-x top left; |
||
2908 | } |
||
2909 | .dj_ie6 .tundra .dijitToolbar { |
||
2910 | height: 10px; |
||
2911 | } |
||
2912 | .tundra .dijitToolbar .dijitButtonNode, |
||
2913 | .tundra .dijitToolbar .dijitComboButton .dijitButtonContents, |
||
2914 | .tundra .dijitToolbar .dijitComboButton .dijitDownArrowButton { |
||
2915 | background: none; |
||
2916 | margin: 0px; |
||
2917 | padding: 0px; |
||
2918 | border: none; |
||
2919 | font-size: 12px; |
||
2920 | } |
||
2921 | .tundra .dijitToolbar .dijitButton, |
||
2922 | .tundra .dijitToolbar .dijitToggleButton, |
||
2923 | .tundra .dijitToolbar .dijitDropDownButton, |
||
2924 | .tundra .dijitToolbar .dijitComboButton .dijitButtonContents, |
||
2925 | .tundra .dijitToolbar .dijitComboButton .dijitDownArrowButton { |
||
2926 | background: none; |
||
2927 | padding: 1px; |
||
2928 | } |
||
2929 | .tundra .dijitToolbar .dijitButtonChecked, |
||
2930 | .tundra .dijitToolbar .dijitToggleButtonChecked { |
||
2931 | background-color:#d4dff2; |
||
2932 | border:1px solid #316ac5; |
||
2933 | padding: 0px; |
||
2934 | } |
||
2935 | .tundra .dijitToolbar .dijitButtonCheckedHover, |
||
2936 | .tundra .dijitToolbar .dijitToggleButtonCheckedHover |
||
2937 | { |
||
2938 | background-color:#abc1e5; |
||
2939 | border:1px solid #316ac5; |
||
2940 | padding: 0px; |
||
2941 | } |
||
2942 | .tundra .dijitToolbar .dijitButtonHover, |
||
2943 | .tundra .dijitToolbar .dijitToggleButtonHover, |
||
2944 | .tundra .dijitToolbar .dijitDropDownButtonHover, |
||
2945 | .tundra .dijitToolbar .dijitComboButton .dijitButtonContentsHover, |
||
2946 | .tundra .dijitToolbar .dijitComboButton .dijitDownArrowButtonHover { |
||
2947 | |||
2948 | border: 1px solid #869cbf; |
||
2949 | padding: 0px; |
||
2950 | background-color:#e1e5f0; |
||
2951 | } |
||
2952 | .tundra .dijitToolbar label { |
||
2953 | padding: 3px 3px 0 6px; |
||
2954 | } |
||
2955 | .dj_ie .tundra .dijitToolbar .dijitComboButton .dijitButtonContentsFocused, |
||
2956 | .dj_ie .tundra .dijitToolbar .dijitComboButton .dijitDownArrowButtonFocused { |
||
2957 | |||
2958 | border: 1px #555 dotted !important; |
||
2959 | padding: 0px; |
||
2960 | } |
||
2961 | .tundra .dijitToolbarSeparator { |
||
2962 | |||
2963 | background: url(../../icons/images/editorIconsEnabled.png); |
||
2964 | } |
||
2965 | .tundra .dijitToolbarRtl .dijitToolbarSeparator { |
||
2966 | |||
2967 | background-image: url(../../icons/images/editorIconsDisabled.png); |
||
2968 | } |
||
2969 | .tundra .dijitDialog { |
||
2970 | background: #fff; |
||
2971 | border: 1px solid #7eabcd; |
||
2972 | padding: 0px; |
||
2973 | -webkit-box-shadow: 0px 5px 10px #adadad; |
||
2974 | } |
||
2975 | .tundra .dijitDialogPaneContent { |
||
2976 | background: #fff; |
||
2977 | border-top: 1px solid #d3d3d3; |
||
2978 | padding:10px; |
||
2979 | } |
||
2980 | .tundra .dijitDialogTitleBar { |
||
2981 | |||
2982 | background: #fafafa url(images/titleBar.png) repeat-x top left; |
||
2983 | padding: 5px 6px 3px 6px; |
||
2984 | outline:0; |
||
2985 | } |
||
2986 | .tundra .dijitDialogTitle { |
||
2987 | |||
2988 | font-weight: bold; |
||
2989 | padding: 0px 4px; |
||
2990 | } |
||
2991 | .tundra .dijitDialogCloseIcon { |
||
2992 | |||
2993 | |||
2994 | background: url(images/tabClose.png) no-repeat right top; |
||
2995 | position: absolute; |
||
2996 | vertical-align: middle; |
||
2997 | right: 6px; |
||
2998 | top: 4px; |
||
2999 | height: 15px; |
||
3000 | width: 15px; |
||
3001 | } |
||
3002 | .dj_ie6 .tundra .dijitDialogCloseIcon { |
||
3003 | background : url(images/tabClose.gif) no-repeat right top; |
||
3004 | } |
||
3005 | .tundra .dijitDialogCloseIconHover { |
||
3006 | background: url(images/tabCloseHover.png) no-repeat right top; |
||
3007 | } |
||
3008 | .dj_ie6 .tundra .dijitDialogCloseIconHover { |
||
3009 | background : url(images/tabCloseHover.gif) no-repeat right top; |
||
3010 | } |
||
3011 | .tundra .dijitTooltip, |
||
3012 | .tundra .dijitTooltipDialog { |
||
3013 | |||
3014 | background: transparent; |
||
3015 | } |
||
3016 | .dijitTooltipBelow {
|
||
3017 | |||
3018 | padding-top: 13px; |
||
3019 | } |
||
3020 | .dijitTooltipAbove {
|
||
3021 | |||
3022 | padding-bottom: 13px; |
||
3023 | } |
||
3024 | .tundra .dijitTooltipContainer { |
||
3025 | |||
3026 | background: #ffffff url(images/popupMenuBg.gif) repeat-x bottom left; |
||
3027 | border: 1px solid #7eabcd; |
||
3028 | padding: 0.45em; |
||
3029 | -webkit-border-radius: 3px; |
||
3030 | -moz-border-radius: 3px; |
||
3031 | } |
||
3032 | .tundra .dijitTooltipConnector { |
||
3033 | |||
3034 | border:0px; |
||
3035 | z-index: 2; |
||
3036 | } |
||
3037 | .tundra .dijitTooltipABRight .dijitTooltipConnector { |
||
3038 | |||
3039 | left: auto !important; |
||
3040 | right: 3px; |
||
3041 | } |
||
3042 | .tundra .dijitTooltipBelow .dijitTooltipConnector { |
||
3043 | |||
3044 | top: 0px; |
||
3045 | left: 3px; |
||
3046 | background:url(images/tooltipConnectorUp.png) no-repeat top left; |
||
3047 | width:16px; |
||
3048 | height:14px; |
||
3049 | } |
||
3050 | .dj_ie .tundra .dijitTooltipBelow .dijitTooltipConnector { |
||
3051 | |||
3052 | background-image: url(images/tooltipConnectorUp.gif); |
||
3053 | } |
||
3054 | .tundra .dijitTooltipAbove .dijitTooltipConnector { |
||
3055 | |||
3056 | bottom: 0px; |
||
3057 | left: 3px; |
||
3058 | background:url(images/tooltipConnectorDown.png) no-repeat top left; |
||
3059 | width:16px; |
||
3060 | height:14px; |
||
3061 | } |
||
3062 | .dj_ie .tundra .dijitTooltipAbove .dijitTooltipConnector { |
||
3063 | background-image: url(images/tooltipConnectorDown.gif); |
||
3064 | } |
||
3065 | .dj_ie6 .tundra .dijitTooltipAbove .dijitTooltipConnector { |
||
3066 | bottom: -3px; |
||
3067 | } |
||
3068 | .tundra .dijitTooltipLeft { |
||
3069 | padding-right: 14px; |
||
3070 | } |
||
3071 | .dj_ie6 .tundra .dijitTooltipLeft { |
||
3072 | padding-left: 15px; |
||
3073 | } |
||
3074 | .tundra .dijitTooltipLeft .dijitTooltipConnector { |
||
3075 | |||
3076 | right: 0px; |
||
3077 | bottom: 3px; |
||
3078 | background:url(images/tooltipConnectorRight.png) no-repeat top left; |
||
3079 | width:16px; |
||
3080 | height:14px; |
||
3081 | } |
||
3082 | .dj_ie .tundra .dijitTooltipLeft .dijitTooltipConnector { |
||
3083 | background-image: url(images/tooltipConnectorRight.gif); |
||
3084 | } |
||
3085 | .tundra .dijitTooltipRight { |
||
3086 | padding-left: 14px; |
||
3087 | } |
||
3088 | .tundra .dijitTooltipRight .dijitTooltipConnector { |
||
3089 | |||
3090 | left: 0px; |
||
3091 | bottom: 3px; |
||
3092 | background:url(images/tooltipConnectorLeft.png) no-repeat top left; |
||
3093 | width:16px; |
||
3094 | height:14px; |
||
3095 | } |
||
3096 | .dj_ie .tundra .dijitTooltipRight .dijitTooltipConnector { |
||
3097 | background-image: url(images/tooltipConnectorLeft.gif); |
||
3098 | } |
||
3099 | .dj_webkit .tundra .dijitTooltipContainer { |
||
3100 | -webkit-box-shadow: 0px 5px 10px #adadad; |
||
3101 | } |
||
3102 | .tundra .dijitMenu, |
||
3103 | .tundra .dijitMenuBar { |
||
3104 | border: 1px solid #7eabcd; |
||
3105 | margin: 0px; |
||
3106 | padding: 0px; |
||
3107 | background-color: #f7f7f7; |
||
3108 | } |
||
3109 | .tundra .dijitBorderContainer .dijitMenuBar { |
||
3110 | border:1px solid #ccc; |
||
3111 | } |
||
3112 | .tundra .dijitMenuItem { |
||
3113 | font-family: sans-serif; |
||
3114 | margin: 0; |
||
3115 | } |
||
3116 | .tundra .dijitMenuItem { |
||
3117 | padding: 4px 5px; |
||
3118 | } |
||
3119 | .tundra .dijitMenuPreviousButton, .tundra .dijitMenuNextButton { |
||
3120 | font-style: italic; |
||
3121 | } |
||
3122 | .tundra .dijitMenuItem td { |
||
3123 | padding: 2px; |
||
3124 | } |
||
3125 | .tundra .dijitMenuPassive .dijitMenuItemHover, |
||
3126 | .tundra .dijitMenuItemSelected { |
||
3127 | background-color: #3559ac; |
||
3128 | color:#fff; |
||
3129 | } |
||
3130 | .tundra .dijitMenuItemIcon { |
||
3131 | width: 16px; |
||
3132 | height: 16px; |
||
3133 | } |
||
3134 | .tundra .dijitMenuExpand { |
||
3135 | |||
3136 | width: 7px; |
||
3137 | height: 7px; |
||
3138 | background-image: url(images/spriteArrows.png); |
||
3139 | background-position: -14px 0px; |
||
3140 | } |
||
3141 | .dj_ie6 .tundra .dijitMenuExpand { |
||
3142 | background-image: url(images/spriteArrows.gif); |
||
3143 | } |
||
3144 | .tundra .dijitMenuSeparatorTop { |
||
3145 | border-bottom: 1px solid #9b9b9b; |
||
3146 | } |
||
3147 | .tundra .dijitMenuSeparatorBottom { |
||
3148 | border-top: 1px solid #e8e8e8; |
||
3149 | } |
||
3150 | .tundra .dijitCheckedMenuItemIconChar { |
||
3151 | display: none; |
||
3152 | } |
||
3153 | .tundra .dijitCheckedMenuItemIcon { |
||
3154 | background-image: url(images/checkmark.png); |
||
3155 | background-position: -80px; |
||
3156 | } |
||
3157 | .dj_ie6 .tundra .dijitCheckedMenuItemIcon { |
||
3158 | background-image: url(images/checkmark.gif); |
||
3159 | } |
||
3160 | .tundra .dijitCheckedMenuItemChecked .dijitCheckedMenuItemIcon { |
||
3161 | background-position: -64px; |
||
3162 | } |
||
3163 | .dijitEditor {
|
||
3164 | border:1px solid #bfbfbf; |
||
3165 | border-top:0; |
||
3166 | } |
||
3167 | .tundra .dijitEditorIcon { |
||
3168 | background-image: url(../../icons/images/editorIconsEnabled.png); |
||
3169 | background-repeat: no-repeat; |
||
3170 | width: 18px; |
||
3171 | height: 18px; |
||
3172 | text-align: center; |
||
3173 | } |
||
3174 | .tundra .dijitDisabled .dijitEditorIcon { |
||
3175 | background-image: url(../../icons/images/editorIconsDisabled.png); |
||
3176 | } |
||
3177 | .dijitEditorIcon {
|
||
3178 | background-image: url(../../icons/images/editorIconsEnabled.png); |
||
3179 | background-repeat: no-repeat; |
||
3180 | width: 18px; |
||
3181 | height: 18px; |
||
3182 | text-align: center; |
||
3183 | } |
||
3184 | .dijitDisabled .dijitEditorIcon { |
||
3185 | background-image: url(../../icons/images/editorIconsDisabled.png); |
||
3186 | } |
||
3187 | .dijitEditorIconSep { background-position: 0px; } |
||
3188 | .dijitEditorIconSave { background-position: -18px; } |
||
3189 | .dijitEditorIconPrint { background-position: -36px; } |
||
3190 | .dijitEditorIconCut { background-position: -54px; } |
||
3191 | .dijitEditorIconCopy { background-position: -72px; } |
||
3192 | .dijitEditorIconPaste { background-position: -90px; } |
||
3193 | .dijitEditorIconDelete { background-position: -108px; } |
||
3194 | .dijitEditorIconCancel { background-position: -126px; } |
||
3195 | .dijitEditorIconUndo { background-position: -144px; } |
||
3196 | .dijitEditorIconRedo { background-position: -162px; } |
||
3197 | .dijitEditorIconSelectAll { background-position: -180px; } |
||
3198 | .dijitEditorIconBold { background-position: -198px; } |
||
3199 | .dijitEditorIconItalic { background-position: -216px; } |
||
3200 | .dijitEditorIconUnderline { background-position: -234px; } |
||
3201 | .dijitEditorIconStrikethrough { background-position: -252px; } |
||
3202 | .dijitEditorIconSuperscript { background-position: -270px; } |
||
3203 | .dijitEditorIconSubscript { background-position: -288px; } |
||
3204 | .dijitEditorIconJustifyCenter { background-position: -306px; } |
||
3205 | .dijitEditorIconJustifyFull { background-position: -324px; } |
||
3206 | .dijitEditorIconJustifyLeft { background-position: -342px; } |
||
3207 | .dijitEditorIconJustifyRight { background-position: -360px; } |
||
3208 | .dijitEditorIconIndent { background-position: -378px; } |
||
3209 | .dijitEditorIconOutdent { background-position: -396px; } |
||
3210 | .dijitEditorIconListBulletIndent { background-position: -414px; } |
||
3211 | .dijitEditorIconListBulletOutdent { background-position: -432px; } |
||
3212 | .dijitEditorIconListNumIndent { background-position: -450px; } |
||
3213 | .dijitEditorIconListNumOutdent { background-position: -468px; } |
||
3214 | .dijitEditorIconTabIndent { background-position: -486px; } |
||
3215 | .dijitEditorIconLeftToRight { background-position: -504px; } |
||
3216 | .dijitEditorIconRightToLeft, .dijitEditorIconToggleDir { background-position: -522px; } |
||
3217 | .dijitEditorIconBackColor { background-position: -540px; } |
||
3218 | .dijitEditorIconForeColor { background-position: -558px; } |
||
3219 | .dijitEditorIconHiliteColor { background-position: -576px; } |
||
3220 | .dijitEditorIconNewPage { background-position: -594px; } |
||
3221 | .dijitEditorIconInsertImage { background-position: -612px; } |
||
3222 | .dijitEditorIconInsertTable { background-position: -630px; } |
||
3223 | .dijitEditorIconSpace { background-position: -648px; } |
||
3224 | .dijitEditorIconInsertHorizontalRule { background-position: -666px; } |
||
3225 | .dijitEditorIconInsertOrderedList { background-position: -684px; } |
||
3226 | .dijitEditorIconInsertUnorderedList { background-position: -702px; } |
||
3227 | .dijitEditorIconCreateLink { background-position: -720px; } |
||
3228 | .dijitEditorIconUnlink { background-position: -738px; } |
||
3229 | .dijitEditorIconViewSource { background-position: -756px; } |
||
3230 | .dijitEditorIconRemoveFormat { background-position: -774px; } |
||
3231 | .dijitEditorIconFullScreen { background-position: -792px; } |
||
3232 | .dijitEditorIconWikiword { background-position: -810px; } |
||
3233 | |||
3234 | .dijitColorPalette {
|
||
3235 | border:1px solid #7eabcd; |
||
3236 | background:#fff; |
||
3237 | -moz-border-radius: 0px !important; |
||
3238 | } |
||
3239 | .dijitRtl .dijitPlaceHolder { |
||
3240 | left: auto; |
||
3241 | right: 0; |
||
3242 | } |
||
3243 | .dijitMenuItemRtl {
|
||
3244 | text-align: right; |
||
3245 | } |
||
3246 | .dj_iequirks .dijitComboButtonRtl BUTTON { |
||
3247 | |||
3248 | float:left; |
||
3249 | } |
||
3250 | .dijit_a11y .dijitTextBoxRtl .dijitValidationContainer, |
||
3251 | .dijitTextBoxRtl .dijitSpinnerButtonContainer, |
||
3252 | .dijitComboBoxRtl .dijitArrowButtonContainer { |
||
3253 | |||
3254 | border-right-width: 1px !important; |
||
3255 | border-right-style: solid !important; |
||
3256 | border-left-width: 0px !important; |
||
3257 | border-left-style: none !important; |
||
3258 | } |
||
3259 | .dijit_a11y .dijitTextBoxRtl .dijitValidationContainer, |
||
3260 | .dijit_a11y .dijitTextBoxRtl .dijitSpinnerButtonContainer, |
||
3261 | .dijit_a11y .dijitComboBoxRtl .dijitArrowButtonContainer { |
||
3262 | border-right: 1px solid black !important; |
||
3263 | border-left: 0px none black !important; |
||
3264 | } |
||
3265 | .dijitSpinnerRtl .dijitSpinnerButtonContainer .dijitArrowButton { |
||
3266 | right: 0; |
||
3267 | left: auto; |
||
3268 | } |
||
3269 | .dijitTextBoxRtl .dijitSpinnerButtonContainer, |
||
3270 | .dijitTextBoxRtl .dijitValidationContainer, |
||
3271 | .dijitTextBoxRtl .dijitArrowButtonContainer { |
||
3272 | float: left; |
||
3273 | } |
||
3274 | .dijitCalendarRtl .dijitCalendarNextYear { |
||
3275 | margin:0 0.55em 0 0; |
||
3276 | } |
||
3277 | .dijitCalendarRtl .dijitCalendarPreviousYear { |
||
3278 | margin:0 0 0 0.55em; |
||
3279 | } |
||
3280 | .dijitSliderRtl .dijitSliderImageHandleV { |
||
3281 | left:auto; |
||
3282 | } |
||
3283 | .dijitSliderRtl .dijitSliderImageHandleH { |
||
3284 | left:-50%; |
||
3285 | } |
||
3286 | .dijitSliderRtl .dijitSliderMoveableH { |
||
3287 | right:auto; |
||
3288 | left:0; |
||
3289 | } |
||
3290 | .dijitSliderRtl .dijitRuleContainerV { |
||
3291 | float:right; |
||
3292 | } |
||
3293 | .dj_ie .dijitSliderRtl .dijitRuleContainerV { |
||
3294 | text-align:right; |
||
3295 | } |
||
3296 | .dj_ie .dijitSliderRtl .dijitRuleLabelV { |
||
3297 | text-align:left; |
||
3298 | } |
||
3299 | .dj_ie .dijitSliderRtl .dijitRuleLabelH { |
||
3300 | zoom:1; |
||
3301 | } |
||
3302 | .dijitSliderRtl .dijitSliderProgressBarH { |
||
3303 | |||
3304 | float:right; |
||
3305 | right:0; |
||
3306 | left:auto; |
||
3307 | } |
||
3308 | .dijitRtl .dijitContentPaneLoading, .dijitRtl .dijitContentPaneError { |
||
3309 | background-position:right; |
||
3310 | padding-right:25px; |
||
3311 | } |
||
3312 | .dijitTabRtl .dijitTabCloseButton { |
||
3313 | margin-left: 0px; |
||
3314 | margin-right: 1em; |
||
3315 | } |
||
3316 | .dj_ie .dijitTimePickerRtl .dijitTimePickerItem { |
||
3317 | width:100%; |
||
3318 | } |
||
3319 | .dijitColorPaletteRtl .dijitColorPaletteUnder { |
||
3320 | |||
3321 | left: auto; |
||
3322 | right: 0; |
||
3323 | } |
||
3324 | .dijitSelectRtl .dijitButtonContents { |
||
3325 | text-align: right; |
||
3326 | } |
||
3327 | .tundra .dijitCalendarRtl .dijitCalendarDecrease { |
||
3328 | background-position: -30px top; |
||
3329 | } |
||
3330 | .tundra .dijitCalendarRtl .dijitCalendarIncrease { |
||
3331 | background-position: 0px top; |
||
3332 | } |
||
3333 | .dj_ie6 .tundra .dijitTimePickerRtl .dijitTimePickerMarkerHover, |
||
3334 | .dj_ie7 .tundra .dijitTimePickerRtl .dijitTimePickerMarkerHover { |
||
3335 | border-top: 0px; |
||
3336 | } |
||
3337 | .tundra .dijitDialogRtl .dijitDialogCloseIcon { |
||
3338 | right: auto; |
||
3339 | left: 5px; |
||
3340 | } |
||
3341 | .tundra .dijitEditorRtl .dijitEditorIcon { |
||
3342 | background-image: url(../../icons/images/editorIconsEnabled_rtl.png); |
||
3343 | } |
||
3344 | .tundra .dijitEditorRtlDisabled .dijitEditorIcon { |
||
3345 | background-image: url(../../icons/images/editorIconsDisabled_rtl.png); |
||
3346 | } |
||
3347 | .dijitEditorRtl .dijitEditorIcon { |
||
3348 | background-image: url(../../icons/images/editorIconsEnabled_rtl.png); |
||
3349 | } |
||
3350 | .dijitEditorRtlDisabled .dijitEditorIcon { |
||
3351 | background-image: url(../../icons/images/editorIconsDisabled_rtl.png); |
||
3352 | } |
||
3353 | .dijitToolbarRtl .dijitToolbarSeparator { |
||
3354 | background-image: url(../../icons/images/editorIconsEnabled_rtl.png); |
||
3355 | } |
||
3356 | .tundra .dijitMenuItemRtl .dijitMenuExpand { |
||
3357 | background-position: -7px 0px; |
||
3358 | } |
||
3359 | .tundra .dijitTreeNodeRtl, |
||
3360 | .tundra .dijitTreeNodeRtl .dijitTreeExpandoLeaf { |
||
3361 | |||
3362 | background-image: none; |
||
3363 | } |
||
3364 | .tundra .dijitTreeNodeRtl .dijitTreeExpandoOpened { |
||
3365 | |||
3366 | background-image: url(images/treeExpand_minus_rtl.gif); |
||
3367 | } |
||
3368 | .tundra .dijitTreeNodeRtl .dijitTreeExpandoClosed { |
||
3369 | background-image: url(images/treeExpand_plus_rtl.gif); |
||
3370 | } |
||
3371 | .tundra .dijitTitlePaneRtl .dijitClosed .dijitArrowNode { |
||
3372 | background-position: -7px 0px; |
||
3373 | } |
||
3374 | .tundra .dijitTabRtl { |
||
3375 | -moz-box-orient:horizontal; |
||
3376 | text-align: right; |
||
3377 | } |
||
3378 | .tundra .dijitTabRtl .dijitTabInnerDiv { |
||
3379 | padding:2px 9px 2px 8px; |
||
3380 | } |
||
3381 | .tundra .tabStrip-disabled .tabStripButtonRtl .dijitTabInnerDiv { |
||
3382 | |||
3383 | padding-bottom: 3px; |
||
3384 | padding-top: 1px; |
||
3385 | } |
||
3386 | .tundra .tabStripButtonRtl .dijitTabInnerDiv { |
||
3387 | padding: 3px 2px 4px 2px; |
||
3388 | } |
||
3389 | .tundra .dijitTabPaneWrapper { |
||
3390 | #zoom: 1; |
||
3391 | } |
||
3392 | .dj_ie-rtl .tundra .dijitTabContainerLeft-tabs { |
||
3393 | margin-left: 1px !important; |
||
3394 | } |
||
3395 | .dj_ie-rtl .tundra .dijitTabContainerRight-tabs { |
||
3396 | margin-right: 1px !important; |
||
3397 | } |
||
3398 | .tundra .dijitTabContainerLeft-tabs .dijitTabRtl, |
||
3399 | .tundra .dijitTabContainerRight-tabs .dijitTabRtl { |
||
3400 | margin-left:0px; |
||
3401 | } |
||
3402 | .dj_ie .tundra .dijitTabRtl .dijitTabInnerDiv { |
||
3403 | |||
3404 | width : 0.1% !important; |
||
3405 | } |
||
3406 | .dj_iequirks-rtl .tundra .dijitTabContainerTopNone, |
||
3407 | .dj_iequirks-rtl .tundra .dijitTabContainerBottomNone { |
||
3408 | |||
3409 | border-left: 1px solid #fff; |
||
3410 | border-right: 1px solid #fff; |
||
3411 | } |
||
3412 | .tundra .dijitSliderRtl .dijitSliderProgressBarH, |
||
3413 | .tundra .dijitSliderRtl .dijitSliderRemainingBarH, |
||
3414 | .tundra .dijitSliderRtl .dijitSliderLeftBumper, |
||
3415 | .tundra .dijitSliderRtl .dijitSliderRightBumper, |
||
3416 | .tundra .dijitSliderRtl .dijitSliderTopBumper { |
||
3417 | background-position: top right; |
||
3418 | } |
||
3419 | .tundra .dijitSliderRtl .dijitSliderProgressBarV, |
||
3420 | .tundra .dijitSliderRtl .dijitSliderRemainingBarV, |
||
3421 | .tundra .dijitSliderRtl .dijitSliderBottomBumper { |
||
3422 | background-position: bottom right; |
||
3423 | } |
||
3424 | .tundra .dijitSliderRtl .dijitSliderLeftBumper { |
||
3425 | border-left-width: 0px; |
||
3426 | border-right-width: 1px; |
||
3427 | } |
||
3428 | .tundra .dijitSliderRtl .dijitSliderRightBumper { |
||
3429 | border-left-width: 1px; |
||
3430 | border-right-width: 0px; |
||
3431 | } |
||
3432 | .tundra .dijitSliderRtl .dijitSliderIncrementIconH { |
||
3433 | background-position: -7px 0px; |
||
3434 | } |
||
3435 | .tundra .dijitSliderRtl .dijitSliderDecrementIconH { |
||
3436 | background-position: -14px 0px; |
||
3437 | } |