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

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;
}
}

View File

@ -529,6 +529,14 @@ td.action-links, th.action-links {
padding-left: 0;
padding-right: 25px;
}
ol {
list-style-type:decimal;
margin-left:0;
margin-right:2em;
}
/* TinyMCE
=================================== */
.clearlooks2 .mceTop .mceLeft {