From e8f56bae211825dfa9f195c7e54d97de895dce0c Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Fri, 17 May 2013 17:55:39 +0000 Subject: [PATCH] Improve the permalink settings UI for RTL. props yoavf, SergeyBiryukov, DrewAPicture. fixes #16834. git-svn-id: https://develop.svn.wordpress.org/trunk@24283 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/wp-admin-rtl.css | 13 +++++++++++++ wp-admin/options-permalink.php | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/wp-admin/css/wp-admin-rtl.css b/wp-admin/css/wp-admin-rtl.css index 4f3181ed02..769f471bfe 100644 --- a/wp-admin/css/wp-admin-rtl.css +++ b/wp-admin/css/wp-admin-rtl.css @@ -1574,6 +1574,19 @@ h2 .nav-tab { font-family: Tahoma, Arial, sans-serif; } +#permalink-settings { + width: auto; +} + +#permalink-settings code, +#permalink_structure { + float: right; +} + +.options-permalink-php code { + unicode-bidi: embed; +} + /*------------------------------------------------------------------------------ 21.0 - Admin Footer ------------------------------------------------------------------------------*/ diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index d086fdc6b1..5bb42e291b 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -234,7 +234,7 @@ if ( ! $is_apache && ! $iis7_permalinks ) /* translators: %s is a placeholder that must come at the start of the URL path. */ printf( __('If you like, you may enter custom structures for your category and tag URLs here. For example, using topics as your category base would make your category links like http://example.org/%stopics/uncategorized/. If you leave these blank the defaults will be used.'), $suffix ); ?>

- +