mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-24 09:11:24 +01:00
Revisions: Tweak the slider image and alignment.
See #24425. git-svn-id: http://core.svn.wordpress.org/trunk@24675 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
eaa4370237
commit
00fb9bfcb7
@ -3748,6 +3748,10 @@ table.diff .diff-addedline ins {
|
|||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.revisions-controls > .wp-slider > .ui-slider-handle {
|
||||||
|
margin-left: -10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* jQuery UI Slider */
|
/* jQuery UI Slider */
|
||||||
.wp-slider.ui-slider {
|
.wp-slider.ui-slider {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -3773,9 +3777,9 @@ table.diff .diff-addedline ins {
|
|||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 6px;
|
top: 6px;
|
||||||
left: 4px;
|
left: 3px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
width: 12px;
|
width: 13px;
|
||||||
background: url(../images/arrows-pr.png) no-repeat -2px -47px;
|
background: url(../images/arrows-pr.png) no-repeat -2px -47px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3811,7 +3815,7 @@ table.diff .diff-addedline ins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wp-slider.ui-slider-horizontal .ui-slider-handle {
|
.wp-slider.ui-slider-horizontal .ui-slider-handle {
|
||||||
top: -.3em;
|
top: -.25em;
|
||||||
margin-left: -.6em;
|
margin-left: -.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 674 B After Width: | Height: | Size: 723 B |
Binary file not shown.
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 461 B |
Loading…
Reference in New Issue
Block a user