Make WordPress Core

Ticket #26439: 26439.2.diff

File 26439.2.diff, 904 bytes (added by adamsilverstein, 12 years ago)

correct placement & direction of slider handles in rtl mode

  • src/wp-admin/css/wp-admin.css

     
    49814981        margin-left: -10px;
    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 {
    49864990        position: relative;
     
    50265030        content: '\f141';
    50275031}
    50285032
     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;
     5040}
     5041
    50295042.wp-slider .ui-slider-range {
    50305043        position: absolute;
    50315044        font-size: .7em;
     
    1300113014                height: 100%;
    1300213015                z-index: 400;
    1300313016        }
    13004        
     13017
    1300513018        /* Keep the close icon from overlapping the Welcome text. */
    1300613019        .welcome-panel .welcome-panel-close {
    1300713020                overflow: hidden;