From c86798a070cb13100f835f8c40171be590f53c42 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 24 Mar 2008 16:16:15 +0000 Subject: [PATCH] RTL fixes from mani_monaj and RanYanivHartstein?. see #6296 #6365 git-svn-id: https://develop.svn.wordpress.org/trunk@7501 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/theme-editor-rtl.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 wp-admin/css/theme-editor-rtl.css diff --git a/wp-admin/css/theme-editor-rtl.css b/wp-admin/css/theme-editor-rtl.css new file mode 100644 index 0000000000..407886b284 --- /dev/null +++ b/wp-admin/css/theme-editor-rtl.css @@ -0,0 +1,11 @@ +#templateside { + float:left; +} +#themeselector { + padding-right:0; + padding-left:5px; +} +div.tablenav { + margin-left:210px; + margin-right:0; +} \ No newline at end of file