Make WordPress Core

Changeset 26391


Ignore:
Timestamp:
11/26/2013 04:58:22 AM (12 years ago)
Author:
iammattthomas
Message:

When MP6 was merged into core, the new MCE images weren't added. Replace old MCE gifs with new PNGs and correct the paths to their 2x versions. See #26232.

Location:
trunk/src/wp-includes/js/tinymce/themes/advanced/skins/wp_theme
Files:
5 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css

    r26072 r26391  
    116116    display: block;
    117117    height: 12px;
     118    width: 100%;
    118119    margin: 1.2em auto 0;
    119120}
    120121
    121122img.mce-wp-more {
    122     background: transparent url("img/more_bug.gif") no-repeat right top;
     123    background: transparent url("img/mce-more.png") no-repeat right top;
    123124    background-size: 52px 11px;
    124125}
    125126
    126127img.mce-wp-nextpage {
    127     background: transparent url("img/page_bug.gif") no-repeat right top;
    128     background-size: 76px 11px;
     128    background: transparent url("img/mce-nextpage.png") no-repeat right top;
     129    background-size: 76px 11px;
    129130}
     131
    130132
    131133img.wp-gallery {
     
    151153
    152154    img.mce-wp-more {
    153         background-image: url('../images/mce-more-2x.png');
     155        background-image: url("img/mce-more-2x.png");
    154156    }
    155157
    156158    img.mce-wp-nextpage {
    157         background-image: url('../images/mce-nextpage-2x.png');
     159        background-image: url("img/mce-nextpage-2x.png");
    158160    }
    159161
    160162    img.wp-gallery {
    161         background-image: url('../images/gallery-2x.png');
     163        background-image: url("img/gallery-2x.png");
    162164    }
    163165}
Note: See TracChangeset for help on using the changeset viewer.