Skip to content

Commit b6529ee

Browse files
committed
updated to the latest versions of jQuery and jQuery UI
1 parent 6984851 commit b6529ee

14 files changed

+129
-1072
lines changed

Readme.md

100755100644
File mode changed.

css/layout.css

100755100644
File mode changed.

css/reset.css

100755100644
File mode changed.
986 Bytes
Loading

css/ui-lightness/ui-lightness.css

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jQuery UI CSS Framework 1.8.11
2+
* jQuery UI CSS Framework 1.8.12
33
*
44
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
@@ -42,7 +42,7 @@
4242

4343

4444
/*
45-
* jQuery UI CSS Framework 1.8.11
45+
* jQuery UI CSS Framework 1.8.12
4646
*
4747
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
4848
* Dual licensed under the MIT or GPL Version 2 licenses.
@@ -293,7 +293,7 @@
293293
/* Overlays */
294294
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
295295
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
296-
* jQuery UI Resizable 1.8.11
296+
* jQuery UI Resizable 1.8.12
297297
*
298298
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
299299
* Dual licensed under the MIT or GPL Version 2 licenses.
@@ -302,7 +302,12 @@
302302
* http://docs.jquery.com/UI/Resizable#theming
303303
*/
304304
.ui-resizable { position: relative;}
305-
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
305+
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;
306+
/* http://bugs.jqueryui.com/ticket/7233
307+
- Resizable: resizable handles fail to work in IE if transparent and content overlaps
308+
*/
309+
background-image:url(data:);
310+
}
306311
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
307312
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
308313
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
@@ -312,7 +317,7 @@
312317
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
313318
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
314319
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
315-
* jQuery UI Selectable 1.8.11
320+
* jQuery UI Selectable 1.8.12
316321
*
317322
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
318323
* Dual licensed under the MIT or GPL Version 2 licenses.
@@ -322,7 +327,7 @@
322327
*/
323328
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
324329
/*
325-
* jQuery UI Accordion 1.8.11
330+
* jQuery UI Accordion 1.8.12
326331
*
327332
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
328333
* Dual licensed under the MIT or GPL Version 2 licenses.
@@ -341,7 +346,7 @@
341346
.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; }
342347
.ui-accordion .ui-accordion-content-active { display: block; }
343348
/*
344-
* jQuery UI Autocomplete 1.8.11
349+
* jQuery UI Autocomplete 1.8.12
345350
*
346351
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
347352
* Dual licensed under the MIT or GPL Version 2 licenses.
@@ -355,7 +360,7 @@
355360
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
356361

357362
/*
358-
* jQuery UI Menu 1.8.11
363+
* jQuery UI Menu 1.8.12
359364
*
360365
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
361366
* Dual licensed under the MIT or GPL Version 2 licenses.
@@ -394,7 +399,7 @@
394399
margin: -1px;
395400
}
396401
/*
397-
* jQuery UI Button 1.8.11
402+
* jQuery UI Button 1.8.12
398403
*
399404
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
400405
* Dual licensed under the MIT or GPL Version 2 licenses.
@@ -432,7 +437,7 @@ input.ui-button { padding: .4em 1em; }
432437
/* workarounds */
433438
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
434439
/*
435-
* jQuery UI Dialog 1.8.11
440+
* jQuery UI Dialog 1.8.12
436441
*
437442
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
438443
* Dual licensed under the MIT or GPL Version 2 licenses.
@@ -453,7 +458,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
453458
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
454459
.ui-draggable .ui-dialog-titlebar { cursor: move; }
455460
/*
456-
* jQuery UI Slider 1.8.11
461+
* jQuery UI Slider 1.8.12
457462
*
458463
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
459464
* Dual licensed under the MIT or GPL Version 2 licenses.
@@ -476,7 +481,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
476481
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
477482
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
478483
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
479-
* jQuery UI Tabs 1.8.11
484+
* jQuery UI Tabs 1.8.12
480485
*
481486
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
482487
* Dual licensed under the MIT or GPL Version 2 licenses.
@@ -494,7 +499,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
494499
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
495500
.ui-tabs .ui-tabs-hide { display: none !important; }
496501
/*
497-
* jQuery UI Datepicker 1.8.11
502+
* jQuery UI Datepicker 1.8.12
498503
*
499504
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
500505
* Dual licensed under the MIT or GPL Version 2 licenses.
@@ -561,7 +566,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
561566
width: 200px; /*must have*/
562567
height: 200px; /*must have*/
563568
}/*
564-
* jQuery UI Progressbar 1.8.11
569+
* jQuery UI Progressbar 1.8.12
565570
*
566571
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
567572
* Dual licensed under the MIT or GPL Version 2 licenses.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
<div class="ui-widget-overlay" style="z-index: 1002;"></div>
7171

7272
<!-- include jQuery, jQuery UI, and our script file -->
73-
<script src="js/lib/jquery-1.5.1.min.js"></script>
74-
<script src="js/lib/jquery-ui-1.8.11.min.js"></script>
73+
<script src="js/lib/jquery-1.5.2.min.js"></script>
74+
<script src="js/lib/jquery-ui-1.8.12.min.js"></script>
7575
<script src="js/login.js"></script>
7676
</body>
7777
</html>

0 commit comments

Comments
 (0)