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.

git-svn-id: https://develop.svn.wordpress.org/trunk@26391 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-11-26 04:58:22 +00:00
parent 3d55dbb82f
commit 90b6c4006a
9 changed files with 8 additions and 6 deletions

View File

@ -115,19 +115,21 @@ img.mce-wp-more {
border-top: 1px dotted #cccccc;
display: block;
height: 12px;
width: 100%;
margin: 1.2em auto 0;
}
img.mce-wp-more {
background: transparent url("img/more_bug.gif") no-repeat right top;
background: transparent url("img/mce-more.png") no-repeat right top;
background-size: 52px 11px;
}
img.mce-wp-nextpage {
background: transparent url("img/page_bug.gif") no-repeat right top;
background-size: 76px 11px;
background: transparent url("img/mce-nextpage.png") no-repeat right top;
background-size: 76px 11px;
}
img.wp-gallery {
border: 1px dashed #888;
background: #f2f8ff url("img/gallery.png") no-repeat scroll center center;
@ -150,14 +152,14 @@ img.wp-oembed {
(min-resolution: 120dpi) {
img.mce-wp-more {
background-image: url('../images/mce-more-2x.png');
background-image: url("img/mce-more-2x.png");
}
img.mce-wp-nextpage {
background-image: url('../images/mce-nextpage-2x.png');
background-image: url("img/mce-nextpage-2x.png");
}
img.wp-gallery {
background-image: url('../images/gallery-2x.png');
background-image: url("img/gallery-2x.png");
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 483 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1013 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 B