Project

General

Profile

« Previous | Next » 

Revision 1739

Added by Dietmar about 12 years ago

! update jquery ui to version 1.8.23

View differences:

jquery-ui.css
1
/*
2
 * jQuery UI CSS Framework 1.8.17
1
/*!
2
 * jQuery UI CSS Framework 1.8.23
3 3
 *
4
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
4
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
5 5
 * Dual licensed under the MIT or GPL Version 2 licenses.
6 6
 * http://jquery.org/license
7 7
 *
......
38 38
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
39 39

  
40 40

  
41
/*
42
 * jQuery UI CSS Framework 1.8.17
41
/*!
42
 * jQuery UI CSS Framework 1.8.23
43 43
 *
44
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
44
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
45 45
 * Dual licensed under the MIT or GPL Version 2 licenses.
46 46
 * http://jquery.org/license
47 47
 *
......
284 284

  
285 285
/* Overlays */
286 286
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
287
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
288
 * jQuery UI Resizable 1.8.17
287
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*!
288
 * jQuery UI Resizable 1.8.23
289 289
 *
290
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
290
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
291 291
 * Dual licensed under the MIT or GPL Version 2 licenses.
292 292
 * http://jquery.org/license
293 293
 *
294 294
 * http://docs.jquery.com/UI/Resizable#theming
295 295
 */
296 296
.ui-resizable { position: relative;}
297
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
297
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
298 298
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
299 299
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
300 300
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
......
303 303
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
304 304
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
305 305
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
306
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
307
 * jQuery UI Selectable 1.8.17
306
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
307
 * jQuery UI Selectable 1.8.23
308 308
 *
309
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
309
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
310 310
 * Dual licensed under the MIT or GPL Version 2 licenses.
311 311
 * http://jquery.org/license
312 312
 *
313 313
 * http://docs.jquery.com/UI/Selectable#theming
314 314
 */
315 315
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
316
/*
317
 * jQuery UI Accordion 1.8.17
316
/*!
317
 * jQuery UI Accordion 1.8.23
318 318
 *
319
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
319
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
320 320
 * Dual licensed under the MIT or GPL Version 2 licenses.
321 321
 * http://jquery.org/license
322 322
 *
......
332 332
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
333 333
.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; }
334 334
.ui-accordion .ui-accordion-content-active { display: block; }
335
/*
336
 * jQuery UI Autocomplete 1.8.17
335
/*!
336
 * jQuery UI Autocomplete 1.8.23
337 337
 *
338
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
338
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
339 339
 * Dual licensed under the MIT or GPL Version 2 licenses.
340 340
 * http://jquery.org/license
341 341
 *
......
347 347
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
348 348

  
349 349
/*
350
 * jQuery UI Menu 1.8.17
350
 * jQuery UI Menu 1.8.23
351 351
 *
352 352
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
353 353
 * Dual licensed under the MIT or GPL Version 2 licenses.
......
385 385
	font-weight: normal;
386 386
	margin: -1px;
387 387
}
388
/*
389
 * jQuery UI Button 1.8.17
388
/*!
389
 * jQuery UI Button 1.8.23
390 390
 *
391
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
391
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
392 392
 * Dual licensed under the MIT or GPL Version 2 licenses.
393 393
 * http://jquery.org/license
394 394
 *
......
423 423

  
424 424
/* workarounds */
425 425
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
426
/*
427
 * jQuery UI Dialog 1.8.17
426
/*!
427
 * jQuery UI Dialog 1.8.23
428 428
 *
429
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
429
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
430 430
 * Dual licensed under the MIT or GPL Version 2 licenses.
431 431
 * http://jquery.org/license
432 432
 *
......
444 444
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
445 445
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
446 446
.ui-draggable .ui-dialog-titlebar { cursor: move; }
447
/*
448
 * jQuery UI Slider 1.8.17
447
/*!
448
 * jQuery UI Slider 1.8.23
449 449
 *
450
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
450
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
451 451
 * Dual licensed under the MIT or GPL Version 2 licenses.
452 452
 * http://jquery.org/license
453 453
 *
......
467 467
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
468 468
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
469 469
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
470
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
471
 * jQuery UI Tabs 1.8.17
470
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
471
 * jQuery UI Tabs 1.8.23
472 472
 *
473
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
473
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
474 474
 * Dual licensed under the MIT or GPL Version 2 licenses.
475 475
 * http://jquery.org/license
476 476
 *
......
485 485
.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... */
486 486
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
487 487
.ui-tabs .ui-tabs-hide { display: none !important; }
488
/*
489
 * jQuery UI Datepicker 1.8.17
488
/*!
489
 * jQuery UI Datepicker 1.8.23
490 490
 *
491
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
491
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
492 492
 * Dual licensed under the MIT or GPL Version 2 licenses.
493 493
 * http://jquery.org/license
494 494
 *
......
543 543

  
544 544
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
545 545
.ui-datepicker-cover {
546
    display: none; /*sorry for IE5*/
547
    display/**/: block; /*sorry for IE5*/
548 546
    position: absolute; /*must have*/
549 547
    z-index: -1; /*must have*/
550 548
    filter: mask(); /*must have*/
......
552 550
    left: -4px; /*must have*/
553 551
    width: 200px; /*must have*/
554 552
    height: 200px; /*must have*/
555
}/*
556
 * jQuery UI Progressbar 1.8.17
553
}/*!
554
 * jQuery UI Progressbar 1.8.23
557 555
 *
558
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
556
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
559 557
 * Dual licensed under the MIT or GPL Version 2 licenses.
560 558
 * http://jquery.org/license
561 559
 *

Also available in: Unified diff