Make WordPress Core


Ignore:
Timestamp:
03/14/2014 05:54:16 AM (11 years ago)
Author:
azaozz
Message:

Modals: darken all overlays, update all box-shadows and headings, correct thickbox styling, make the link modal narrower and bring back the animation (css transition). Props avryl, see #26952

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r27530 r27532  
    10611061                </div>
    10621062                <div class="link-target">
    1063                     <label><input type="checkbox" id="link-target-checkbox" /> <?php _e( 'Open link in a new window/tab' ); ?></label>
     1063                    <label><span>&nbsp;</span><input type="checkbox" id="link-target-checkbox" /> <?php _e( 'Open link in a new window/tab' ); ?></label>
    10641064                </div>
    10651065            </div>
     
    10901090        <div class="submitbox">
    10911091            <div id="wp-link-update">
    1092                 <input type="submit" value="<?php esc_attr_e( 'Add Link' ); ?>" class="button-primary" id="wp-link-submit" name="wp-link-submit">
     1092                <input type="submit" value="<?php esc_attr_e( 'Add Link' ); ?>" class="button button-primary" id="wp-link-submit" name="wp-link-submit">
    10931093            </div>
    10941094            <div id="wp-link-cancel">
Note: See TracChangeset for help on using the changeset viewer.