Fix the positioning of arrow icons in the slider buttons in Revisions. See #26439.

git-svn-id: https://develop.svn.wordpress.org/trunk@26709 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-12-06 00:42:36 +00:00
parent eb0406a401
commit c962d1d79f
1 changed files with 1 additions and 4 deletions

View File

@ -5015,9 +5015,7 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
.wp-slider .ui-slider-handle.from-handle:before,
.wp-slider .ui-slider-handle.to-handle:before {
font-size: 20px !important;
height: 8px;
width: 7px;
margin-left: 0;
margin: -1px 0 0 -1px;
}
.wp-slider .ui-slider-handle.from-handle:before {
@ -5026,7 +5024,6 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
.wp-slider .ui-slider-handle.to-handle:before {
content: '\f141';
}
.wp-slider .ui-slider-range {