1 /* |
1 /*! jQuery UI - v1.10.2 - 2013-03-14 |
2 * jQuery UI CSS Framework @VERSION |
2 * http://jqueryui.com |
3 * |
3 * Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css |
4 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
4 * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ |
5 * Dual licensed under the MIT or GPL Version 2 licenses. |
|
6 * http://jquery.org/license |
|
7 * |
|
8 * http://docs.jquery.com/UI/Theming/API |
|
9 */ |
|
10 |
|
11 /* Layout helpers |
5 /* Layout helpers |
12 ----------------------------------*/ |
6 ----------------------------------*/ |
13 .ui-helper-hidden { display: none; } |
7 .ui-helper-hidden { |
14 .ui-helper-hidden-accessible { position: absolute; left: -99999999px; } |
8 display: none; |
15 .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } |
9 } |
16 .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } |
10 .ui-helper-hidden-accessible { |
17 .ui-helper-clearfix { display: inline-block; } |
11 border: 0; |
18 /* required comment for clearfix to work in Opera \*/ |
12 clip: rect(0 0 0 0); |
19 * html .ui-helper-clearfix { height:1%; } |
13 height: 1px; |
20 .ui-helper-clearfix { display:block; } |
14 margin: -1px; |
21 /* end clearfix */ |
15 overflow: hidden; |
22 .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } |
16 padding: 0; |
|
17 position: absolute; |
|
18 width: 1px; |
|
19 } |
|
20 .ui-helper-reset { |
|
21 margin: 0; |
|
22 padding: 0; |
|
23 border: 0; |
|
24 outline: 0; |
|
25 line-height: 1.3; |
|
26 text-decoration: none; |
|
27 font-size: 100%; |
|
28 list-style: none; |
|
29 } |
|
30 .ui-helper-clearfix:before, |
|
31 .ui-helper-clearfix:after { |
|
32 content: ""; |
|
33 display: table; |
|
34 border-collapse: collapse; |
|
35 } |
|
36 .ui-helper-clearfix:after { |
|
37 clear: both; |
|
38 } |
|
39 .ui-helper-clearfix { |
|
40 min-height: 0; /* support: IE7 */ |
|
41 } |
|
42 .ui-helper-zfix { |
|
43 width: 100%; |
|
44 height: 100%; |
|
45 top: 0; |
|
46 left: 0; |
|
47 position: absolute; |
|
48 opacity: 0; |
|
49 filter:Alpha(Opacity=0); |
|
50 } |
|
51 |
|
52 .ui-front { |
|
53 z-index: 100; |
|
54 } |
23 |
55 |
24 |
56 |
25 /* Interaction Cues |
57 /* Interaction Cues |
26 ----------------------------------*/ |
58 ----------------------------------*/ |
27 .ui-state-disabled { cursor: default !important; } |
59 .ui-state-disabled { |
|
60 cursor: default !important; |
|
61 } |
28 |
62 |
29 |
63 |
30 /* Icons |
64 /* Icons |
31 ----------------------------------*/ |
65 ----------------------------------*/ |
32 |
66 |
33 /* states and images */ |
67 /* states and images */ |
34 .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } |
68 .ui-icon { |
|
69 display: block; |
|
70 text-indent: -99999px; |
|
71 overflow: hidden; |
|
72 background-repeat: no-repeat; |
|
73 } |
35 |
74 |
36 |
75 |
37 /* Misc visuals |
76 /* Misc visuals |
38 ----------------------------------*/ |
77 ----------------------------------*/ |
39 |
78 |
40 /* Overlays */ |
79 /* Overlays */ |
41 .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } |
80 .ui-widget-overlay { |
42 /* |
81 position: fixed; |
43 * jQuery UI Accordion @VERSION |
82 top: 0; |
44 * |
83 left: 0; |
45 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
84 width: 100%; |
46 * Dual licensed under the MIT or GPL Version 2 licenses. |
85 height: 100%; |
47 * http://jquery.org/license |
86 } |
48 * |
87 |
49 * http://docs.jquery.com/UI/Accordion#theming |
88 .ui-accordion .ui-accordion-header { |
50 */ |
89 display: block; |
51 /* IE/Win - Fix animation bug - #4615 */ |
90 cursor: pointer; |
52 .ui-accordion { width: 100%; } |
91 position: relative; |
53 .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } |
92 margin-top: 2px; |
54 .ui-accordion .ui-accordion-li-fix { display: inline; } |
93 padding: .5em .5em .5em .7em; |
55 .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } |
94 min-height: 0; /* support: IE7 */ |
56 .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } |
95 } |
57 .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } |
96 .ui-accordion .ui-accordion-icons { |
58 .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } |
97 padding-left: 2.2em; |
59 .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } |
98 } |
60 .ui-accordion .ui-accordion-content-active { display: block; }/* |
99 .ui-accordion .ui-accordion-noicons { |
61 * jQuery UI Autocomplete @VERSION |
100 padding-left: .7em; |
62 * |
101 } |
63 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
102 .ui-accordion .ui-accordion-icons .ui-accordion-icons { |
64 * Dual licensed under the MIT or GPL Version 2 licenses. |
103 padding-left: 2.2em; |
65 * http://jquery.org/license |
104 } |
66 * |
105 .ui-accordion .ui-accordion-header .ui-accordion-header-icon { |
67 * http://docs.jquery.com/UI/Autocomplete#theming |
106 position: absolute; |
68 */ |
107 left: .5em; |
69 .ui-autocomplete { position: absolute; cursor: default; } |
108 top: 50%; |
|
109 margin-top: -8px; |
|
110 } |
|
111 .ui-accordion .ui-accordion-content { |
|
112 padding: 1em 2.2em; |
|
113 border-top: 0; |
|
114 overflow: auto; |
|
115 } |
|
116 |
|
117 .ui-autocomplete { |
|
118 position: absolute; |
|
119 top: 0; |
|
120 left: 0; |
|
121 cursor: default; |
|
122 } |
|
123 |
|
124 .ui-button { |
|
125 display: inline-block; |
|
126 position: relative; |
|
127 padding: 0; |
|
128 line-height: normal; |
|
129 margin-right: .1em; |
|
130 cursor: pointer; |
|
131 vertical-align: middle; |
|
132 text-align: center; |
|
133 overflow: visible; /* removes extra width in IE */ |
|
134 } |
|
135 .ui-button, |
|
136 .ui-button:link, |
|
137 .ui-button:visited, |
|
138 .ui-button:hover, |
|
139 .ui-button:active { |
|
140 text-decoration: none; |
|
141 } |
|
142 /* to make room for the icon, a width needs to be set here */ |
|
143 .ui-button-icon-only { |
|
144 width: 2.2em; |
|
145 } |
|
146 /* button elements seem to need a little more width */ |
|
147 button.ui-button-icon-only { |
|
148 width: 2.4em; |
|
149 } |
|
150 .ui-button-icons-only { |
|
151 width: 3.4em; |
|
152 } |
|
153 button.ui-button-icons-only { |
|
154 width: 3.7em; |
|
155 } |
|
156 |
|
157 /* button text element */ |
|
158 .ui-button .ui-button-text { |
|
159 display: block; |
|
160 line-height: normal; |
|
161 } |
|
162 .ui-button-text-only .ui-button-text { |
|
163 padding: .4em 1em; |
|
164 } |
|
165 .ui-button-icon-only .ui-button-text, |
|
166 .ui-button-icons-only .ui-button-text { |
|
167 padding: .4em; |
|
168 text-indent: -9999999px; |
|
169 } |
|
170 .ui-button-text-icon-primary .ui-button-text, |
|
171 .ui-button-text-icons .ui-button-text { |
|
172 padding: .4em 1em .4em 2.1em; |
|
173 } |
|
174 .ui-button-text-icon-secondary .ui-button-text, |
|
175 .ui-button-text-icons .ui-button-text { |
|
176 padding: .4em 2.1em .4em 1em; |
|
177 } |
|
178 .ui-button-text-icons .ui-button-text { |
|
179 padding-left: 2.1em; |
|
180 padding-right: 2.1em; |
|
181 } |
|
182 /* no icon support for input elements, provide padding by default */ |
|
183 input.ui-button { |
|
184 padding: .4em 1em; |
|
185 } |
|
186 |
|
187 /* button icon element(s) */ |
|
188 .ui-button-icon-only .ui-icon, |
|
189 .ui-button-text-icon-primary .ui-icon, |
|
190 .ui-button-text-icon-secondary .ui-icon, |
|
191 .ui-button-text-icons .ui-icon, |
|
192 .ui-button-icons-only .ui-icon { |
|
193 position: absolute; |
|
194 top: 50%; |
|
195 margin-top: -8px; |
|
196 } |
|
197 .ui-button-icon-only .ui-icon { |
|
198 left: 50%; |
|
199 margin-left: -8px; |
|
200 } |
|
201 .ui-button-text-icon-primary .ui-button-icon-primary, |
|
202 .ui-button-text-icons .ui-button-icon-primary, |
|
203 .ui-button-icons-only .ui-button-icon-primary { |
|
204 left: .5em; |
|
205 } |
|
206 .ui-button-text-icon-secondary .ui-button-icon-secondary, |
|
207 .ui-button-text-icons .ui-button-icon-secondary, |
|
208 .ui-button-icons-only .ui-button-icon-secondary { |
|
209 right: .5em; |
|
210 } |
|
211 |
|
212 /* button sets */ |
|
213 .ui-buttonset { |
|
214 margin-right: 7px; |
|
215 } |
|
216 .ui-buttonset .ui-button { |
|
217 margin-left: 0; |
|
218 margin-right: -.3em; |
|
219 } |
70 |
220 |
71 /* workarounds */ |
221 /* workarounds */ |
72 * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ |
222 /* reset extra padding in Firefox, see h5bp.com/l */ |
73 |
223 input.ui-button::-moz-focus-inner, |
74 /* |
224 button.ui-button::-moz-focus-inner { |
75 * jQuery UI Menu @VERSION |
225 border: 0; |
76 * |
226 padding: 0; |
77 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
227 } |
78 * Dual licensed under the MIT or GPL Version 2 licenses. |
228 |
79 * http://jquery.org/license |
229 .ui-datepicker { |
80 * |
230 width: 17em; |
81 * http://docs.jquery.com/UI/Menu#theming |
231 padding: .2em .2em 0; |
82 */ |
232 display: none; |
|
233 } |
|
234 .ui-datepicker .ui-datepicker-header { |
|
235 position: relative; |
|
236 padding: .2em 0; |
|
237 } |
|
238 .ui-datepicker .ui-datepicker-prev, |
|
239 .ui-datepicker .ui-datepicker-next { |
|
240 position: absolute; |
|
241 top: 2px; |
|
242 width: 1.8em; |
|
243 height: 1.8em; |
|
244 } |
|
245 .ui-datepicker .ui-datepicker-prev-hover, |
|
246 .ui-datepicker .ui-datepicker-next-hover { |
|
247 top: 1px; |
|
248 } |
|
249 .ui-datepicker .ui-datepicker-prev { |
|
250 left: 2px; |
|
251 } |
|
252 .ui-datepicker .ui-datepicker-next { |
|
253 right: 2px; |
|
254 } |
|
255 .ui-datepicker .ui-datepicker-prev-hover { |
|
256 left: 1px; |
|
257 } |
|
258 .ui-datepicker .ui-datepicker-next-hover { |
|
259 right: 1px; |
|
260 } |
|
261 .ui-datepicker .ui-datepicker-prev span, |
|
262 .ui-datepicker .ui-datepicker-next span { |
|
263 display: block; |
|
264 position: absolute; |
|
265 left: 50%; |
|
266 margin-left: -8px; |
|
267 top: 50%; |
|
268 margin-top: -8px; |
|
269 } |
|
270 .ui-datepicker .ui-datepicker-title { |
|
271 margin: 0 2.3em; |
|
272 line-height: 1.8em; |
|
273 text-align: center; |
|
274 } |
|
275 .ui-datepicker .ui-datepicker-title select { |
|
276 font-size: 1em; |
|
277 margin: 1px 0; |
|
278 } |
|
279 .ui-datepicker select.ui-datepicker-month-year { |
|
280 width: 100%; |
|
281 } |
|
282 .ui-datepicker select.ui-datepicker-month, |
|
283 .ui-datepicker select.ui-datepicker-year { |
|
284 width: 49%; |
|
285 } |
|
286 .ui-datepicker table { |
|
287 width: 100%; |
|
288 font-size: .9em; |
|
289 border-collapse: collapse; |
|
290 margin: 0 0 .4em; |
|
291 } |
|
292 .ui-datepicker th { |
|
293 padding: .7em .3em; |
|
294 text-align: center; |
|
295 font-weight: bold; |
|
296 border: 0; |
|
297 } |
|
298 .ui-datepicker td { |
|
299 border: 0; |
|
300 padding: 1px; |
|
301 } |
|
302 .ui-datepicker td span, |
|
303 .ui-datepicker td a { |
|
304 display: block; |
|
305 padding: .2em; |
|
306 text-align: right; |
|
307 text-decoration: none; |
|
308 } |
|
309 .ui-datepicker .ui-datepicker-buttonpane { |
|
310 background-image: none; |
|
311 margin: .7em 0 0 0; |
|
312 padding: 0 .2em; |
|
313 border-left: 0; |
|
314 border-right: 0; |
|
315 border-bottom: 0; |
|
316 } |
|
317 .ui-datepicker .ui-datepicker-buttonpane button { |
|
318 float: right; |
|
319 margin: .5em .2em .4em; |
|
320 cursor: pointer; |
|
321 padding: .2em .6em .3em .6em; |
|
322 width: auto; |
|
323 overflow: visible; |
|
324 } |
|
325 .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { |
|
326 float: left; |
|
327 } |
|
328 |
|
329 /* with multiple calendars */ |
|
330 .ui-datepicker.ui-datepicker-multi { |
|
331 width: auto; |
|
332 } |
|
333 .ui-datepicker-multi .ui-datepicker-group { |
|
334 float: left; |
|
335 } |
|
336 .ui-datepicker-multi .ui-datepicker-group table { |
|
337 width: 95%; |
|
338 margin: 0 auto .4em; |
|
339 } |
|
340 .ui-datepicker-multi-2 .ui-datepicker-group { |
|
341 width: 50%; |
|
342 } |
|
343 .ui-datepicker-multi-3 .ui-datepicker-group { |
|
344 width: 33.3%; |
|
345 } |
|
346 .ui-datepicker-multi-4 .ui-datepicker-group { |
|
347 width: 25%; |
|
348 } |
|
349 .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, |
|
350 .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { |
|
351 border-left-width: 0; |
|
352 } |
|
353 .ui-datepicker-multi .ui-datepicker-buttonpane { |
|
354 clear: left; |
|
355 } |
|
356 .ui-datepicker-row-break { |
|
357 clear: both; |
|
358 width: 100%; |
|
359 font-size: 0; |
|
360 } |
|
361 |
|
362 /* RTL support */ |
|
363 .ui-datepicker-rtl { |
|
364 direction: rtl; |
|
365 } |
|
366 .ui-datepicker-rtl .ui-datepicker-prev { |
|
367 right: 2px; |
|
368 left: auto; |
|
369 } |
|
370 .ui-datepicker-rtl .ui-datepicker-next { |
|
371 left: 2px; |
|
372 right: auto; |
|
373 } |
|
374 .ui-datepicker-rtl .ui-datepicker-prev:hover { |
|
375 right: 1px; |
|
376 left: auto; |
|
377 } |
|
378 .ui-datepicker-rtl .ui-datepicker-next:hover { |
|
379 left: 1px; |
|
380 right: auto; |
|
381 } |
|
382 .ui-datepicker-rtl .ui-datepicker-buttonpane { |
|
383 clear: right; |
|
384 } |
|
385 .ui-datepicker-rtl .ui-datepicker-buttonpane button { |
|
386 float: left; |
|
387 } |
|
388 .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, |
|
389 .ui-datepicker-rtl .ui-datepicker-group { |
|
390 float: right; |
|
391 } |
|
392 .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, |
|
393 .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { |
|
394 border-right-width: 0; |
|
395 border-left-width: 1px; |
|
396 } |
|
397 |
|
398 .ui-dialog { |
|
399 position: absolute; |
|
400 top: 0; |
|
401 left: 0; |
|
402 padding: .2em; |
|
403 outline: 0; |
|
404 } |
|
405 .ui-dialog .ui-dialog-titlebar { |
|
406 padding: .4em 1em; |
|
407 position: relative; |
|
408 } |
|
409 .ui-dialog .ui-dialog-title { |
|
410 float: left; |
|
411 margin: .1em 0; |
|
412 white-space: nowrap; |
|
413 width: 90%; |
|
414 overflow: hidden; |
|
415 text-overflow: ellipsis; |
|
416 } |
|
417 .ui-dialog .ui-dialog-titlebar-close { |
|
418 position: absolute; |
|
419 right: .3em; |
|
420 top: 50%; |
|
421 width: 21px; |
|
422 margin: -10px 0 0 0; |
|
423 padding: 1px; |
|
424 height: 20px; |
|
425 } |
|
426 .ui-dialog .ui-dialog-content { |
|
427 position: relative; |
|
428 border: 0; |
|
429 padding: .5em 1em; |
|
430 background: none; |
|
431 overflow: auto; |
|
432 } |
|
433 .ui-dialog .ui-dialog-buttonpane { |
|
434 text-align: left; |
|
435 border-width: 1px 0 0 0; |
|
436 background-image: none; |
|
437 margin-top: .5em; |
|
438 padding: .3em 1em .5em .4em; |
|
439 } |
|
440 .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { |
|
441 float: right; |
|
442 } |
|
443 .ui-dialog .ui-dialog-buttonpane button { |
|
444 margin: .5em .4em .5em 0; |
|
445 cursor: pointer; |
|
446 } |
|
447 .ui-dialog .ui-resizable-se { |
|
448 width: 12px; |
|
449 height: 12px; |
|
450 right: -5px; |
|
451 bottom: -5px; |
|
452 background-position: 16px 16px; |
|
453 } |
|
454 .ui-draggable .ui-dialog-titlebar { |
|
455 cursor: move; |
|
456 } |
|
457 |
83 .ui-menu { |
458 .ui-menu { |
84 list-style:none; |
459 list-style: none; |
85 padding: 2px; |
460 padding: 2px; |
86 margin: 0; |
461 margin: 0; |
87 display:block; |
462 display: block; |
88 float: left; |
463 outline: none; |
89 } |
464 } |
90 .ui-menu .ui-menu { |
465 .ui-menu .ui-menu { |
91 margin-top: -3px; |
466 margin-top: -3px; |
|
467 position: absolute; |
92 } |
468 } |
93 .ui-menu .ui-menu-item { |
469 .ui-menu .ui-menu-item { |
94 margin:0; |
470 margin: 0; |
95 padding: 0; |
471 padding: 0; |
96 zoom: 1; |
|
97 float: left; |
|
98 clear: left; |
|
99 width: 100%; |
472 width: 100%; |
100 } |
473 } |
|
474 .ui-menu .ui-menu-divider { |
|
475 margin: 5px -2px 5px -2px; |
|
476 height: 0; |
|
477 font-size: 0; |
|
478 line-height: 0; |
|
479 border-width: 1px 0 0 0; |
|
480 } |
101 .ui-menu .ui-menu-item a { |
481 .ui-menu .ui-menu-item a { |
102 text-decoration:none; |
482 text-decoration: none; |
103 display:block; |
483 display: block; |
104 padding:.2em .4em; |
484 padding: 2px .4em; |
105 line-height:1.5; |
485 line-height: 1.5; |
106 zoom:1; |
486 min-height: 0; /* support: IE7 */ |
107 } |
487 font-weight: normal; |
108 .ui-menu .ui-menu-item a.ui-state-hover, |
488 } |
|
489 .ui-menu .ui-menu-item a.ui-state-focus, |
109 .ui-menu .ui-menu-item a.ui-state-active { |
490 .ui-menu .ui-menu-item a.ui-state-active { |
110 font-weight: normal; |
491 font-weight: normal; |
111 margin: -1px; |
492 margin: -1px; |
112 } |
493 } |
113 /* |
494 |
114 * jQuery UI Button @VERSION |
495 .ui-menu .ui-state-disabled { |
115 * |
496 font-weight: normal; |
116 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
497 margin: .4em 0 .2em; |
117 * Dual licensed under the MIT or GPL Version 2 licenses. |
498 line-height: 1.5; |
118 * http://jquery.org/license |
499 } |
119 * |
500 .ui-menu .ui-state-disabled a { |
120 * http://docs.jquery.com/UI/Button#theming |
501 cursor: default; |
121 */ |
502 } |
122 .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ |
503 |
123 .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ |
504 /* icon support */ |
124 button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ |
505 .ui-menu-icons { |
125 .ui-button-icons-only { width: 3.4em; } |
506 position: relative; |
126 button.ui-button-icons-only { width: 3.7em; } |
507 } |
127 |
508 .ui-menu-icons .ui-menu-item a { |
128 /*button text element */ |
509 position: relative; |
129 .ui-button .ui-button-text { display: block; line-height: 1.4; } |
510 padding-left: 2em; |
130 .ui-button-text-only .ui-button-text { padding: .4em 1em; } |
511 } |
131 .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } |
512 |
132 .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } |
513 /* left-aligned */ |
133 .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } |
514 .ui-menu .ui-icon { |
134 .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } |
515 position: absolute; |
135 /* no icon support for input elements, provide padding by default */ |
516 top: .2em; |
136 input.ui-button { padding: .4em 1em; } |
517 left: .2em; |
137 |
518 } |
138 /*button icon element(s) */ |
519 |
139 .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } |
520 /* right-aligned */ |
140 .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } |
521 .ui-menu .ui-menu-icon { |
141 .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; } |
522 position: static; |
142 .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } |
523 float: right; |
143 .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } |
524 } |
144 |
525 |
145 /*button sets*/ |
526 .ui-progressbar { |
146 .ui-buttonset { margin-right: 7px; } |
527 height: 2em; |
147 .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } |
528 text-align: left; |
148 |
529 overflow: hidden; |
149 /* workarounds */ |
530 } |
150 button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ |
531 .ui-progressbar .ui-progressbar-value { |
151 /* |
532 margin: -1px; |
152 * jQuery UI Datepicker @VERSION |
533 height: 100%; |
153 * |
534 } |
154 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
535 .ui-progressbar .ui-progressbar-overlay { |
155 * Dual licensed under the MIT or GPL Version 2 licenses. |
536 background: url("images/animated-overlay.gif"); |
156 * http://jquery.org/license |
537 height: 100%; |
157 * |
538 filter: alpha(opacity=25); |
158 * http://docs.jquery.com/UI/Datepicker#theming |
539 opacity: 0.25; |
159 */ |
540 } |
160 .ui-datepicker { width: 17em; padding: .2em .2em 0; } |
541 .ui-progressbar-indeterminate .ui-progressbar-value { |
161 .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } |
542 background-image: none; |
162 .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } |
543 } |
163 .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } |
544 |
164 .ui-datepicker .ui-datepicker-prev { left:2px; } |
545 .ui-resizable { |
165 .ui-datepicker .ui-datepicker-next { right:2px; } |
546 position: relative; |
166 .ui-datepicker .ui-datepicker-prev-hover { left:1px; } |
547 } |
167 .ui-datepicker .ui-datepicker-next-hover { right:1px; } |
548 .ui-resizable-handle { |
168 .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } |
549 position: absolute; |
169 .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } |
550 font-size: 0.1px; |
170 .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; } |
551 display: block; |
171 .ui-datepicker select.ui-datepicker-month-year {width: 100%;} |
552 } |
172 .ui-datepicker select.ui-datepicker-month, |
553 .ui-resizable-disabled .ui-resizable-handle, |
173 .ui-datepicker select.ui-datepicker-year { width: 49%;} |
554 .ui-resizable-autohide .ui-resizable-handle { |
174 .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } |
555 display: none; |
175 .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } |
556 } |
176 .ui-datepicker td { border: 0; padding: 1px; } |
557 .ui-resizable-n { |
177 .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } |
558 cursor: n-resize; |
178 .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } |
559 height: 7px; |
179 .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } |
560 width: 100%; |
180 .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } |
561 top: -5px; |
181 |
562 left: 0; |
182 /* with multiple calendars */ |
563 } |
183 .ui-datepicker.ui-datepicker-multi { width:auto; } |
564 .ui-resizable-s { |
184 .ui-datepicker-multi .ui-datepicker-group { float:left; } |
565 cursor: s-resize; |
185 .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; } |
566 height: 7px; |
186 .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } |
567 width: 100%; |
187 .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } |
568 bottom: -5px; |
188 .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } |
569 left: 0; |
189 .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } |
570 } |
190 .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } |
571 .ui-resizable-e { |
191 .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } |
572 cursor: e-resize; |
192 .ui-datepicker-row-break { clear:both; width:100%; } |
573 width: 7px; |
193 |
574 right: -5px; |
194 /* RTL support */ |
575 top: 0; |
195 .ui-datepicker-rtl { direction: rtl; } |
576 height: 100%; |
196 .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } |
577 } |
197 .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } |
578 .ui-resizable-w { |
198 .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } |
579 cursor: w-resize; |
199 .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } |
580 width: 7px; |
200 .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } |
581 left: -5px; |
201 .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } |
582 top: 0; |
202 .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } |
583 height: 100%; |
203 .ui-datepicker-rtl .ui-datepicker-group { float:right; } |
584 } |
204 .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } |
585 .ui-resizable-se { |
205 .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } |
586 cursor: se-resize; |
206 |
587 width: 12px; |
207 /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ |
588 height: 12px; |
208 .ui-datepicker-cover { |
589 right: 1px; |
209 display: none; /*sorry for IE5*/ |
590 bottom: 1px; |
210 display/**/: block; /*sorry for IE5*/ |
591 } |
211 position: absolute; /*must have*/ |
592 .ui-resizable-sw { |
212 z-index: -1; /*must have*/ |
593 cursor: sw-resize; |
213 filter: mask(); /*must have*/ |
594 width: 9px; |
214 top: -4px; /*must have*/ |
595 height: 9px; |
215 left: -4px; /*must have*/ |
596 left: -5px; |
216 width: 200px; /*must have*/ |
597 bottom: -5px; |
217 height: 200px; /*must have*/ |
598 } |
218 }/* |
599 .ui-resizable-nw { |
219 * jQuery UI Dialog @VERSION |
600 cursor: nw-resize; |
220 * |
601 width: 9px; |
221 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
602 height: 9px; |
222 * Dual licensed under the MIT or GPL Version 2 licenses. |
603 left: -5px; |
223 * http://jquery.org/license |
604 top: -5px; |
224 * |
605 } |
225 * http://docs.jquery.com/UI/Dialog#theming |
606 .ui-resizable-ne { |
226 */ |
607 cursor: ne-resize; |
227 .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } |
608 width: 9px; |
228 .ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; } |
609 height: 9px; |
229 .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } |
610 right: -5px; |
230 .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } |
611 top: -5px; |
231 .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } |
612 } |
232 .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } |
613 |
233 .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } |
614 .ui-selectable-helper { |
234 .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } |
615 position: absolute; |
235 .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } |
616 z-index: 100; |
236 .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } |
617 border: 1px dotted black; |
237 .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } |
618 } |
238 .ui-draggable .ui-dialog-titlebar { cursor: move; } |
619 |
239 /* |
620 .ui-slider { |
240 * jQuery UI Progressbar @VERSION |
621 position: relative; |
241 * |
622 text-align: left; |
242 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
623 } |
243 * Dual licensed under the MIT or GPL Version 2 licenses. |
624 .ui-slider .ui-slider-handle { |
244 * http://jquery.org/license |
625 position: absolute; |
245 * |
626 z-index: 2; |
246 * http://docs.jquery.com/UI/Progressbar#theming |
627 width: 1.2em; |
247 */ |
628 height: 1.2em; |
248 .ui-progressbar { height:2em; text-align: left; } |
629 cursor: default; |
249 .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* |
630 } |
250 * jQuery UI Resizable @VERSION |
631 .ui-slider .ui-slider-range { |
251 * |
632 position: absolute; |
252 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
633 z-index: 1; |
253 * Dual licensed under the MIT or GPL Version 2 licenses. |
634 font-size: .7em; |
254 * http://jquery.org/license |
635 display: block; |
255 * |
636 border: 0; |
256 * http://docs.jquery.com/UI/Resizable#theming |
637 background-position: 0 0; |
257 */ |
638 } |
258 .ui-resizable { position: relative;} |
639 |
259 .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;} |
640 /* For IE8 - See #6727 */ |
260 .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } |
641 .ui-slider.ui-state-disabled .ui-slider-handle, |
261 .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } |
642 .ui-slider.ui-state-disabled .ui-slider-range { |
262 .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } |
643 filter: inherit; |
263 .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } |
644 } |
264 .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } |
645 |
265 .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } |
646 .ui-slider-horizontal { |
266 .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } |
647 height: .8em; |
267 .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } |
648 } |
268 .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* |
649 .ui-slider-horizontal .ui-slider-handle { |
269 * jQuery UI Selectable @VERSION |
650 top: -.3em; |
270 * |
651 margin-left: -.6em; |
271 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
652 } |
272 * Dual licensed under the MIT or GPL Version 2 licenses. |
653 .ui-slider-horizontal .ui-slider-range { |
273 * http://jquery.org/license |
654 top: 0; |
274 * |
655 height: 100%; |
275 * http://docs.jquery.com/UI/Selectable#theming |
656 } |
276 */ |
657 .ui-slider-horizontal .ui-slider-range-min { |
277 .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; } |
658 left: 0; |
278 /* |
659 } |
279 * jQuery UI Slider @VERSION |
660 .ui-slider-horizontal .ui-slider-range-max { |
280 * |
661 right: 0; |
281 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
662 } |
282 * Dual licensed under the MIT or GPL Version 2 licenses. |
663 |
283 * http://jquery.org/license |
664 .ui-slider-vertical { |
284 * |
665 width: .8em; |
285 * http://docs.jquery.com/UI/Slider#theming |
666 height: 100px; |
286 */ |
667 } |
287 .ui-slider { position: relative; text-align: left; } |
668 .ui-slider-vertical .ui-slider-handle { |
288 .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } |
669 left: -.3em; |
289 .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } |
670 margin-left: 0; |
290 |
671 margin-bottom: -.6em; |
291 .ui-slider-horizontal { height: .8em; } |
672 } |
292 .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } |
673 .ui-slider-vertical .ui-slider-range { |
293 .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } |
674 left: 0; |
294 .ui-slider-horizontal .ui-slider-range-min { left: 0; } |
675 width: 100%; |
295 .ui-slider-horizontal .ui-slider-range-max { right: 0; } |
676 } |
296 |
677 .ui-slider-vertical .ui-slider-range-min { |
297 .ui-slider-vertical { width: .8em; height: 100px; } |
678 bottom: 0; |
298 .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } |
679 } |
299 .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } |
680 .ui-slider-vertical .ui-slider-range-max { |
300 .ui-slider-vertical .ui-slider-range-min { bottom: 0; } |
681 top: 0; |
301 .ui-slider-vertical .ui-slider-range-max { top: 0; }/* |
682 } |
302 * jQuery UI Tabs @VERSION |
683 |
303 * |
684 .ui-spinner { |
304 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
685 position: relative; |
305 * Dual licensed under the MIT or GPL Version 2 licenses. |
686 display: inline-block; |
306 * http://jquery.org/license |
687 overflow: hidden; |
307 * |
688 padding: 0; |
308 * http://docs.jquery.com/UI/Tabs#theming |
689 vertical-align: middle; |
309 */ |
690 } |
310 .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ |
691 .ui-spinner-input { |
311 .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } |
692 border: none; |
312 .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } |
693 background: none; |
313 .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } |
694 color: inherit; |
314 .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } |
695 padding: 0; |
315 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } |
696 margin: .2em 0; |
316 .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ |
697 vertical-align: middle; |
317 .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } |
698 margin-left: .4em; |
318 .ui-tabs .ui-tabs-hide { display: none !important; } |
699 margin-right: 22px; |
319 /* |
700 } |
320 * jQuery UI CSS Framework @VERSION |
701 .ui-spinner-button { |
321 * |
702 width: 16px; |
322 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
703 height: 50%; |
323 * Dual licensed under the MIT or GPL Version 2 licenses. |
704 font-size: .5em; |
324 * http://jquery.org/license |
705 padding: 0; |
325 * |
706 margin: 0; |
326 * http://docs.jquery.com/UI/Theming/API |
707 text-align: center; |
327 * |
708 position: absolute; |
328 * To view and modify this theme, visit http://jqueryui.com/themeroller/ |
709 cursor: default; |
329 */ |
710 display: block; |
330 |
711 overflow: hidden; |
|
712 right: 0; |
|
713 } |
|
714 /* more specificity required here to overide default borders */ |
|
715 .ui-spinner a.ui-spinner-button { |
|
716 border-top: none; |
|
717 border-bottom: none; |
|
718 border-right: none; |
|
719 } |
|
720 /* vertical centre icon */ |
|
721 .ui-spinner .ui-icon { |
|
722 position: absolute; |
|
723 margin-top: -8px; |
|
724 top: 50%; |
|
725 left: 0; |
|
726 } |
|
727 .ui-spinner-up { |
|
728 top: 0; |
|
729 } |
|
730 .ui-spinner-down { |
|
731 bottom: 0; |
|
732 } |
|
733 |
|
734 /* TR overrides */ |
|
735 .ui-spinner .ui-icon-triangle-1-s { |
|
736 /* need to fix icons sprite */ |
|
737 background-position: -65px -16px; |
|
738 } |
|
739 |
|
740 .ui-tabs { |
|
741 position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ |
|
742 padding: .2em; |
|
743 } |
|
744 .ui-tabs .ui-tabs-nav { |
|
745 margin: 0; |
|
746 padding: .2em .2em 0; |
|
747 } |
|
748 .ui-tabs .ui-tabs-nav li { |
|
749 list-style: none; |
|
750 float: left; |
|
751 position: relative; |
|
752 top: 0; |
|
753 margin: 1px .2em 0 0; |
|
754 border-bottom-width: 0; |
|
755 padding: 0; |
|
756 white-space: nowrap; |
|
757 } |
|
758 .ui-tabs .ui-tabs-nav li a { |
|
759 float: left; |
|
760 padding: .5em 1em; |
|
761 text-decoration: none; |
|
762 } |
|
763 .ui-tabs .ui-tabs-nav li.ui-tabs-active { |
|
764 margin-bottom: -1px; |
|
765 padding-bottom: 1px; |
|
766 } |
|
767 .ui-tabs .ui-tabs-nav li.ui-tabs-active a, |
|
768 .ui-tabs .ui-tabs-nav li.ui-state-disabled a, |
|
769 .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { |
|
770 cursor: text; |
|
771 } |
|
772 .ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ |
|
773 .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { |
|
774 cursor: pointer; |
|
775 } |
|
776 .ui-tabs .ui-tabs-panel { |
|
777 display: block; |
|
778 border-width: 0; |
|
779 padding: 1em 1.4em; |
|
780 background: none; |
|
781 } |
|
782 |
|
783 .ui-tooltip { |
|
784 padding: 8px; |
|
785 position: absolute; |
|
786 z-index: 9999; |
|
787 max-width: 300px; |
|
788 -webkit-box-shadow: 0 0 5px #aaa; |
|
789 box-shadow: 0 0 5px #aaa; |
|
790 } |
|
791 body .ui-tooltip { |
|
792 border-width: 2px; |
|
793 } |
331 |
794 |
332 /* Component containers |
795 /* Component containers |
333 ----------------------------------*/ |
796 ----------------------------------*/ |
334 .ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; } |
797 .ui-widget { |
335 .ui-widget .ui-widget { font-size: 1em; } |
798 font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; |
336 .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; } |
799 font-size: 1.1em/*{fsDefault}*/; |
337 .ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; } |
800 } |
338 .ui-widget-content a { color: #222222/*{fcContent}*/; } |
801 .ui-widget .ui-widget { |
339 .ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; } |
802 font-size: 1em; |
340 .ui-widget-header a { color: #222222/*{fcHeader}*/; } |
803 } |
|
804 .ui-widget input, |
|
805 .ui-widget select, |
|
806 .ui-widget textarea, |
|
807 .ui-widget button { |
|
808 font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; |
|
809 font-size: 1em; |
|
810 } |
|
811 .ui-widget-content { |
|
812 border: 1px solid #aaaaaa/*{borderColorContent}*/; |
|
813 background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; |
|
814 color: #222222/*{fcContent}*/; |
|
815 } |
|
816 .ui-widget-content a { |
|
817 color: #222222/*{fcContent}*/; |
|
818 } |
|
819 .ui-widget-header { |
|
820 border: 1px solid #aaaaaa/*{borderColorHeader}*/; |
|
821 background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; |
|
822 color: #222222/*{fcHeader}*/; |
|
823 font-weight: bold; |
|
824 } |
|
825 .ui-widget-header a { |
|
826 color: #222222/*{fcHeader}*/; |
|
827 } |
341 |
828 |
342 /* Interaction states |
829 /* Interaction states |
343 ----------------------------------*/ |
830 ----------------------------------*/ |
344 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; } |
831 .ui-state-default, |
345 .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; } |
832 .ui-widget-content .ui-state-default, |
346 .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; } |
833 .ui-widget-header .ui-state-default { |
347 .ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; } |
834 border: 1px solid #d3d3d3/*{borderColorDefault}*/; |
348 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; } |
835 background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; |
349 .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; } |
836 font-weight: normal/*{fwDefault}*/; |
350 .ui-widget :active { outline: none; } |
837 color: #555555/*{fcDefault}*/; |
|
838 } |
|
839 .ui-state-default a, |
|
840 .ui-state-default a:link, |
|
841 .ui-state-default a:visited { |
|
842 color: #555555/*{fcDefault}*/; |
|
843 text-decoration: none; |
|
844 } |
|
845 .ui-state-hover, |
|
846 .ui-widget-content .ui-state-hover, |
|
847 .ui-widget-header .ui-state-hover, |
|
848 .ui-state-focus, |
|
849 .ui-widget-content .ui-state-focus, |
|
850 .ui-widget-header .ui-state-focus { |
|
851 border: 1px solid #999999/*{borderColorHover}*/; |
|
852 background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; |
|
853 font-weight: normal/*{fwDefault}*/; |
|
854 color: #212121/*{fcHover}*/; |
|
855 } |
|
856 .ui-state-hover a, |
|
857 .ui-state-hover a:hover, |
|
858 .ui-state-hover a:link, |
|
859 .ui-state-hover a:visited { |
|
860 color: #212121/*{fcHover}*/; |
|
861 text-decoration: none; |
|
862 } |
|
863 .ui-state-active, |
|
864 .ui-widget-content .ui-state-active, |
|
865 .ui-widget-header .ui-state-active { |
|
866 border: 1px solid #aaaaaa/*{borderColorActive}*/; |
|
867 background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; |
|
868 font-weight: normal/*{fwDefault}*/; |
|
869 color: #212121/*{fcActive}*/; |
|
870 } |
|
871 .ui-state-active a, |
|
872 .ui-state-active a:link, |
|
873 .ui-state-active a:visited { |
|
874 color: #212121/*{fcActive}*/; |
|
875 text-decoration: none; |
|
876 } |
351 |
877 |
352 /* Interaction Cues |
878 /* Interaction Cues |
353 ----------------------------------*/ |
879 ----------------------------------*/ |
354 .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; } |
880 .ui-state-highlight, |
355 .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; } |
881 .ui-widget-content .ui-state-highlight, |
356 .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; } |
882 .ui-widget-header .ui-state-highlight { |
357 .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; } |
883 border: 1px solid #fcefa1/*{borderColorHighlight}*/; |
358 .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; } |
884 background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; |
359 .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } |
885 color: #363636/*{fcHighlight}*/; |
360 .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } |
886 } |
361 .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } |
887 .ui-state-highlight a, |
|
888 .ui-widget-content .ui-state-highlight a, |
|
889 .ui-widget-header .ui-state-highlight a { |
|
890 color: #363636/*{fcHighlight}*/; |
|
891 } |
|
892 .ui-state-error, |
|
893 .ui-widget-content .ui-state-error, |
|
894 .ui-widget-header .ui-state-error { |
|
895 border: 1px solid #cd0a0a/*{borderColorError}*/; |
|
896 background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; |
|
897 color: #cd0a0a/*{fcError}*/; |
|
898 } |
|
899 .ui-state-error a, |
|
900 .ui-widget-content .ui-state-error a, |
|
901 .ui-widget-header .ui-state-error a { |
|
902 color: #cd0a0a/*{fcError}*/; |
|
903 } |
|
904 .ui-state-error-text, |
|
905 .ui-widget-content .ui-state-error-text, |
|
906 .ui-widget-header .ui-state-error-text { |
|
907 color: #cd0a0a/*{fcError}*/; |
|
908 } |
|
909 .ui-priority-primary, |
|
910 .ui-widget-content .ui-priority-primary, |
|
911 .ui-widget-header .ui-priority-primary { |
|
912 font-weight: bold; |
|
913 } |
|
914 .ui-priority-secondary, |
|
915 .ui-widget-content .ui-priority-secondary, |
|
916 .ui-widget-header .ui-priority-secondary { |
|
917 opacity: .7; |
|
918 filter:Alpha(Opacity=70); |
|
919 font-weight: normal; |
|
920 } |
|
921 .ui-state-disabled, |
|
922 .ui-widget-content .ui-state-disabled, |
|
923 .ui-widget-header .ui-state-disabled { |
|
924 opacity: .35; |
|
925 filter:Alpha(Opacity=35); |
|
926 background-image: none; |
|
927 } |
|
928 .ui-state-disabled .ui-icon { |
|
929 filter:Alpha(Opacity=35); /* For IE8 - See #6059 */ |
|
930 } |
362 |
931 |
363 /* Icons |
932 /* Icons |
364 ----------------------------------*/ |
933 ----------------------------------*/ |
365 |
934 |
366 /* states and images */ |
935 /* states and images */ |
367 .ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; } |
936 .ui-icon { |
368 .ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; } |
937 width: 16px; |
369 .ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; } |
938 height: 16px; |
370 .ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; } |
939 } |
371 .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; } |
940 .ui-icon, |
372 .ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; } |
941 .ui-widget-content .ui-icon { |
373 .ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; } |
942 background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; |
374 .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; } |
943 } |
|
944 .ui-widget-header .ui-icon { |
|
945 background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; |
|
946 } |
|
947 .ui-state-default .ui-icon { |
|
948 background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; |
|
949 } |
|
950 .ui-state-hover .ui-icon, |
|
951 .ui-state-focus .ui-icon { |
|
952 background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; |
|
953 } |
|
954 .ui-state-active .ui-icon { |
|
955 background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; |
|
956 } |
|
957 .ui-state-highlight .ui-icon { |
|
958 background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; |
|
959 } |
|
960 .ui-state-error .ui-icon, |
|
961 .ui-state-error-text .ui-icon { |
|
962 background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; |
|
963 } |
375 |
964 |
376 /* positioning */ |
965 /* positioning */ |
|
966 .ui-icon-blank { background-position: 16px 16px; } |
377 .ui-icon-carat-1-n { background-position: 0 0; } |
967 .ui-icon-carat-1-n { background-position: 0 0; } |
378 .ui-icon-carat-1-ne { background-position: -16px 0; } |
968 .ui-icon-carat-1-ne { background-position: -16px 0; } |
379 .ui-icon-carat-1-e { background-position: -32px 0; } |
969 .ui-icon-carat-1-e { background-position: -32px 0; } |
380 .ui-icon-carat-1-se { background-position: -48px 0; } |
970 .ui-icon-carat-1-se { background-position: -48px 0; } |
381 .ui-icon-carat-1-s { background-position: -64px 0; } |
971 .ui-icon-carat-1-s { background-position: -64px 0; } |