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:
Mark Jaquith 2013-07-12 16:49:14 +00:00
parent eaa4370237
commit 00fb9bfcb7
3 changed files with 7 additions and 3 deletions

View File

@ -3748,6 +3748,10 @@ table.diff .diff-addedline ins {
border-style: solid;
}
div.revisions-controls > .wp-slider > .ui-slider-handle {
margin-left: -10px;
}
/* jQuery UI Slider */
.wp-slider.ui-slider {
position: relative;
@ -3773,9 +3777,9 @@ table.diff .diff-addedline ins {
content: "";
position: absolute;
top: 6px;
left: 4px;
left: 3px;
height: 8px;
width: 12px;
width: 13px;
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 {
top: -.3em;
top: -.25em;
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