Skip to content

Commit 291958d

Browse files
committed
Udate JQuery to latest
1 parent 63101bd commit 291958d

File tree

5 files changed

+35
-107
lines changed

5 files changed

+35
-107
lines changed

NOTES

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
To upgrade jquery-ui:
2+
--------------------
3+
4+
Download jquery UI custome build. Select only:
5+
- Theme: UI darkness
6+
- All the components in the UI Core group
7+
- In Widgets, Slider and Button
8+
- Nothing else
9+
10+
The copy from the download directory to replace what's in ./jquery/
11+
-986 Bytes
Loading

jquery/jquery-ui.css

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jQuery UI CSS Framework 1.8.16
2+
* jQuery UI CSS Framework 1.8.18
33
*
44
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
@@ -13,12 +13,9 @@
1313
.ui-helper-hidden { display: none; }
1414
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
1515
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
16-
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
17-
.ui-helper-clearfix { display: inline-block; }
18-
/* required comment for clearfix to work in Opera \*/
19-
* html .ui-helper-clearfix { height:1%; }
20-
.ui-helper-clearfix { display:block; }
21-
/* end clearfix */
16+
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
17+
.ui-helper-clearfix:after { clear: both; }
18+
.ui-helper-clearfix { zoom: 1; }
2219
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
2320

2421

@@ -42,7 +39,7 @@
4239

4340

4441
/*
45-
* jQuery UI CSS Framework 1.8.16
42+
* jQuery UI CSS Framework 1.8.18
4643
*
4744
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
4845
* Dual licensed under the MIT or GPL Version 2 licenses.
@@ -288,15 +285,15 @@
288285
/* Overlays */
289286
.ui-widget-overlay { background: #5c5c5c url(images/ui-bg_flat_50_5c5c5c_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
290287
.ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #cccccc url(images/ui-bg_flat_30_cccccc_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
291-
* jQuery UI Button 1.8.16
288+
* jQuery UI Button 1.8.18
292289
*
293290
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
294291
* Dual licensed under the MIT or GPL Version 2 licenses.
295292
* http://jquery.org/license
296293
*
297294
* http://docs.jquery.com/UI/Button#theming
298295
*/
299-
.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 */
296+
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: hidden; *overflow: visible; } /* the overflow property removes extra width in IE */
300297
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
301298
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
302299
.ui-button-icons-only { width: 3.4em; }
@@ -326,7 +323,7 @@ input.ui-button { padding: .4em 1em; }
326323
/* workarounds */
327324
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
328325
/*
329-
* jQuery UI Slider 1.8.16
326+
* jQuery UI Slider 1.8.18
330327
*
331328
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
332329
* Dual licensed under the MIT or GPL Version 2 licenses.

0 commit comments

Comments
 (0)