diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-01-10 21:44:25 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-01-10 21:44:25 -0500 |
commit | f91c3305cf0768ddb9f7974d5775b6edf0253516 (patch) | |
tree | 2b8c440ace736e2ca10128b765b98efab01ec9c1 /themes/base/jquery.ui.spinner.css | |
parent | 392d79f2fed7e30a8454103763db3cd4d3168ccf (diff) | |
download | jquery-ui-f91c3305cf0768ddb9f7974d5775b6edf0253516.tar.gz jquery-ui-f91c3305cf0768ddb9f7974d5775b6edf0253516.zip |
Fixed headers for menu, spinner, tooltip stylesheets.
Diffstat (limited to 'themes/base/jquery.ui.spinner.css')
-rw-r--r-- | themes/base/jquery.ui.spinner.css | 11 |
1 files changed, 9 insertions, 2 deletions
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; } |