CSS Framework: Update API links from the old docs site to their new API site location.

This commit is contained in:
TJ VanToll 2013-06-05 22:03:09 -04:00
parent e776a7fb09
commit 9d5d2424a9
17 changed files with 16 additions and 18 deletions

View File

@ -6,7 +6,7 @@
* Released under the MIT license. * Released under the MIT license.
* http://jquery.org/license * http://jquery.org/license
* *
* http://docs.jquery.com/UI/Accordion#theming * http://api.jqueryui.com/accordion/#theming
*/ */
.ui-accordion .ui-accordion-header { .ui-accordion .ui-accordion-header {
display: block; display: block;

View File

@ -6,7 +6,7 @@
* Released under the MIT license. * Released under the MIT license.
* http://jquery.org/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.base.css";
@import "jquery.ui.theme.css"; @import "jquery.ui.theme.css";

View File

@ -6,7 +6,7 @@
* Released under the MIT license. * Released under the MIT license.
* http://jquery.org/license * http://jquery.org/license
* *
* http://docs.jquery.com/UI/Autocomplete#theming * http://api.jqueryui.com/autocomplete/#theming
*/ */
.ui-autocomplete { .ui-autocomplete {
position: absolute; position: absolute;

View File

@ -6,7 +6,7 @@
* Released under the MIT license. * Released under the MIT license.
* http://jquery.org/license * http://jquery.org/license
* *
* http://docs.jquery.com/UI/Theming * http://api.jqueryui.com/category/theming/
*/ */
@import url("jquery.ui.core.css"); @import url("jquery.ui.core.css");

View File

@ -6,7 +6,7 @@
* Released under the MIT license. * Released under the MIT license.
* http://jquery.org/license * http://jquery.org/license
* *
* http://docs.jquery.com/UI/Button#theming * http://api.jqueryui.com/button/#theming
*/ */
.ui-button { .ui-button {
display: inline-block; display: inline-block;

View File

@ -6,7 +6,7 @@
* Released under the MIT license. * Released under the MIT license.
* http://jquery.org/license * http://jquery.org/license
* *
* http://docs.jquery.com/UI/Theming/API * http://api.jqueryui.com/category/theming/
*/ */
/* Layout helpers /* Layout helpers

View File

@ -6,7 +6,7 @@
* Released under the MIT license. * Released under the MIT license.
* http://jquery.org/license * http://jquery.org/license
* *
* http://docs.jquery.com/UI/Datepicker#theming * http://api.jqueryui.com/datepicker/#theming
*/ */
.ui-datepicker { .ui-datepicker {
width: 17em; width: 17em;

View File

@ -6,7 +6,7 @@
* Released under the MIT license. * Released under the MIT license.
* http://jquery.org/license * http://jquery.org/license
* *
* http://docs.jquery.com/UI/Dialog#theming * http://api.jqueryui.com/dialog/#theming
*/ */
.ui-dialog { .ui-dialog {
position: absolute; position: absolute;

View File

@ -6,7 +6,7 @@
* Released under the MIT license. * Released under the MIT license.
* http://jquery.org/license * http://jquery.org/license
* *
* http://docs.jquery.com/UI/Menu#theming * http://api.jqueryui.com/menu/#theming
*/ */
.ui-menu { .ui-menu {
list-style: none; list-style: none;

View File

@ -6,7 +6,7 @@
* Released under the MIT license. * Released under the MIT license.
* http://jquery.org/license * http://jquery.org/license
* *
* http://docs.jquery.com/UI/Progressbar#theming * http://api.jqueryui.com/progressbar/#theming
*/ */
.ui-progressbar { .ui-progressbar {
height: 2em; height: 2em;

View File

@ -5,8 +5,6 @@
* Copyright 2013 jQuery Foundation and other contributors * Copyright 2013 jQuery Foundation and other contributors
* Released under the MIT license. * Released under the MIT license.
* http://jquery.org/license * http://jquery.org/license
*
* http://docs.jquery.com/UI/Resizable#theming
*/ */
.ui-resizable { .ui-resizable {
position: relative; position: relative;

View File

@ -5,8 +5,6 @@
* Copyright 2013 jQuery Foundation and other contributors * Copyright 2013 jQuery Foundation and other contributors
* Released under the MIT license. * Released under the MIT license.
* http://jquery.org/license * http://jquery.org/license
*
* http://docs.jquery.com/UI/Selectable#theming
*/ */
.ui-selectable-helper { .ui-selectable-helper {
position: absolute; position: absolute;

View File

@ -6,7 +6,7 @@
* Released under the MIT license. * Released under the MIT license.
* http://jquery.org/license * http://jquery.org/license
* *
* http://docs.jquery.com/UI/Slider#theming * http://api.jqueryui.com/slider/#theming
*/ */
.ui-slider { .ui-slider {
position: relative; position: relative;

View File

@ -6,7 +6,7 @@
* Released under the MIT license. * Released under the MIT license.
* http://jquery.org/license * http://jquery.org/license
* *
* http://docs.jquery.com/UI/Spinner#theming * http://api.jqueryui.com/spinner/#theming
*/ */
.ui-spinner { .ui-spinner {
position: relative; position: relative;

View File

@ -6,7 +6,7 @@
* Released under the MIT license. * Released under the MIT license.
* http://jquery.org/license * http://jquery.org/license
* *
* http://docs.jquery.com/UI/Tabs#theming * http://api.jqueryui.com/tabs/#theming
*/ */
.ui-tabs { .ui-tabs {
position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

View File

@ -6,7 +6,7 @@
* Released under the MIT license. * Released under the MIT license.
* http://jquery.org/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/ * To view and modify this theme, visit http://jqueryui.com/themeroller/
*/ */

View File

@ -5,6 +5,8 @@
* Copyright 2013 jQuery Foundation and other contributors * Copyright 2013 jQuery Foundation and other contributors
* Released under the MIT license. * Released under the MIT license.
* http://jquery.org/license * http://jquery.org/license
*
* http://api.jqueryui.com/tooltip/#theming
*/ */
.ui-tooltip { .ui-tooltip {
padding: 8px; padding: 8px;