Skip to content

Commit

Permalink
All CSS: Added header comments. Fixes #5825 - Add header info to all …
Browse files Browse the repository at this point in the history
…CSS files.
  • Loading branch information
scottgonzalez committed Jul 14, 2010
1 parent 8a5d4ca commit d8caa61
Show file tree
Hide file tree
Showing 14 changed files with 123 additions and 25 deletions.
11 changes: 9 additions & 2 deletions themes/base/jquery.ui.accordion.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
/* Accordion
----------------------------------*/
/*
* jQuery UI Accordion @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Accordion#theming
*/
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
Expand Down
9 changes: 9 additions & 0 deletions themes/base/jquery.ui.all.css
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
/*
* jQuery UI CSS Framework @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming
*/
@import "jquery.ui.base.css";
@import "jquery.ui.theme.css";
22 changes: 18 additions & 4 deletions themes/base/jquery.ui.autocomplete.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,27 @@
/* Autocomplete
----------------------------------*/
/*
* jQuery UI Autocomplete @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Autocomplete#theming
*/
.ui-autocomplete { position: absolute; cursor: default; }
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }

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

/* Menu
----------------------------------*/
/*
* jQuery UI Menu @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Menu#theming
*/
.ui-menu {
list-style:none;
padding: 2px;
Expand Down
9 changes: 9 additions & 0 deletions themes/base/jquery.ui.base.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* jQuery UI CSS Framework @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming
*/
@import url("jquery.ui.core.css");

@import url("jquery.ui.accordion.css");
Expand Down
12 changes: 9 additions & 3 deletions themes/base/jquery.ui.button.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
/* Button
----------------------------------*/

/*
* jQuery UI Button @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Button#theming
*/
.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 */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
Expand Down
4 changes: 3 additions & 1 deletion themes/base/jquery.ui.core.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*
* jQuery UI CSS Framework
* jQuery UI CSS Framework @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming/API
*/

/* Layout helpers
Expand Down
11 changes: 9 additions & 2 deletions themes/base/jquery.ui.datepicker.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
/* Datepicker
----------------------------------*/
/*
* jQuery UI Datepicker @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Datepicker#theming
*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
Expand Down
11 changes: 9 additions & 2 deletions themes/base/jquery.ui.dialog.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
/* Dialog
----------------------------------*/
/*
* jQuery UI Dialog @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Dialog#theming
*/
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }
Expand Down
11 changes: 9 additions & 2 deletions themes/base/jquery.ui.progressbar.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/* Progressbar
----------------------------------*/
/*
* jQuery UI Progressbar @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Progressbar#theming
*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
11 changes: 9 additions & 2 deletions themes/base/jquery.ui.resizable.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
/* Resizable
----------------------------------*/
/*
* jQuery UI Resizable @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Resizable#theming
*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
Expand Down
11 changes: 9 additions & 2 deletions themes/base/jquery.ui.selectable.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/* Selectable
----------------------------------*/
/*
* jQuery UI Selectable @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Selectable#theming
*/
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
11 changes: 9 additions & 2 deletions themes/base/jquery.ui.slider.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
/* Slider
----------------------------------*/
/*
* jQuery UI Slider @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Slider#theming
*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
Expand Down
11 changes: 9 additions & 2 deletions themes/base/jquery.ui.tabs.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
/* Tabs
----------------------------------*/
/*
* jQuery UI Tabs @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Tabs#theming
*/
.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") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.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; }
Expand Down
4 changes: 3 additions & 1 deletion themes/base/jquery.ui.theme.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
/*
* jQuery UI CSS Framework
* jQuery UI CSS Framework @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming/API
*
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/

Expand Down

0 comments on commit d8caa61

Please sign in to comment.