WordPress.org

Make WordPress Core

Ticket #16834: 16834.left-edge.patch

File 16834.left-edge.patch, 1.2 KB (added by SergeyBiryukov, 7 months ago)
  • wp-admin/css/wp-admin-rtl.css

     
    14071407        font-family: Tahoma, Arial, sans-serif; 
    14081408} 
    14091409 
     1410#permalink-settings { 
     1411        width: auto; 
     1412} 
     1413 
     1414#permalink-settings code, 
     1415#permalink_structure { 
     1416        float: left; 
     1417} 
     1418 
     1419.options-permalink-php code { 
     1420        unicode-bidi: embed; 
     1421} 
     1422 
    14101423/*------------------------------------------------------------------------------ 
    14111424  21.0 - Admin Footer 
    14121425------------------------------------------------------------------------------*/ 
  • wp-admin/options-permalink.php

     
    189189); 
    190190?> 
    191191<h3><?php _e('Common Settings'); ?></h3> 
    192 <table class="form-table"> 
     192<table class="form-table" id="permalink-settings"> 
    193193        <tr> 
    194194                <th><label><input name="selection" type="radio" value="" <?php checked('', $permalink_structure); ?> /> <?php _e('Default'); ?></label></th> 
    195195                <td><code><?php echo get_option('home'); ?>/?p=123</code></td>