RTL fixes. fixes #12347 props yoavf

git-svn-id: https://develop.svn.wordpress.org/trunk@13346 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-02-23 22:35:07 +00:00
parent 54ff8bf47c
commit b9b5480c8e
4 changed files with 12 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ td.available-theme {
}
#post-body .misc-pub-section {
border-right-width: 0;
border-left-width: 1;
border-left-width: 1px;
border-right-style: none;
border-left-style: solid;
float: right;
@@ -211,10 +211,6 @@ td.available-theme {
margin-right: 0;
margin-left: 5px;
}
#footer,
#footer a {
font-style: normal;
}
/* Post Screen */
/* 1300 - 1500
=================================== */
@@ -553,6 +549,7 @@ ol {
.media-upload-form .align .field label {
padding: 0 22px 0 0;
margin: 0 0 0 1em;
}
/* TinyMCE
@@ -582,3 +579,10 @@ ol {
direction: ltr;
}
/* no italic
=================================== */
#quicktags #ed_em, #ed_reply_toolbar #ed_reply_em, .tablenav .displaying-num, #footer, #footer a, p.help, p.description, span.description, .form-wrap p, #side-sortables .comments-box thead th,
#normal-sortables .comments-box thead th, .howto, .inline-edit-row fieldset span.title, .inline-edit-row fieldset span.checkbox-title, #utc-time, #local-time, form.upgrade .hint, p.install-help, .imgedit-help {
font-style: normal;
}