Skip to content

Commit d8caa61

Browse files
committed
All CSS: Added header comments. Fixes #5825 - Add header info to all CSS files.
1 parent 8a5d4ca commit d8caa61

14 files changed

+123
-25
lines changed

themes/base/jquery.ui.accordion.css

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
/* Accordion
2-
----------------------------------*/
1+
/*
2+
* jQuery UI Accordion @VERSION
3+
*
4+
* Copyright 2010, 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/Accordion#theming
9+
*/
310
/* IE/Win - Fix animation bug - #4615 */
411
.ui-accordion { width: 100%; }
512
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }

themes/base/jquery.ui.all.css

+9
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1+
/*
2+
* jQuery UI CSS Framework @VERSION
3+
*
4+
* Copyright 2010, 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
9+
*/
110
@import "jquery.ui.base.css";
211
@import "jquery.ui.theme.css";

themes/base/jquery.ui.autocomplete.css

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
1-
/* Autocomplete
2-
----------------------------------*/
1+
/*
2+
* jQuery UI Autocomplete @VERSION
3+
*
4+
* Copyright 2010, 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/Autocomplete#theming
9+
*/
310
.ui-autocomplete { position: absolute; cursor: default; }
411
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }
512

613
/* workarounds */
714
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
815

9-
/* Menu
10-
----------------------------------*/
16+
/*
17+
* jQuery UI Menu @VERSION
18+
*
19+
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
20+
* Dual licensed under the MIT or GPL Version 2 licenses.
21+
* http://jquery.org/license
22+
*
23+
* http://docs.jquery.com/UI/Menu#theming
24+
*/
1125
.ui-menu {
1226
list-style:none;
1327
padding: 2px;

themes/base/jquery.ui.base.css

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* jQuery UI CSS Framework @VERSION
3+
*
4+
* Copyright 2010, 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
9+
*/
110
@import url("jquery.ui.core.css");
211

312
@import url("jquery.ui.accordion.css");

themes/base/jquery.ui.button.css

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
/* Button
2-
----------------------------------*/
3-
1+
/*
2+
* jQuery UI Button @VERSION
3+
*
4+
* Copyright 2010, 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/Button#theming
9+
*/
410
.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 */
511
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
612
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */

themes/base/jquery.ui.core.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
/*
2-
* jQuery UI CSS Framework
2+
* jQuery UI CSS Framework @VERSION
33
*
44
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
7+
*
8+
* http://docs.jquery.com/UI/Theming/API
79
*/
810

911
/* Layout helpers

themes/base/jquery.ui.datepicker.css

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
/* Datepicker
2-
----------------------------------*/
1+
/*
2+
* jQuery UI Datepicker @VERSION
3+
*
4+
* Copyright 2010, 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/Datepicker#theming
9+
*/
310
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
411
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
512
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }

themes/base/jquery.ui.dialog.css

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
/* Dialog
2-
----------------------------------*/
1+
/*
2+
* jQuery UI Dialog @VERSION
3+
*
4+
* Copyright 2010, 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/Dialog#theming
9+
*/
310
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
411
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; }
512
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }

themes/base/jquery.ui.progressbar.css

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
/* Progressbar
2-
----------------------------------*/
1+
/*
2+
* jQuery UI Progressbar @VERSION
3+
*
4+
* Copyright 2010, 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/Progressbar#theming
9+
*/
310
.ui-progressbar { height:2em; text-align: left; }
411
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

themes/base/jquery.ui.resizable.css

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
/* Resizable
2-
----------------------------------*/
1+
/*
2+
* jQuery UI Resizable @VERSION
3+
*
4+
* Copyright 2010, 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/Resizable#theming
9+
*/
310
.ui-resizable { position: relative;}
411
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
512
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }

themes/base/jquery.ui.selectable.css

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
/* Selectable
2-
----------------------------------*/
1+
/*
2+
* jQuery UI Selectable @VERSION
3+
*
4+
* Copyright 2010, 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/Selectable#theming
9+
*/
310
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }

themes/base/jquery.ui.slider.css

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
/* Slider
2-
----------------------------------*/
1+
/*
2+
* jQuery UI Slider @VERSION
3+
*
4+
* Copyright 2010, 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/Slider#theming
9+
*/
310
.ui-slider { position: relative; text-align: left; }
411
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
512
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

themes/base/jquery.ui.tabs.css

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
/* Tabs
2-
----------------------------------*/
1+
/*
2+
* jQuery UI Tabs @VERSION
3+
*
4+
* Copyright 2010, 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/Tabs#theming
9+
*/
310
.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") */
411
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
512
.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; }

themes/base/jquery.ui.theme.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
/*
2-
* jQuery UI CSS Framework
2+
* jQuery UI CSS Framework @VERSION
33
*
44
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*
8+
* http://docs.jquery.com/UI/Theming/API
9+
*
810
* To view and modify this theme, visit http://jqueryui.com/themeroller/
911
*/
1012

0 commit comments

Comments
 (0)