diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2024-04-26 16:25:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 16:25:34 +0200 |
commit | 4966aea381403ce368c17bcf4b2ecd836c82487d (patch) | |
tree | f22c8c76026832b9834dfc51f3d46be3d1831b22 /themes | |
parent | 28895912d7eed6862a062be7b8c51fad021e51cf (diff) | |
download | jquery-ui-4966aea381403ce368c17bcf4b2ecd836c82487d.tar.gz jquery-ui-4966aea381403ce368c17bcf4b2ecd836c82487d.zip |
Docs: Change a few most common domains from HTTP to HTTPS
Also, update a few stale URLs to what they redirect now to.
Closes gh-2244
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/accordion.css | 6 | ||||
-rw-r--r-- | themes/base/all.css | 6 | ||||
-rw-r--r-- | themes/base/autocomplete.css | 6 | ||||
-rw-r--r-- | themes/base/base.css | 6 | ||||
-rw-r--r-- | themes/base/button.css | 6 | ||||
-rw-r--r-- | themes/base/checkboxradio.css | 6 | ||||
-rw-r--r-- | themes/base/controlgroup.css | 6 | ||||
-rw-r--r-- | themes/base/core.css | 6 | ||||
-rw-r--r-- | themes/base/datepicker.css | 6 | ||||
-rw-r--r-- | themes/base/dialog.css | 6 | ||||
-rw-r--r-- | themes/base/draggable.css | 4 | ||||
-rw-r--r-- | themes/base/menu.css | 6 | ||||
-rw-r--r-- | themes/base/progressbar.css | 6 | ||||
-rw-r--r-- | themes/base/resizable.css | 4 | ||||
-rw-r--r-- | themes/base/selectable.css | 4 | ||||
-rw-r--r-- | themes/base/selectmenu.css | 6 | ||||
-rw-r--r-- | themes/base/slider.css | 6 | ||||
-rw-r--r-- | themes/base/sortable.css | 4 | ||||
-rw-r--r-- | themes/base/spinner.css | 6 | ||||
-rw-r--r-- | themes/base/tabs.css | 6 | ||||
-rw-r--r-- | themes/base/theme.css | 8 | ||||
-rw-r--r-- | themes/base/tooltip.css | 6 |
22 files changed, 63 insertions, 63 deletions
diff --git a/themes/base/accordion.css b/themes/base/accordion.css index be25ea4e3..d92e0a2f8 100644 --- a/themes/base/accordion.css +++ b/themes/base/accordion.css @@ -1,12 +1,12 @@ /*! * jQuery UI Accordion @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license * - * http://api.jqueryui.com/accordion/#theming + * https://api.jqueryui.com/accordion/#theming */ .ui-accordion .ui-accordion-header { display: block; diff --git a/themes/base/all.css b/themes/base/all.css index c7fe4ac7e..e6d3d4ab6 100644 --- a/themes/base/all.css +++ b/themes/base/all.css @@ -1,12 +1,12 @@ /*! * jQuery UI CSS Framework @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license * - * http://api.jqueryui.com/category/theming/ + * https://api.jqueryui.com/category/theming/ */ @import "base.css"; @import "theme.css"; diff --git a/themes/base/autocomplete.css b/themes/base/autocomplete.css index ea7464c47..b8f6eb89f 100644 --- a/themes/base/autocomplete.css +++ b/themes/base/autocomplete.css @@ -1,12 +1,12 @@ /*! * jQuery UI Autocomplete @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license * - * http://api.jqueryui.com/autocomplete/#theming + * https://api.jqueryui.com/autocomplete/#theming */ .ui-autocomplete { position: absolute; diff --git a/themes/base/base.css b/themes/base/base.css index 777fe46f4..9e410770d 100644 --- a/themes/base/base.css +++ b/themes/base/base.css @@ -1,12 +1,12 @@ /*! * jQuery UI CSS Framework @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license * - * http://api.jqueryui.com/category/theming/ + * https://api.jqueryui.com/category/theming/ */ @import url("core.css"); diff --git a/themes/base/button.css b/themes/base/button.css index a83283a73..f6780cb15 100644 --- a/themes/base/button.css +++ b/themes/base/button.css @@ -1,12 +1,12 @@ /*! * jQuery UI Button @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license * - * http://api.jqueryui.com/button/#theming + * https://api.jqueryui.com/button/#theming */ .ui-button { padding: .4em 1em; diff --git a/themes/base/checkboxradio.css b/themes/base/checkboxradio.css index 0fcf350e5..4819280fe 100644 --- a/themes/base/checkboxradio.css +++ b/themes/base/checkboxradio.css @@ -1,12 +1,12 @@ /*! * jQuery UI Checkboxradio @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license * - * http://api.jqueryui.com/checkboxradio/#theming + * https://api.jqueryui.com/checkboxradio/#theming */ .ui-checkboxradio-label .ui-icon-background { diff --git a/themes/base/controlgroup.css b/themes/base/controlgroup.css index f19cd4f27..24048bd79 100644 --- a/themes/base/controlgroup.css +++ b/themes/base/controlgroup.css @@ -1,12 +1,12 @@ /*! * jQuery UI Controlgroup @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license * - * http://api.jqueryui.com/controlgroup/#theming + * https://api.jqueryui.com/controlgroup/#theming */ .ui-controlgroup { diff --git a/themes/base/core.css b/themes/base/core.css index 0f4f07951..6917bb6d4 100644 --- a/themes/base/core.css +++ b/themes/base/core.css @@ -1,12 +1,12 @@ /*! * jQuery UI CSS Framework @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license * - * http://api.jqueryui.com/category/theming/ + * https://api.jqueryui.com/category/theming/ */ /* Layout helpers diff --git a/themes/base/datepicker.css b/themes/base/datepicker.css index 81259e4c0..b278f2c05 100644 --- a/themes/base/datepicker.css +++ b/themes/base/datepicker.css @@ -1,12 +1,12 @@ /*! * jQuery UI Datepicker @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license * - * http://api.jqueryui.com/datepicker/#theming + * https://api.jqueryui.com/datepicker/#theming */ .ui-datepicker { width: 17em; diff --git a/themes/base/dialog.css b/themes/base/dialog.css index 5915ef88a..72a12bfd3 100644 --- a/themes/base/dialog.css +++ b/themes/base/dialog.css @@ -1,12 +1,12 @@ /*! * jQuery UI Dialog @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license * - * http://api.jqueryui.com/dialog/#theming + * https://api.jqueryui.com/dialog/#theming */ .ui-dialog { position: absolute; diff --git a/themes/base/draggable.css b/themes/base/draggable.css index 2b14479bd..c77269d93 100644 --- a/themes/base/draggable.css +++ b/themes/base/draggable.css @@ -1,10 +1,10 @@ /*! * jQuery UI Draggable @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ .ui-draggable-handle { -ms-touch-action: none; diff --git a/themes/base/menu.css b/themes/base/menu.css index 880dcaec0..83e165a5d 100644 --- a/themes/base/menu.css +++ b/themes/base/menu.css @@ -1,12 +1,12 @@ /*! * jQuery UI Menu @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license * - * http://api.jqueryui.com/menu/#theming + * https://api.jqueryui.com/menu/#theming */ .ui-menu { list-style: none; diff --git a/themes/base/progressbar.css b/themes/base/progressbar.css index fab25bf6e..6c379e5bd 100644 --- a/themes/base/progressbar.css +++ b/themes/base/progressbar.css @@ -1,12 +1,12 @@ /*! * jQuery UI Progressbar @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license * - * http://api.jqueryui.com/progressbar/#theming + * https://api.jqueryui.com/progressbar/#theming */ .ui-progressbar { height: 2em; diff --git a/themes/base/resizable.css b/themes/base/resizable.css index cc99a95b5..35cd3034d 100644 --- a/themes/base/resizable.css +++ b/themes/base/resizable.css @@ -1,10 +1,10 @@ /*! * jQuery UI Resizable @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ .ui-resizable { position: relative; diff --git a/themes/base/selectable.css b/themes/base/selectable.css index 7d461830d..4b749755c 100644 --- a/themes/base/selectable.css +++ b/themes/base/selectable.css @@ -1,10 +1,10 @@ /*! * jQuery UI Selectable @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ .ui-selectable { -ms-touch-action: none; diff --git a/themes/base/selectmenu.css b/themes/base/selectmenu.css index cae2804c3..75fe3657f 100644 --- a/themes/base/selectmenu.css +++ b/themes/base/selectmenu.css @@ -1,12 +1,12 @@ /*! * jQuery UI Selectmenu @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license * - * http://api.jqueryui.com/selectmenu/#theming + * https://api.jqueryui.com/selectmenu/#theming */ .ui-selectmenu-menu { padding: 0; diff --git a/themes/base/slider.css b/themes/base/slider.css index 00696d286..d6d261c42 100644 --- a/themes/base/slider.css +++ b/themes/base/slider.css @@ -1,12 +1,12 @@ /*! * jQuery UI Slider @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license * - * http://api.jqueryui.com/slider/#theming + * https://api.jqueryui.com/slider/#theming */ .ui-slider { position: relative; diff --git a/themes/base/sortable.css b/themes/base/sortable.css index 5efc3678a..fe54de6ab 100644 --- a/themes/base/sortable.css +++ b/themes/base/sortable.css @@ -1,10 +1,10 @@ /*! * jQuery UI Sortable @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ .ui-sortable-handle { -ms-touch-action: none; diff --git a/themes/base/spinner.css b/themes/base/spinner.css index 112d4eb94..f40125d18 100644 --- a/themes/base/spinner.css +++ b/themes/base/spinner.css @@ -1,12 +1,12 @@ /*! * jQuery UI Spinner @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license * - * http://api.jqueryui.com/spinner/#theming + * https://api.jqueryui.com/spinner/#theming */ .ui-spinner { position: relative; diff --git a/themes/base/tabs.css b/themes/base/tabs.css index 60c3596d6..82db35cf9 100644 --- a/themes/base/tabs.css +++ b/themes/base/tabs.css @@ -1,12 +1,12 @@ /*! * jQuery UI Tabs @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license * - * http://api.jqueryui.com/tabs/#theming + * https://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") */ diff --git a/themes/base/theme.css b/themes/base/theme.css index 7cbb3e23a..eb1097b82 100644 --- a/themes/base/theme.css +++ b/themes/base/theme.css @@ -1,14 +1,14 @@ /*! * jQuery UI CSS Framework @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license * - * http://api.jqueryui.com/category/theming/ + * https://api.jqueryui.com/category/theming/ * - * To view and modify this theme, visit http://jqueryui.com/themeroller/ + * To view and modify this theme, visit https://jqueryui.com/themeroller/ */ diff --git a/themes/base/tooltip.css b/themes/base/tooltip.css index 7ae5cd0d7..20c31f95c 100644 --- a/themes/base/tooltip.css +++ b/themes/base/tooltip.css @@ -1,12 +1,12 @@ /*! * jQuery UI Tooltip @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license * - * http://api.jqueryui.com/tooltip/#theming + * https://api.jqueryui.com/tooltip/#theming */ .ui-tooltip { padding: 8px; |