RTL fixes. Props yoavf. fixes #9975

git-svn-id: http://svn.automattic.com/wordpress/trunk@11487 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-05-29 19:28:59 +00:00
parent 77aea25489
commit 485174959d
2 changed files with 14 additions and 0 deletions

View File

@ -75,3 +75,9 @@ body, td, textarea, input, select {
.updated, .error { .updated, .error {
clear: both; 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-left: 0;
padding-right: 25px; padding-right: 25px;
} }
ol {
list-style-type:decimal;
margin-left:0;
margin-right:2em;
}
/* TinyMCE /* TinyMCE
=================================== */ =================================== */
.clearlooks2 .mceTop .mceLeft { .clearlooks2 .mceTop .mceLeft {