aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2015-10-27 09:29:02 -0400
committerScott González <scott.gonzalez@gmail.com>2015-10-27 09:52:00 -0400
commit4e13860067ab6809d260d486ac24d63b30cc664d (patch)
treefae463b0633673023c4a52d3a76ea57a3424978e /themes
parent5d7e8b1824416f013339f5ba55169f1bcd5bd46c (diff)
downloadjquery-ui-4e13860067ab6809d260d486ac24d63b30cc664d.tar.gz
jquery-ui-4e13860067ab6809d260d486ac24d63b30cc664d.zip
Spinner: Adjust styles for new button CSS
Closes gh-1629
Diffstat (limited to 'themes')
-rw-r--r--themes/base/spinner.css11
1 files changed, 2 insertions, 9 deletions
diff --git a/themes/base/spinner.css b/themes/base/spinner.css
index 8c910958d..7bb9de6fd 100644
--- a/themes/base/spinner.css
+++ b/themes/base/spinner.css
@@ -23,10 +23,10 @@
margin: .2em 0;
vertical-align: middle;
margin-left: .4em;
- margin-right: 22px;
+ margin-right: 2em;
}
.ui-spinner-button {
- width: 16px;
+ width: 1.6em;
height: 50%;
font-size: .5em;
padding: 0;
@@ -44,13 +44,6 @@
border-bottom-style: none;
border-right-style: none;
}
-/* vertically center icon */
-.ui-spinner .ui-icon {
- position: absolute;
- margin-top: -8px;
- top: 50%;
- left: 0;
-}
.ui-spinner-up {
top: 0;
}