Skip to content

Commit

Permalink
Some more RTL improvements for permalink settings. props SergeyBiryuk…
Browse files Browse the repository at this point in the history
…ov. fixes #16834.

git-svn-id: http://core.svn.wordpress.org/trunk@24315 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
ocean90 committed May 22, 2013
1 parent 023deb3 commit 6ad78a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions wp-admin/css/wp-admin-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1574,11 +1574,6 @@ h2 .nav-tab {
font-family: Tahoma, Arial, sans-serif;
}

#permalink-settings {
width: auto;
}

#permalink-settings code,
#permalink_structure {
float: right;
}
Expand All @@ -1587,6 +1582,10 @@ h2 .nav-tab {
unicode-bidi: embed;
}

.options-permalink-php #rules {
direction: ltr;
}

/*------------------------------------------------------------------------------
21.0 - Admin Footer
------------------------------------------------------------------------------*/
Expand Down
2 changes: 1 addition & 1 deletion wp-admin/options-permalink.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function options_permalink_add_js() {
/* 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 <abbr title="Universal Resource Locator">URL</abbr>s here. For example, using <code>topics</code> as your category base would make your category links like <code>http://example.org/%stopics/uncategorized/</code>. If you leave these blank the defaults will be used.'), $suffix ); ?></p>

<table class="form-table" id="permalink-settings">
<table class="form-table">
<tr>
<th><label for="category_base"><?php /* translators: prefix for category permalinks */ _e('Category base'); ?></label></th>
<td><?php echo $blog_prefix; ?> <input name="category_base" id="category_base" type="text" value="<?php echo esc_attr( $category_base ); ?>" class="regular-text code" /></td>
Expand Down

0 comments on commit 6ad78a3

Please sign in to comment.