From f91c3305cf0768ddb9f7974d5775b6edf0253516 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 10 Jan 2011 21:44:25 -0500 Subject: [PATCH] Fixed headers for menu, spinner, tooltip stylesheets. --- themes/base/jquery.ui.menu.css | 2 ++ themes/base/jquery.ui.spinner.css | 11 +++++++++-- themes/base/jquery.ui.tooltip.css | 11 +++++++++-- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/themes/base/jquery.ui.menu.css b/themes/base/jquery.ui.menu.css index 667518bff..712ea2263 100644 --- a/themes/base/jquery.ui.menu.css +++ b/themes/base/jquery.ui.menu.css @@ -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; diff --git a/themes/base/jquery.ui.spinner.css b/themes/base/jquery.ui.spinner.css index cd195ee47..bc3be664b 100644 --- a/themes/base/jquery.ui.spinner.css +++ b/themes/base/jquery.ui.spinner.css @@ -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; } diff --git a/themes/base/jquery.ui.tooltip.css b/themes/base/jquery.ui.tooltip.css index 145b079d2..64a03ca1a 100644 --- a/themes/base/jquery.ui.tooltip.css +++ b/themes/base/jquery.ui.tooltip.css @@ -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; -- 2.39.5