]> source.dussan.org Git - jquery-ui.git/commitdiff
Fixed headers for menu, spinner, tooltip stylesheets.
authorScott González <scott.gonzalez@gmail.com>
Tue, 11 Jan 2011 02:44:25 +0000 (21:44 -0500)
committerScott González <scott.gonzalez@gmail.com>
Tue, 11 Jan 2011 02:44:25 +0000 (21:44 -0500)
themes/base/jquery.ui.menu.css
themes/base/jquery.ui.spinner.css
themes/base/jquery.ui.tooltip.css

index 667518bffca150e490f7268929ab0d53b3c4163c..712ea2263686fae121d7aae27f87ce2912198402 100644 (file)
@@ -4,6 +4,8 @@
  * 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;
index cd195ee47ecffbb64f5251a0bed71b631d09acd1..bc3be664b8b58cf4652cfffe6c7982be85cbee21 100644 (file)
@@ -1,5 +1,12 @@
-/* Spinner
-----------------------------------*/
+/*
+ * jQuery UI Spinner @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/Spinner#theming
+ */
 .ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
 .ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
 .ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; z-index: 100; text-align: center; vertical-align: middle; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
index 145b079d2b80c971ac64b34d6a48469e6da57749..64a03ca1ac554d5679c9af01e33d025c6329019c 100644 (file)
@@ -1,5 +1,12 @@
-/* Tooltip
-----------------------------------*/
+/*
+ * jQuery UI Tooltip @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/Tooltip#theming
+ */
 .ui-tooltip {
        padding:8px;
        position:absolute;