RTL fixes. Props yoavf. fixes #9975

git-svn-id: https://develop.svn.wordpress.org/trunk@11487 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2009-05-29 19:28:59 +00:00
parent c4977b5b6b
commit b1dd7095aa
2 changed files with 14 additions and 0 deletions
+6
View File
@@ -75,3 +75,9 @@ body, td, textarea, input, select {
.updated, .error {
clear: both;
}
.screen-reader-text, .screen-reader-text span {
left:auto;
right:-1000em;
}
}