From d89d4ef685ea3b29c2da23e23a7200fb1f46c81c Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sun, 19 Apr 2009 20:07:58 +0000 Subject: [PATCH] RTL fixes. Props yoavf. fixes #9521 git-svn-id: https://develop.svn.wordpress.org/trunk@11006 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/global-rtl.css | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/wp-admin/css/global-rtl.css b/wp-admin/css/global-rtl.css index 0526d9d21b..3f2a2f339e 100644 --- a/wp-admin/css/global-rtl.css +++ b/wp-admin/css/global-rtl.css @@ -5,7 +5,7 @@ margin-right:-160px; margin-left: 5px; } -div.folded #adminmenu { +body.folded #adminmenu { margin-left: 0; margin-right: -45px; } @@ -14,16 +14,19 @@ div.folded #adminmenu { float: left; clear: left; } -.has-sidebar { - float: right; - clear: right; - margin-right: 0; - margin-left: -340px; + +.has-right-sidebar #post-body { + clear:right; + float:right; + margin-right:0; + margin-left:-340px; } -.has-sidebar .has-sidebar-content { - margin-right: 0; - margin-left: 305px; + +.has-right-sidebar #post-body-content { + margin-left: 300px; + margin-right:0; } + #wpbody { margin-left:0; margin-right: 175px;