diff options
Diffstat (limited to 'themes/default/js/ui/theme')
17 files changed, 68 insertions, 67 deletions
diff --git a/themes/default/js/ui/theme/jquery.ui.accordion.css b/themes/default/js/ui/theme/jquery.ui.accordion.css index 5d79383aa..e224270b5 100644 --- a/themes/default/js/ui/theme/jquery.ui.accordion.css +++ b/themes/default/js/ui/theme/jquery.ui.accordion.css @@ -1,12 +1,12 @@ /*! - * jQuery UI Accordion 1.10.1 + * jQuery UI Accordion 1.10.4 * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * - * http://docs.jquery.com/UI/Accordion#theming + * http://api.jqueryui.com/accordion/#theming */ .ui-accordion .ui-accordion-header { display: block; diff --git a/themes/default/js/ui/theme/jquery.ui.all.css b/themes/default/js/ui/theme/jquery.ui.all.css index 351e0d8a0..cfe9c621c 100644 --- a/themes/default/js/ui/theme/jquery.ui.all.css +++ b/themes/default/js/ui/theme/jquery.ui.all.css @@ -1,12 +1,12 @@ /*! - * jQuery UI CSS Framework 1.10.1 + * jQuery UI CSS Framework 1.10.4 * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * - * http://docs.jquery.com/UI/Theming + * http://api.jqueryui.com/category/theming/ */ @import "jquery.ui.base.css"; @import "jquery.ui.theme.css"; diff --git a/themes/default/js/ui/theme/jquery.ui.autocomplete.css b/themes/default/js/ui/theme/jquery.ui.autocomplete.css index 1c6ab9786..17a34dafb 100644 --- a/themes/default/js/ui/theme/jquery.ui.autocomplete.css +++ b/themes/default/js/ui/theme/jquery.ui.autocomplete.css @@ -1,12 +1,12 @@ /*! - * jQuery UI Autocomplete 1.10.1 + * jQuery UI Autocomplete 1.10.4 * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * - * http://docs.jquery.com/UI/Autocomplete#theming + * http://api.jqueryui.com/autocomplete/#theming */ .ui-autocomplete { position: absolute; diff --git a/themes/default/js/ui/theme/jquery.ui.base.css b/themes/default/js/ui/theme/jquery.ui.base.css index aefb56517..66dc1bc64 100644 --- a/themes/default/js/ui/theme/jquery.ui.base.css +++ b/themes/default/js/ui/theme/jquery.ui.base.css @@ -1,12 +1,12 @@ /*! - * jQuery UI CSS Framework 1.10.1 + * jQuery UI CSS Framework 1.10.4 * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * - * http://docs.jquery.com/UI/Theming + * http://api.jqueryui.com/category/theming/ */ @import url("jquery.ui.core.css"); diff --git a/themes/default/js/ui/theme/jquery.ui.button.css b/themes/default/js/ui/theme/jquery.ui.button.css index 1a92496ff..f6fb63a69 100644 --- a/themes/default/js/ui/theme/jquery.ui.button.css +++ b/themes/default/js/ui/theme/jquery.ui.button.css @@ -1,12 +1,12 @@ /*! - * jQuery UI Button 1.10.1 + * jQuery UI Button 1.10.4 * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * - * http://docs.jquery.com/UI/Button#theming + * http://api.jqueryui.com/button/#theming */ .ui-button { display: inline-block; diff --git a/themes/default/js/ui/theme/jquery.ui.core.css b/themes/default/js/ui/theme/jquery.ui.core.css index 97c9696f7..76e4ba3dc 100644 --- a/themes/default/js/ui/theme/jquery.ui.core.css +++ b/themes/default/js/ui/theme/jquery.ui.core.css @@ -1,12 +1,12 @@ /*! - * jQuery UI CSS Framework 1.10.1 + * jQuery UI CSS Framework 1.10.4 * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * - * http://docs.jquery.com/UI/Theming/API + * http://api.jqueryui.com/category/theming/ */ /* Layout helpers diff --git a/themes/default/js/ui/theme/jquery.ui.datepicker.css b/themes/default/js/ui/theme/jquery.ui.datepicker.css index c20aecc6d..109660ad7 100644 --- a/themes/default/js/ui/theme/jquery.ui.datepicker.css +++ b/themes/default/js/ui/theme/jquery.ui.datepicker.css @@ -1,12 +1,12 @@ /*! - * jQuery UI Datepicker 1.10.1 + * jQuery UI Datepicker 1.10.4 * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * - * http://docs.jquery.com/UI/Datepicker#theming + * http://api.jqueryui.com/datepicker/#theming */ .ui-datepicker { width: 17em; @@ -58,9 +58,6 @@ font-size: 1em; margin: 1px 0; } -.ui-datepicker select.ui-datepicker-month-year { - width: 100%; -} .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49%; diff --git a/themes/default/js/ui/theme/jquery.ui.dialog.css b/themes/default/js/ui/theme/jquery.ui.dialog.css index 6ebd1cf80..372f703f6 100644 --- a/themes/default/js/ui/theme/jquery.ui.dialog.css +++ b/themes/default/js/ui/theme/jquery.ui.dialog.css @@ -1,14 +1,15 @@ /*! - * jQuery UI Dialog 1.10.1 + * jQuery UI Dialog 1.10.4 * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * - * http://docs.jquery.com/UI/Dialog#theming + * http://api.jqueryui.com/dialog/#theming */ .ui-dialog { + overflow: hidden; position: absolute; top: 0; left: 0; @@ -31,7 +32,7 @@ position: absolute; right: .3em; top: 50%; - width: 21px; + width: 20px; margin: -10px 0 0 0; padding: 1px; height: 20px; diff --git a/themes/default/js/ui/theme/jquery.ui.menu.css b/themes/default/js/ui/theme/jquery.ui.menu.css index 0ffa1e014..8604f9a7d 100644 --- a/themes/default/js/ui/theme/jquery.ui.menu.css +++ b/themes/default/js/ui/theme/jquery.ui.menu.css @@ -1,12 +1,12 @@ /*! - * jQuery UI Menu 1.10.1 + * jQuery UI Menu 1.10.4 * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * - * http://docs.jquery.com/UI/Menu#theming + * http://api.jqueryui.com/menu/#theming */ .ui-menu { list-style: none; @@ -23,6 +23,8 @@ margin: 0; padding: 0; width: 100%; + /* support: IE10, see #8844 */ + list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); } .ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; diff --git a/themes/default/js/ui/theme/jquery.ui.progressbar.css b/themes/default/js/ui/theme/jquery.ui.progressbar.css index f8980a597..b1a3a21af 100644 --- a/themes/default/js/ui/theme/jquery.ui.progressbar.css +++ b/themes/default/js/ui/theme/jquery.ui.progressbar.css @@ -1,12 +1,12 @@ /*! - * jQuery UI Progressbar 1.10.1 + * jQuery UI Progressbar 1.10.4 * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * - * http://docs.jquery.com/UI/Progressbar#theming + * http://api.jqueryui.com/progressbar/#theming */ .ui-progressbar { height: 2em; diff --git a/themes/default/js/ui/theme/jquery.ui.resizable.css b/themes/default/js/ui/theme/jquery.ui.resizable.css index eeb47a72d..924a291fc 100644 --- a/themes/default/js/ui/theme/jquery.ui.resizable.css +++ b/themes/default/js/ui/theme/jquery.ui.resizable.css @@ -1,12 +1,10 @@ /*! - * jQuery UI Resizable 1.10.1 + * jQuery UI Resizable 1.10.4 * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license - * - * http://docs.jquery.com/UI/Resizable#theming */ .ui-resizable { position: relative; diff --git a/themes/default/js/ui/theme/jquery.ui.selectable.css b/themes/default/js/ui/theme/jquery.ui.selectable.css index bb388ebb0..0daee3c45 100644 --- a/themes/default/js/ui/theme/jquery.ui.selectable.css +++ b/themes/default/js/ui/theme/jquery.ui.selectable.css @@ -1,12 +1,10 @@ /*! - * jQuery UI Selectable 1.10.1 + * jQuery UI Selectable 1.10.4 * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license - * - * http://docs.jquery.com/UI/Selectable#theming */ .ui-selectable-helper { position: absolute; diff --git a/themes/default/js/ui/theme/jquery.ui.slider.css b/themes/default/js/ui/theme/jquery.ui.slider.css index 662912db9..b2d80d5f3 100644 --- a/themes/default/js/ui/theme/jquery.ui.slider.css +++ b/themes/default/js/ui/theme/jquery.ui.slider.css @@ -1,12 +1,12 @@ /*! - * jQuery UI Slider 1.10.1 + * jQuery UI Slider 1.10.4 * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * - * http://docs.jquery.com/UI/Slider#theming + * http://api.jqueryui.com/slider/#theming */ .ui-slider { position: relative; diff --git a/themes/default/js/ui/theme/jquery.ui.spinner.css b/themes/default/js/ui/theme/jquery.ui.spinner.css index 1a298a472..efcaa79e5 100644 --- a/themes/default/js/ui/theme/jquery.ui.spinner.css +++ b/themes/default/js/ui/theme/jquery.ui.spinner.css @@ -1,12 +1,12 @@ /*! - * jQuery UI Spinner 1.10.1 + * jQuery UI Spinner 1.10.4 * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * - * http://docs.jquery.com/UI/Spinner#theming + * http://api.jqueryui.com/spinner/#theming */ .ui-spinner { position: relative; @@ -38,13 +38,13 @@ overflow: hidden; right: 0; } -/* more specificity required here to overide default borders */ +/* more specificity required here to override default borders */ .ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } -/* vertical centre icon */ +/* vertically center icon */ .ui-spinner .ui-icon { position: absolute; margin-top: -8px; diff --git a/themes/default/js/ui/theme/jquery.ui.tabs.css b/themes/default/js/ui/theme/jquery.ui.tabs.css index f3990a443..04f25808e 100644 --- a/themes/default/js/ui/theme/jquery.ui.tabs.css +++ b/themes/default/js/ui/theme/jquery.ui.tabs.css @@ -1,12 +1,12 @@ /*! - * jQuery UI Tabs 1.10.1 + * jQuery UI Tabs 1.10.4 * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * - * http://docs.jquery.com/UI/Tabs#theming + * http://api.jqueryui.com/tabs/#theming */ .ui-tabs { position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ @@ -22,11 +22,11 @@ position: relative; top: 0; margin: 1px .2em 0 0; - border-bottom: 0; + border-bottom-width: 0; padding: 0; white-space: nowrap; } -.ui-tabs .ui-tabs-nav li a { +.ui-tabs .ui-tabs-nav .ui-tabs-anchor { float: left; padding: .5em 1em; text-decoration: none; @@ -35,13 +35,12 @@ margin-bottom: -1px; padding-bottom: 1px; } -.ui-tabs .ui-tabs-nav li.ui-tabs-active a, -.ui-tabs .ui-tabs-nav li.ui-state-disabled a, -.ui-tabs .ui-tabs-nav li.ui-tabs-loading a { +.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, +.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, +.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { cursor: text; } -.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ -.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { +.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { cursor: pointer; } .ui-tabs .ui-tabs-panel { diff --git a/themes/default/js/ui/theme/jquery.ui.theme.css b/themes/default/js/ui/theme/jquery.ui.theme.css index b5ef1cee3..b86353d40 100644 --- a/themes/default/js/ui/theme/jquery.ui.theme.css +++ b/themes/default/js/ui/theme/jquery.ui.theme.css @@ -1,12 +1,12 @@ /*! - * jQuery UI CSS Framework 1.10.1 + * jQuery UI CSS Framework 1.10.4 * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * - * http://docs.jquery.com/UI/Theming/API + * http://api.jqueryui.com/category/theming/ * * To view and modify this theme, visit http://jqueryui.com/themeroller/ */ @@ -76,7 +76,11 @@ .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, -.ui-state-hover a:visited { +.ui-state-hover a:visited, +.ui-state-focus a, +.ui-state-focus a:hover, +.ui-state-focus a:link, +.ui-state-focus a:visited { color: #212121/*{fcHover}*/; text-decoration: none; } @@ -156,7 +160,6 @@ .ui-icon { width: 16px; height: 16px; - background-position: 16px 16px; } .ui-icon, .ui-widget-content .ui-icon { @@ -184,6 +187,7 @@ } /* positioning */ +.ui-icon-blank { background-position: 16px 16px; } .ui-icon-carat-1-n { background-position: 0 0; } .ui-icon-carat-1-ne { background-position: -16px 0; } .ui-icon-carat-1-e { background-position: -32px 0; } diff --git a/themes/default/js/ui/theme/jquery.ui.tooltip.css b/themes/default/js/ui/theme/jquery.ui.tooltip.css index bede6fcf8..c5ecaa40f 100644 --- a/themes/default/js/ui/theme/jquery.ui.tooltip.css +++ b/themes/default/js/ui/theme/jquery.ui.tooltip.css @@ -1,10 +1,12 @@ /*! - * jQuery UI Tooltip 1.10.1 + * jQuery UI Tooltip 1.10.4 * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license + * + * http://api.jqueryui.com/tooltip/#theming */ .ui-tooltip { padding: 8px; |