RTL fixes. fixes #12347 props yoavf

git-svn-id: http://svn.automattic.com/wordpress/trunk@13346 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-02-23 22:35:07 +00:00
parent be7d6dda05
commit de8b58148c
4 changed files with 12 additions and 7 deletions

View File

@ -1 +1 @@
#adminmenu{float:right;clear:right;margin-right:-160px;margin-left:5px;}body.folded #adminmenu{margin-left:0;margin-right:-45px;}.inner-sidebar{float:left;clear:left;}.has-right-sidebar #post-body{clear:right;float:right;margin-right:0;margin-left:-340px;}.has-right-sidebar #post-body-content{margin-left:300px;margin-right:0;}#wpbody{margin-left:0;margin-right:175px;}.folded #wpbody{margin-left:0;margin-right:60px;}#wpbody-content{float:right;}#col-right{float:left;clear:left;}.wrap{margin:0 5px 0 15px;}body,td,textarea,input,select{font-family:Tahoma,arial;}.alignleft{float:right;}.alignright{float:left;}.subsubsub{float:right;}.widefat th{text-align:right;}.widefat th input{margin:0 8px 0 0;}.wrap h2{font-family:arial;padding:14px 0 3px 15px;}.wrap h2.long-header{padding-left:0;}.updated,.error{clear:both;}.screen-reader-text,.screen-reader-text span{left:auto;text-indent:-1000em;}
#adminmenu{float:right;clear:right;margin-right:-160px;margin-left:5px;}body.folded #adminmenu{margin-left:0;margin-right:-45px;}.inner-sidebar{float:left;clear:left;}.has-right-sidebar #post-body{clear:right;float:right;margin-right:0;margin-left:-340px;}.has-right-sidebar #post-body-content{margin-left:300px;margin-right:0;}#wpbody{margin-left:0;margin-right:175px;}.folded #wpbody{margin-left:0;margin-right:60px;}#wpbody-content{float:right;}#col-right{float:left;clear:left;}.wrap{margin:0 5px 0 15px;}body,td,textarea,input,select{font-family:Tahoma,arial;}.alignleft{float:right;}.alignright{float:left;}.subsubsub{float:right;}.widefat th{text-align:right;}.widefat th input{margin:0 8px 0 0;}.wrap h2{font-family:arial;padding:14px 0 3px 15px;font-style:normal;}.wrap h2.long-header{padding-left:0;}.updated,.error{clear:both;}.screen-reader-text,.screen-reader-text span{left:auto;text-indent:-1000em;}

View File

@ -68,6 +68,7 @@ body, td, textarea, input, select {
.wrap h2 {
font-family: arial;
padding: 14px 0 3px 15px;
font-style: normal;
}
.wrap h2.long-header {
padding-left: 0;

File diff suppressed because one or more lines are too long

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