Make WordPress Core

Changeset 26717


Ignore:
Timestamp:
12/06/2013 07:20:25 AM (11 years ago)
Author:
iammattthomas
Message:

Correct the direction of arrow icons when comparing revisions in RTL. Fixes #26439, props adamsilverstein.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/wp-admin.css

    r26715 r26717  
    49824982}
    49834983
     4984.rtl div.revisions-controls > .wp-slider > .ui-slider-handle {
     4985    margin-right: -10px;
     4986}
     4987
    49844988 /* jQuery UI Slider */
    49854989.wp-slider.ui-slider {
     
    50255029.wp-slider .ui-slider-handle.to-handle:before {
    50265030    content: '\f141';
     5031}
     5032
     5033.rtl .wp-slider .ui-slider-handle.from-handle:before {
     5034    content: '\f141';
     5035}
     5036
     5037.rtl .wp-slider .ui-slider-handle.to-handle:before {
     5038    content: '\f139';
     5039    right: -1px;
    50275040}
    50285041
     
    1301513028        z-index: 400;
    1301613029    }
    13017    
     13030
    1301813031    /* Keep the close icon from overlapping the Welcome text. */
    1301913032    .welcome-panel .welcome-panel-close {
Note: See TracChangeset for help on using the changeset viewer.