IE RTL fixes for .screen-reader-text. props lessbloat. see #22467.

git-svn-id: https://develop.svn.wordpress.org/trunk@22721 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-11-20 18:26:32 +00:00
parent 16d68f6dba
commit 7194aa3b9c
1 changed files with 9 additions and 0 deletions

View File

@ -224,3 +224,12 @@ p.button-controls,
#nav-menus-frame .delete-action {
float: none;
}
#title-wrap #title-prompt-text {
right: 0;
}
.screen-reader-text {
right: auto;
text-indent: -1000em;
}