Skip to content

Commit

Permalink
upgraded to jquery 1.5.2 and jquery-ui 1.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Apr 9, 2011
1 parent be32715 commit 48a0105
Show file tree
Hide file tree
Showing 11 changed files with 189 additions and 170 deletions.
Binary file modified demos/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demos/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demos/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demos/cupertino/images/ui-icons_3d80b3_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demos/cupertino/images/ui-icons_72a7cf_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 24 additions & 5 deletions demos/cupertino/theme.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* jQuery UI CSS Framework 1.8.7
* jQuery UI CSS Framework 1.8.11
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
Expand Down Expand Up @@ -42,9 +42,9 @@


/*
* jQuery UI CSS Framework 1.8.7
* jQuery UI CSS Framework 1.8.11
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
Expand Down Expand Up @@ -292,4 +292,23 @@

/* Overlays */
.ui-widget-overlay { background: #eeeeee url(images/ui-bg_diagonals-thick_90_eeeeee_40x40.png) 50% 50% repeat; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #000000 url(images/ui-bg_highlight-hard_70_000000_1x100.png) 50% top repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
.ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #000000 url(images/ui-bg_highlight-hard_70_000000_1x100.png) 50% top repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
* jQuery UI Resizable 1.8.11
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Resizable#theming
*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
16 changes: 16 additions & 0 deletions lib/jquery-1.5.2.min.js

Large diffs are not rendered by default.

16 changes: 0 additions & 16 deletions lib/jquery-1.5.min.js

This file was deleted.

147 changes: 147 additions & 0 deletions lib/jquery-ui-1.8.11.custom.min.js

Large diffs are not rendered by default.

147 changes: 0 additions & 147 deletions lib/jquery-ui-1.8.9.custom.min.js

This file was deleted.

4 changes: 2 additions & 2 deletions src/_loader.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function() {

var JQUERY = 'jquery-1.5.min.js';
var JQUERY_UI = 'jquery-ui-1.8.9.custom.min.js';
var JQUERY = 'jquery-1.5.2.min.js';
var JQUERY_UI = 'jquery-ui-1.8.11.custom.min.js';
var JQUERY_LEGACY = 'jquery-1.3.2.min.js';
var JQUERY_UI_LEGACY = 'jquery-ui-1.7.3.custom.min.js';

Expand Down

0 comments on commit 48a0105

Please sign in to comment.