From 790b2a5a4138e6616ee23f5facdae654d767da19 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Wed, 22 May 2013 17:58:10 +0000 Subject: [PATCH] Some more RTL improvements for permalink settings. props SergeyBiryukov. fixes #16834. git-svn-id: https://develop.svn.wordpress.org/trunk@24315 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/wp-admin-rtl.css | 9 ++++----- wp-admin/options-permalink.php | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/wp-admin/css/wp-admin-rtl.css b/wp-admin/css/wp-admin-rtl.css index 769f471bfe..ff928f7da7 100644 --- a/wp-admin/css/wp-admin-rtl.css +++ b/wp-admin/css/wp-admin-rtl.css @@ -1574,11 +1574,6 @@ h2 .nav-tab { font-family: Tahoma, Arial, sans-serif; } -#permalink-settings { - width: auto; -} - -#permalink-settings code, #permalink_structure { float: right; } @@ -1587,6 +1582,10 @@ h2 .nav-tab { unicode-bidi: embed; } +.options-permalink-php #rules { + direction: ltr; +} + /*------------------------------------------------------------------------------ 21.0 - Admin Footer ------------------------------------------------------------------------------*/ diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 5bb42e291b..d086fdc6b1 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 ); ?>

- +