Make WordPress Core

Changeset 24283


Ignore:
Timestamp:
05/17/2013 05:55:39 PM (12 years ago)
Author:
ocean90
Message:

Improve the permalink settings UI for RTL.

props yoavf, SergeyBiryukov, DrewAPicture. fixes #16834.

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/wp-admin-rtl.css

    r24277 r24283  
    15731573    font-style: normal;
    15741574    font-family: Tahoma, Arial, sans-serif;
     1575}
     1576
     1577#permalink-settings {
     1578    width: auto;
     1579}
     1580
     1581#permalink-settings code,
     1582#permalink_structure {
     1583    float: right;
     1584}
     1585
     1586.options-permalink-php code {
     1587    unicode-bidi: embed;
    15751588}
    15761589
  • trunk/wp-admin/options-permalink.php

    r24060 r24283  
    235235printf( __('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>
    236236
    237 <table class="form-table">
     237<table class="form-table" id="permalink-settings">
    238238    <tr>
    239239        <th><label for="category_base"><?php /* translators: prefix for category permalinks */ _e('Category base'); ?></label></th>
Note: See TracChangeset for help on using the changeset viewer.