Make WordPress Core


Ignore:
Timestamp:
08/26/2014 12:54:23 PM (11 years ago)
Author:
ocean90
Message:

RTL: Fix modal alignments.

  • Prevent horizontal scrollbars in Chrome.
  • URL fields should be always LTR.
  • Force the plugin details to be LTR for all screens, see #19778.

fixes #29352.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/template.php

    r29239 r29623  
    453453        <div class="inside">
    454454        <label for="author-url"><?php _e('URL') ?></label>
    455         <input type="text" id="author-url" name="newcomment_author_url" size="103" value="" />
     455        <input type="text" id="author-url" name="newcomment_author_url" class="code" size="103" value="" />
    456456        </div>
    457457        <div style="clear:both;"></div>
Note: See TracChangeset for help on using the changeset viewer.