mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 19:54:28 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user