Make WordPress Core


Ignore:
Timestamp:
03/18/2014 12:19:17 AM (12 years ago)
Author:
azaozz
Message:

TinyMCE:

  • Update the styling of the image caption and gallery toolbars.
  • Fix issue where the hidden clipboard div in wpView.
  • Switch to using the pencil dashicon for Edit.
  • Add max-width: 100%; to images in the gallery preview and adjust column widths.

Props cramdesign, mattheu, gcorne, melchoyce, see #27320, fixes #27376, fixes #27354

File:
1 edited

Legend:

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

    r27533 r27578  
    906906    <script type="text/html" id="tmpl-editor-gallery">
    907907        <div class="toolbar">
    908             <div class="dashicons dashicons-format-gallery edit"></div>
     908            <div class="dashicons dashicons-edit edit"></div>
    909909            <div class="dashicons dashicons-no-alt remove"></div>
    910910        </div>
Note: See TracChangeset for help on using the changeset viewer.