301
301
*
302
302
* http://docs.jquery.com/UI/Autocomplete#theming
303
303
*/
304
- .ui-autocomplete { position : absolute; cursor : default; }
304
+ .ui-autocomplete { position : absolute; cursor : default; }
305
305
306
306
/* workarounds */
307
307
* html .ui-autocomplete { width : 1px ; } /* without this, the menu expands to 100% in IE6 */
356
356
*/
357
357
.ui-dialog { position : absolute; padding : .2em ; width : 300px ; overflow : hidden; }
358
358
.ui-dialog .ui-dialog-titlebar { padding : .4em 1em ; position : relative; }
359
- .ui-dialog .ui-dialog-title { float : left; margin : .1em 16px .1em 0 ; }
359
+ .ui-dialog .ui-dialog-title { float : left; margin : .1em 16px .1em 0 ; }
360
360
.ui-dialog .ui-dialog-titlebar-close { position : absolute; right : .3em ; top : 50% ; width : 19px ; margin : -10px 0 0 0 ; padding : 1px ; height : 18px ; }
361
361
.ui-dialog .ui-dialog-titlebar-close span { display : block; margin : 1px ; }
362
362
.ui-dialog .ui-dialog-titlebar-close : hover , .ui-dialog .ui-dialog-titlebar-close : focus { padding : 0 ; }
394
394
* http://docs.jquery.com/UI/Progressbar#theming
395
395
*/
396
396
.ui-progressbar { height : 2em ; text-align : left; }
397
- .ui-progressbar .ui-progressbar-value {margin : -1px ; height : 100% ; }
397
+ .ui-progressbar .ui-progressbar-value {margin : -1px ; height : 100% ; }
398
+
399
+
400
+ * jQuery UI Datepicker 1.8.16
401
+ *
402
+ * Copyright 2011, AUTHORS .txt (http: / / jqueryui.com / about)
403
+ * Dual licensed under the MIT or GPL Version 2 licenses.
404
+ * http : //jquery.org/license
405
+ *
406
+ * http : //docs.jquery.com/UI/Datepicker#theming
407
+ * /
408
+ .ui-datepicker { width : 17em ; padding : .2em .2em 0 ; display : none; }
409
+ .ui-datepicker .ui-datepicker-header { position : relative; padding : .2em 0 ; }
410
+ .ui-datepicker .ui-datepicker-prev , .ui-datepicker .ui-datepicker-next { position : absolute; top : 2px ; width : 1.8em ; height : 1.8em ; }
411
+ .ui-datepicker .ui-datepicker-prev-hover , .ui-datepicker .ui-datepicker-next-hover { top : 1px ; }
412
+ .ui-datepicker .ui-datepicker-prev { left : 2px ; }
413
+ .ui-datepicker .ui-datepicker-next { right : 2px ; }
414
+ .ui-datepicker .ui-datepicker-prev-hover { left : 1px ; }
415
+ .ui-datepicker .ui-datepicker-next-hover { right : 1px ; }
416
+ .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 ; }
417
+ .ui-datepicker .ui-datepicker-title { margin : 0 2.3em ; line-height : 1.8em ; text-align : center; }
418
+ .ui-datepicker .ui-datepicker-title select { font-size : 1em ; margin : 1px 0 ; }
419
+ .ui-datepicker select .ui-datepicker-month-year {width : 100% ;}
420
+ .ui-datepicker select .ui-datepicker-month ,
421
+ .ui-datepicker select .ui-datepicker-year { width : 49% ;}
422
+ .ui-datepicker table {width : 100% ; font-size : .9em ; border-collapse : collapse; margin : 0 0 .4em ; }
423
+ .ui-datepicker th { padding : .7em .3em ; text-align : center; font-weight : bold; border : 0 ; }
424
+ .ui-datepicker td { border : 0 ; padding : 1px ; }
425
+ .ui-datepicker td span , .ui-datepicker td a { display : block; padding : .2em ; text-align : right; text-decoration : none; }
426
+ .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 ; }
427
+ .ui-datepicker .ui-datepicker-buttonpane button { float : right; margin : .5em .2em .4em ; cursor : pointer; padding : .2em .6em .3em .6em ; width : auto; overflow : visible; }
428
+ .ui-datepicker .ui-datepicker-buttonpane button .ui-datepicker-current { float : left; }
429
+
430
+ /* with multiple calendars */
431
+ .ui-datepicker .ui-datepicker-multi { width : auto; }
432
+ .ui-datepicker-multi .ui-datepicker-group { float : left; }
433
+ .ui-datepicker-multi .ui-datepicker-group table { width : 95% ; margin : 0 auto .4em ; }
434
+ .ui-datepicker-multi-2 .ui-datepicker-group { width : 50% ; }
435
+ .ui-datepicker-multi-3 .ui-datepicker-group { width : 33.3% ; }
436
+ .ui-datepicker-multi-4 .ui-datepicker-group { width : 25% ; }
437
+ .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width : 0 ; }
438
+ .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width : 0 ; }
439
+ .ui-datepicker-multi .ui-datepicker-buttonpane { clear : left; }
440
+ .ui-datepicker-row-break { clear : both; width : 100% ; font-size : 0em ; }
441
+
442
+ /* RTL support */
443
+ .ui-datepicker-rtl { direction : rtl; }
444
+ .ui-datepicker-rtl .ui-datepicker-prev { right : 2px ; left : auto; }
445
+ .ui-datepicker-rtl .ui-datepicker-next { left : 2px ; right : auto; }
446
+ .ui-datepicker-rtl .ui-datepicker-prev : hover { right : 1px ; left : auto; }
447
+ .ui-datepicker-rtl .ui-datepicker-next : hover { left : 1px ; right : auto; }
448
+ .ui-datepicker-rtl .ui-datepicker-buttonpane { clear : right; }
449
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button { float : left; }
450
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button .ui-datepicker-current { float : right; }
451
+ .ui-datepicker-rtl .ui-datepicker-group { float : right; }
452
+ .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width : 0 ; border-left-width : 1px ; }
453
+ .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width : 0 ; border-left-width : 1px ; }
454
+
455
+ /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
456
+ .ui-datepicker-cover {
457
+ display : none; /*sorry for IE5*/
458
+ display /**/ : block; /*sorry for IE5*/
459
+ position : absolute; /*must have*/
460
+ z-index : -1 ; /*must have*/
461
+ filter : mask (); /*must have*/
462
+ top : -4px ; /*must have*/
463
+ left : -4px ; /*must have*/
464
+ width : 200px ; /*must have*/
465
+ height : 200px ; /*must have*/
466
+ }
467
+
468
+ /*
469
+
470
+ * jQuery UI Slider 1.8.16
471
+ *
472
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
473
+ * Dual licensed under the MIT or GPL Version 2 licenses.
474
+ * http://jquery.org/license
475
+ *
476
+ * http://docs.jquery.com/UI/Slider#theming
477
+ */
478
+ .ui-slider { position : relative; text-align : left; }
479
+ .ui-slider .ui-slider-handle { position : absolute; z-index : 2 ; width : 1.2em ; height : 1.2em ; cursor : default; }
480
+ .ui-slider .ui-slider-range { position : absolute; z-index : 1 ; font-size : .7em ; display : block; border : 0 ; background-position : 0 0 ; }
481
+
482
+ .ui-slider-horizontal { height : .8em ; }
483
+ .ui-slider-horizontal .ui-slider-handle { top : -.3em ; margin-left : -.6em ; }
484
+ .ui-slider-horizontal .ui-slider-range { top : 0 ; height : 100% ; }
485
+ .ui-slider-horizontal .ui-slider-range-min { left : 0 ; }
486
+ .ui-slider-horizontal .ui-slider-range-max { right : 0 ; }
487
+
488
+ .ui-slider-vertical { width : .8em ; height : 100px ; }
489
+ .ui-slider-vertical .ui-slider-handle { left : -.3em ; margin-left : 0 ; margin-bottom : -.6em ; }
490
+ .ui-slider-vertical .ui-slider-range { left : 0 ; width : 100% ; }
491
+ .ui-slider-vertical .ui-slider-range-min { bottom : 0 ; }
492
+ .ui-slider-vertical .ui-slider-range-max { top : 0 ; }
0 commit comments