]> source.dussan.org Git - jquery-ui.git/commitdiff
All CSS: Added header comments. Fixes #5825 - Add header info to all CSS files.
authorScott González <scott.gonzalez@gmail.com>
Wed, 14 Jul 2010 19:55:54 +0000 (15:55 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 14 Jul 2010 19:55:54 +0000 (15:55 -0400)
14 files changed:
themes/base/jquery.ui.accordion.css
themes/base/jquery.ui.all.css
themes/base/jquery.ui.autocomplete.css
themes/base/jquery.ui.base.css
themes/base/jquery.ui.button.css
themes/base/jquery.ui.core.css
themes/base/jquery.ui.datepicker.css
themes/base/jquery.ui.dialog.css
themes/base/jquery.ui.progressbar.css
themes/base/jquery.ui.resizable.css
themes/base/jquery.ui.selectable.css
themes/base/jquery.ui.slider.css
themes/base/jquery.ui.tabs.css
themes/base/jquery.ui.theme.css

index 775ce77c9b91036325a39c60b612f7a53f72c824..6edf6e5ef967e644e857931bb22d7cb5b8459f1d 100644 (file)
@@ -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; }
index 6ee0fdf4ac9b6ac0daab1403a1ef0e34655cb415..0302dfb961e8bcd08535ddffe2a277749a20dd9b 100644 (file)
@@ -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";
index f9900624362d273ecd640e0b03432d9dd9125537..686a48430e49008bef77128ecbd0ed0e7774015f 100644 (file)
@@ -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;
index 66a7c24e93bfadc091d5f66d238169dc91a47f01..7634fb61e7cc6c475a8ec24f2530d146e22fc4af 100644 (file)
@@ -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");
index efe1ec03eb8573a7aa03ae49902ab91df425bf70..00c2b3b1598d82acb055d98032918b1dc2c88ffd 100644 (file)
@@ -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 */
index 2feffc600f04d36d8522db8cd4d6dbcc5dbbfc48..a04066df6588c232dca3db727fb028d28a46f995 100644 (file)
@@ -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
index a1116e69c7442b31b3942f103c3b6250c2c66b28..9494fed7462bd80f71b733b2321341408b81206f 100644 (file)
@@ -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; }
index 29c4dde13cbd4613c66ec5ce675ac88edf4d9061..81f7f68c0ab39095a5b52910af9f6bfdaa9e6b55 100644 (file)
@@ -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; } 
index bc0939ecfa10f135eb8cb7df856c62c39ece525f..50fe84a6f4afab45df569da3eb1e0f5ebcae9a95 100644 (file)
@@ -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%; }
\ No newline at end of file
index 366643b54219a83ab5be3d50e8e7810213403b6a..3b86c7c3a334cfd917f4f53d5f1280a9a9e0050f 100644 (file)
@@ -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; }
index 639bcfc5a7f68af9ee09505f65a5c670fac95e94..de2f7f3b64fc18e9d8f8468857f66f354a396a5b 100644 (file)
@@ -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; }
index 07c6f4e5ef38b5bad88067e659dab2cb78e76912..0b1d31e94aae39bf4a09a87827bc9c9899104826 100644 (file)
@@ -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; }
index 99e16dbdbe6f6538e594893eabb5b8c00e7ac5e3..5b3b58e81e8296d1901014c1ec163088aa115a52 100644 (file)
@@ -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; }
index f2f1631a8fdd46b0b545c4f99922926c4c9af8ad..922054384514ace25cc7dfcc035b1c04f4cc97af 100644 (file)
@@ -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/
  */