Skip to content

Commit f91c330

Browse files
committed
Fixed headers for menu, spinner, tooltip stylesheets.
1 parent 392d79f commit f91c330

3 files changed

Lines changed: 20 additions & 4 deletions

File tree

themes/base/jquery.ui.menu.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
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/Menu#theming
79
*/
810
.ui-menu {
911
list-style:none;

themes/base/jquery.ui.spinner.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
/* Spinner
2-
----------------------------------*/
1+
/*
2+
* jQuery UI Spinner @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/Spinner#theming
9+
*/
310
.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
411
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
512
.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; }

themes/base/jquery.ui.tooltip.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
/* Tooltip
2-
----------------------------------*/
1+
/*
2+
* jQuery UI Tooltip @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/Tooltip#theming
9+
*/
310
.ui-tooltip {
411
padding:8px;
512
position:absolute;

0 commit comments

Comments
 (0)