Skip to content

Commit 4e13860

Browse files
committed
Spinner: Adjust styles for new button CSS
Closes gh-1629
1 parent 5d7e8b1 commit 4e13860

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

themes/base/spinner.css

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
margin: .2em 0;
2424
vertical-align: middle;
2525
margin-left: .4em;
26-
margin-right: 22px;
26+
margin-right: 2em;
2727
}
2828
.ui-spinner-button {
29-
width: 16px;
29+
width: 1.6em;
3030
height: 50%;
3131
font-size: .5em;
3232
padding: 0;
@@ -44,13 +44,6 @@
4444
border-bottom-style: none;
4545
border-right-style: none;
4646
}
47-
/* vertically center icon */
48-
.ui-spinner .ui-icon {
49-
position: absolute;
50-
margin-top: -8px;
51-
top: 50%;
52-
left: 0;
53-
}
5447
.ui-spinner-up {
5548
top: 0;
5649
}

0 commit comments

Comments
 (0)