From f91c3305cf0768ddb9f7974d5775b6edf0253516 Mon Sep 17 00:00:00 2001 From: Scott González Date: Mon, 10 Jan 2011 21:44:25 -0500 Subject: Fixed headers for menu, spinner, tooltip stylesheets. --- themes/base/jquery.ui.spinner.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'themes/base/jquery.ui.spinner.css') 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; } -- cgit v1.2.3