mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Spinner: Adjust styles for new button CSS
Closes gh-1629
This commit is contained in:
parent
5d7e8b1824
commit
4e13860067
@ -23,10 +23,10 @@
|
|||||||
margin: .2em 0;
|
margin: .2em 0;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin-left: .4em;
|
margin-left: .4em;
|
||||||
margin-right: 22px;
|
margin-right: 2em;
|
||||||
}
|
}
|
||||||
.ui-spinner-button {
|
.ui-spinner-button {
|
||||||
width: 16px;
|
width: 1.6em;
|
||||||
height: 50%;
|
height: 50%;
|
||||||
font-size: .5em;
|
font-size: .5em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -44,13 +44,6 @@
|
|||||||
border-bottom-style: none;
|
border-bottom-style: none;
|
||||||
border-right-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 {
|
.ui-spinner-up {
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user