Spinner: Adjust styles for new button CSS

Closes gh-1629
This commit is contained in:
Scott González 2015-10-27 09:29:02 -04:00
parent 5d7e8b1824
commit 4e13860067

View File

@ -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;
}