Make WordPress Core


Ignore:
Timestamp:
04/14/2014 08:14:01 AM (10 years ago)
Author:
azaozz
Message:

DFW:

  • Add background color and remove the top border from the status bar (at the bottom).
  • Fix spinner to always be next to the Save button.
  • Remove width: auto; from .mce-fixed-width.

Fixes #27709

File:
1 edited

Legend:

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

    r28112 r28116  
    12651265        <div id="wp-fullscreen-save">
    12661266            <input type="button" class="button button-primary right" value="<?php echo $save; ?>" onclick="wp.editor.fullscreen.save();" />
    1267             <span class="spinner"></span>
    12681267            <span class="wp-fullscreen-saved-message"><?php if ( $post->post_status == 'publish' ) _e('Updated.'); else _e('Saved.'); ?></span>
    12691268            <span class="wp-fullscreen-error-message"><?php _e('Save failed.'); ?></span>
     1269            <span class="spinner"></span>
    12701270        </div>
    12711271
Note: See TracChangeset for help on using the changeset viewer.