1- /*
2- * jQuery UI CSS Framework 1.8.17
3- *
4- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
5- * Dual licensed under the MIT or GPL Version 2 licenses.
6- * http://jquery.org/license
7- *
8- * http://docs.jquery.com/UI/Theming/API
9- */
1+ /*! jQuery UI - v1.8.19 - 2012-04-16
2+ * https://github.com/jquery/jquery-ui
3+ * Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.tabs.css, jquery.ui.theme.css
4+ * Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */
105
116/* Layout helpers
127----------------------------------*/
3631
3732/* Overlays */
3833.ui-widget-overlay { position : absolute; top : 0 ; left : 0 ; width : 100% ; height : 100% ; }
39- /*
40- * jQuery UI Accordion 1.8.17
41- *
42- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
43- * Dual licensed under the MIT or GPL Version 2 licenses.
44- * http://jquery.org/license
45- *
46- * http://docs.jquery.com/UI/Accordion#theming
47- */
34+
4835/* IE/Win - Fix animation bug - #4615 */
4936.ui-accordion { width : 100% ; }
5037.ui-accordion .ui-accordion-header { cursor : pointer; position : relative; margin-top : 1px ; zoom : 1 ; }
5542.ui-accordion .ui-accordion-header .ui-icon { position : absolute; left : .5em ; top : 50% ; margin-top : -8px ; }
5643.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 ; }
5744.ui-accordion .ui-accordion-content-active { display : block; }
58- /*
59- * jQuery UI Autocomplete 1.8.17
60- *
61- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
62- * Dual licensed under the MIT or GPL Version 2 licenses.
63- * http://jquery.org/license
64- *
65- * http://docs.jquery.com/UI/Autocomplete#theming
66- */
45+
6746.ui-autocomplete { position : absolute; cursor : default; }
6847
6948/* workarounds */
7049* html .ui-autocomplete { width : 1px ; } /* without this, the menu expands to 100% in IE6 */
7150
7251/*
73- * jQuery UI Menu 1.8.17
52+ * jQuery UI Menu 1.8.19
7453 *
7554 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
7655 * Dual licensed under the MIT or GPL Version 2 licenses.
10887 font-weight : normal;
10988 margin : -1px ;
11089}
111- /*
112- * jQuery UI Button 1.8.17
113- *
114- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
115- * Dual licensed under the MIT or GPL Version 2 licenses.
116- * http://jquery.org/license
117- *
118- * http://docs.jquery.com/UI/Button#theming
119- */
90+
12091.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 */
12192.ui-button-icon-only { width : 2.2em ; } /* to make room for the icon, a width needs to be set here */
12293button .ui-button-icon-only { width : 2.4em ; } /* button elements seem to need a little more width */
@@ -146,15 +117,7 @@ input.ui-button { padding: .4em 1em; }
146117
147118/* workarounds */
148119button .ui-button ::-moz-focus-inner { border : 0 ; padding : 0 ; } /* reset extra padding in Firefox */
149- /*
150- * jQuery UI Datepicker 1.8.17
151- *
152- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
153- * Dual licensed under the MIT or GPL Version 2 licenses.
154- * http://jquery.org/license
155- *
156- * http://docs.jquery.com/UI/Datepicker#theming
157- */
120+
158121.ui-datepicker { width : 17em ; padding : .2em .2em 0 ; display : none; }
159122.ui-datepicker .ui-datepicker-header { position : relative; padding : .2em 0 ; }
160123.ui-datepicker .ui-datepicker-prev , .ui-datepicker .ui-datepicker-next { position : absolute; top : 2px ; width : 1.8em ; height : 1.8em ; }
@@ -213,15 +176,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
213176 left : -4px ; /*must have*/
214177 width : 200px ; /*must have*/
215178 height : 200px ; /*must have*/
216- }/*
217- * jQuery UI Dialog 1.8.17
218- *
219- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
220- * Dual licensed under the MIT or GPL Version 2 licenses.
221- * http://jquery.org/license
222- *
223- * http://docs.jquery.com/UI/Dialog#theming
224- */
179+ }
225180.ui-dialog { position : absolute; padding : .2em ; width : 300px ; overflow : hidden; }
226181.ui-dialog .ui-dialog-titlebar { padding : .4em 1em ; position : relative; }
227182.ui-dialog .ui-dialog-title { float : left; margin : .1em 16px .1em 0 ; }
@@ -234,25 +189,9 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
234189.ui-dialog .ui-dialog-buttonpane button { margin : .5em .4em .5em 0 ; cursor : pointer; }
235190.ui-dialog .ui-resizable-se { width : 14px ; height : 14px ; right : 3px ; bottom : 3px ; }
236191.ui-draggable .ui-dialog-titlebar { cursor : move; }
237- /*
238- * jQuery UI Progressbar 1.8.17
239- *
240- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
241- * Dual licensed under the MIT or GPL Version 2 licenses.
242- * http://jquery.org/license
243- *
244- * http://docs.jquery.com/UI/Progressbar#theming
245- */
192+
246193.ui-progressbar { height : 2em ; text-align : left; overflow : hidden; }
247- .ui-progressbar .ui-progressbar-value {margin : -1px ; height : 100% ; }/*
248- * jQuery UI Resizable 1.8.17
249- *
250- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
251- * Dual licensed under the MIT or GPL Version 2 licenses.
252- * http://jquery.org/license
253- *
254- * http://docs.jquery.com/UI/Resizable#theming
255- */
194+ .ui-progressbar .ui-progressbar-value {margin : -1px ; height : 100% ; }
256195.ui-resizable { position : relative;}
257196.ui-resizable-handle { position : absolute;font-size : 0.1px ;z-index : 99999 ; display : block; }
258197.ui-resizable-disabled .ui-resizable-handle , .ui-resizable-autohide .ui-resizable-handle { display : none; }
@@ -263,25 +202,9 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
263202.ui-resizable-se { cursor : se-resize; width : 12px ; height : 12px ; right : 1px ; bottom : 1px ; }
264203.ui-resizable-sw { cursor : sw-resize; width : 9px ; height : 9px ; left : -5px ; bottom : -5px ; }
265204.ui-resizable-nw { cursor : nw-resize; width : 9px ; height : 9px ; left : -5px ; top : -5px ; }
266- .ui-resizable-ne { cursor : ne-resize; width : 9px ; height : 9px ; right : -5px ; top : -5px ;}/*
267- * jQuery UI Selectable 1.8.17
268- *
269- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
270- * Dual licensed under the MIT or GPL Version 2 licenses.
271- * http://jquery.org/license
272- *
273- * http://docs.jquery.com/UI/Selectable#theming
274- */
205+ .ui-resizable-ne { cursor : ne-resize; width : 9px ; height : 9px ; right : -5px ; top : -5px ;}
275206.ui-selectable-helper { position : absolute; z-index : 100 ; border : 1px dotted black; }
276- /*
277- * jQuery UI Slider 1.8.17
278- *
279- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
280- * Dual licensed under the MIT or GPL Version 2 licenses.
281- * http://jquery.org/license
282- *
283- * http://docs.jquery.com/UI/Slider#theming
284- */
207+
285208.ui-slider { position : relative; text-align : left; }
286209.ui-slider .ui-slider-handle { position : absolute; z-index : 2 ; width : 1.2em ; height : 1.2em ; cursor : default; }
287210.ui-slider .ui-slider-range { position : absolute; z-index : 1 ; font-size : .7em ; display : block; border : 0 ; background-position : 0 0 ; }
@@ -296,15 +219,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
296219.ui-slider-vertical .ui-slider-handle { left : -.3em ; margin-left : 0 ; margin-bottom : -.6em ; }
297220.ui-slider-vertical .ui-slider-range { left : 0 ; width : 100% ; }
298221.ui-slider-vertical .ui-slider-range-min { bottom : 0 ; }
299- .ui-slider-vertical .ui-slider-range-max { top : 0 ; }/*
300- * jQuery UI Tabs 1.8.17
301- *
302- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
303- * Dual licensed under the MIT or GPL Version 2 licenses.
304- * http://jquery.org/license
305- *
306- * http://docs.jquery.com/UI/Tabs#theming
307- */
222+ .ui-slider-vertical .ui-slider-range-max { top : 0 ; }
308223.ui-tabs { position : relative; padding : .2em ; zoom : 1 ; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
309224.ui-tabs .ui-tabs-nav { margin : 0 ; padding : .2em .2em 0 ; }
310225.ui-tabs .ui-tabs-nav li { list-style : none; float : left; position : relative; top : 1px ; margin : 0 .2em 1px 0 ; border-bottom : 0 !important ; padding : 0 ; white-space : nowrap; }
@@ -314,18 +229,6 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
314229.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... */
315230.ui-tabs .ui-tabs-panel { display : block; border-width : 0 ; padding : 1em 1.4em ; background : none; }
316231.ui-tabs .ui-tabs-hide { display : none !important ; }
317- /*
318- * jQuery UI CSS Framework 1.8.17
319- *
320- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
321- * Dual licensed under the MIT or GPL Version 2 licenses.
322- * http://jquery.org/license
323- *
324- * http://docs.jquery.com/UI/Theming/API
325- *
326- * To view and modify this theme, visit http://jqueryui.com/themeroller/
327- */
328-
329232
330233/* Component containers
331234----------------------------------*/
0 commit comments