Make WordPress Core

Changeset 22641


Ignore:
Timestamp:
11/18/2012 04:49:17 PM (12 years ago)
Author:
azaozz
Message:

RTL: fix styling of Skip To links, see #22453

Location:
trunk
Files:
2 edited

Legend:

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

    r22640 r22641  
    15721572    right: auto;
    15731573    left: 15px;
     1574}
     1575
     1576.screen-reader-text,
     1577.screen-reader-text span,
     1578.ui-helper-hidden-accessible {
     1579    left: auto;
     1580    right: -1000em;
     1581}
     1582
     1583.screen-reader-shortcut:focus {
     1584    left: auto;
     1585    right: 6px;
    15741586}
    15751587
  • trunk/wp-includes/css/admin-bar-rtl.css

    r22481 r22641  
    105105}
    106106
     107#wpadminbar .screen-reader-shortcut:focus {
     108    left: auto;
     109    right: 6px;
     110}
     111
    107112/**
    108113 * My Account
Note: See TracChangeset for help on using the changeset viewer.