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

git-svn-id: https://develop.svn.wordpress.org/trunk@22641 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2012-11-18 16:49:17 +00:00
parent 805c464c27
commit ae6db5cab0
2 changed files with 17 additions and 0 deletions

View File

@ -1573,6 +1573,18 @@ table .column-rating {
left: 15px;
}
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
left: auto;
right: -1000em;
}
.screen-reader-shortcut:focus {
left: auto;
right: 6px;
}
/*------------------------------------------------------------------------------
24.0 - Dead
------------------------------------------------------------------------------*/

View File

@ -104,6 +104,11 @@
border-left: 0;
}
#wpadminbar .screen-reader-shortcut:focus {
left: auto;
right: 6px;
}
/**
* My Account
*/