11/*
2- * jQuery UI CSS Framework 1.8.16
2+ * jQuery UI CSS Framework 1.8.17
33 *
44 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55 * Dual licensed under the MIT or GPL Version 2 licenses.
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
4037/* Overlays */
4138.ui-widget-overlay { position : absolute; top : 0 ; left : 0 ; width : 100% ; height : 100% ; }
4239/*
43- * jQuery UI Accordion 1.8.16
40+ * jQuery UI Accordion 1.8.17
4441 *
4542 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
4643 * Dual licensed under the MIT or GPL Version 2 licenses.
5956.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 ; }
6057.ui-accordion .ui-accordion-content-active { display : block; }
6158/*
62- * jQuery UI Autocomplete 1.8.16
59+ * jQuery UI Autocomplete 1.8.17
6360 *
6461 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
6562 * Dual licensed under the MIT or GPL Version 2 licenses.
7370* html .ui-autocomplete { width : 1px ; } /* without this, the menu expands to 100% in IE6 */
7471
7572/*
76- * jQuery UI Menu 1.8.16
73+ * jQuery UI Menu 1.8.17
7774 *
7875 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
7976 * Dual licensed under the MIT or GPL Version 2 licenses.
112109 margin : -1px ;
113110}
114111/*
115- * jQuery UI Button 1.8.16
112+ * jQuery UI Button 1.8.17
116113 *
117114 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
118115 * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -150,7 +147,7 @@ input.ui-button { padding: .4em 1em; }
150147/* workarounds */
151148button .ui-button ::-moz-focus-inner { border : 0 ; padding : 0 ; } /* reset extra padding in Firefox */
152149/*
153- * jQuery UI Datepicker 1.8.16
150+ * jQuery UI Datepicker 1.8.17
154151 *
155152 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
156153 * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -217,7 +214,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
217214 width : 200px ; /*must have*/
218215 height : 200px ; /*must have*/
219216}/*
220- * jQuery UI Dialog 1.8.16
217+ * jQuery UI Dialog 1.8.17
221218 *
222219 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
223220 * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -238,17 +235,17 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
238235.ui-dialog .ui-resizable-se { width : 14px ; height : 14px ; right : 3px ; bottom : 3px ; }
239236.ui-draggable .ui-dialog-titlebar { cursor : move; }
240237/*
241- * jQuery UI Progressbar 1.8.16
238+ * jQuery UI Progressbar 1.8.17
242239 *
243240 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
244241 * Dual licensed under the MIT or GPL Version 2 licenses.
245242 * http://jquery.org/license
246243 *
247244 * http://docs.jquery.com/UI/Progressbar#theming
248245 */
249- .ui-progressbar { height : 2em ; text-align : left; }
246+ .ui-progressbar { height : 2em ; text-align : left; overflow : hidden; }
250247.ui-progressbar .ui-progressbar-value {margin : -1px ; height : 100% ; }/*
251- * jQuery UI Resizable 1.8.16
248+ * jQuery UI Resizable 1.8.17
252249 *
253250 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
254251 * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -267,7 +264,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
267264.ui-resizable-sw { cursor : sw-resize; width : 9px ; height : 9px ; left : -5px ; bottom : -5px ; }
268265.ui-resizable-nw { cursor : nw-resize; width : 9px ; height : 9px ; left : -5px ; top : -5px ; }
269266.ui-resizable-ne { cursor : ne-resize; width : 9px ; height : 9px ; right : -5px ; top : -5px ;}/*
270- * jQuery UI Selectable 1.8.16
267+ * jQuery UI Selectable 1.8.17
271268 *
272269 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
273270 * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -277,7 +274,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
277274 */
278275.ui-selectable-helper { position : absolute; z-index : 100 ; border : 1px dotted black; }
279276/*
280- * jQuery UI Slider 1.8.16
277+ * jQuery UI Slider 1.8.17
281278 *
282279 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
283280 * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -300,7 +297,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
300297.ui-slider-vertical .ui-slider-range { left : 0 ; width : 100% ; }
301298.ui-slider-vertical .ui-slider-range-min { bottom : 0 ; }
302299.ui-slider-vertical .ui-slider-range-max { top : 0 ; }/*
303- * jQuery UI Tabs 1.8.16
300+ * jQuery UI Tabs 1.8.17
304301 *
305302 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
306303 * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -318,7 +315,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
318315.ui-tabs .ui-tabs-panel { display : block; border-width : 0 ; padding : 1em 1.4em ; background : none; }
319316.ui-tabs .ui-tabs-hide { display : none !important ; }
320317/*
321- * jQuery UI CSS Framework 1.8.16
318+ * jQuery UI CSS Framework 1.8.17
322319 *
323320 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
324321 * Dual licensed under the MIT or GPL Version 2 licenses.
0 commit comments