From 4b8144a6881558c8d005929c5cf5bebb8c37cd1e Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 8 Aug 2008 17:31:20 +0000 Subject: [PATCH] RTL fixes from RanYanivHartstein. fixes #7482 git-svn-id: https://develop.svn.wordpress.org/trunk@8592 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/rtl.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/wp-admin/rtl.css b/wp-admin/rtl.css index c07348a90f..6a425ec23d 100644 --- a/wp-admin/rtl.css +++ b/wp-admin/rtl.css @@ -335,20 +335,24 @@ div#message { clear: both; } +/* WPH - TinyMCE */ + #media-items th.label { width: 120px; } - #media-items th.label .alignleft { width: 100px; } #media-items th.label .alignright { - width: 16px; height: 16px; + width: 16px; + height: 16px; } +/* LTRs some url- and code-only form fields */ input#href, input#src, input#class_name { - direction: ltr; text-align: left; + direction: ltr; + text-align: left; } #sidemenu a { @@ -405,4 +409,4 @@ tr.image-size label { #media-upload form#filter { margin-right: -20px; -} \ No newline at end of file +}