aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.spinner.css
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2012-04-04 11:14:03 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2012-04-04 11:14:03 +0200
commit343375b623258fe5ee276b29eda452b91a7f07a2 (patch)
tree1077f1c7ac9324275c341d0989a60222763101ce /themes/base/jquery.ui.spinner.css
parent79f1eea6dc874accae3447891783566337e97736 (diff)
downloadjquery-ui-343375b623258fe5ee276b29eda452b91a7f07a2.tar.gz
jquery-ui-343375b623258fe5ee276b29eda452b91a7f07a2.zip
Build: Get grunt default task to pass. Fix lint errors inside grunt.js file itself. Removes invalid vertical-align from spinner button css, unnecessary adjoining class in tabs.css
Diffstat (limited to 'themes/base/jquery.ui.spinner.css')
-rw-r--r--themes/base/jquery.ui.spinner.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.spinner.css b/themes/base/jquery.ui.spinner.css
index 7c0737c31..50d8e19b7 100644
--- a/themes/base/jquery.ui.spinner.css
+++ b/themes/base/jquery.ui.spinner.css
@@ -9,7 +9,7 @@
*/
.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; }
+.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; z-index: 100; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.ui-spinner-up { top: 0; }