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.

Built from https://develop.svn.wordpress.org/trunk@26391


git-svn-id: http://core.svn.wordpress.org/trunk@26291 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-11-26 04:59:09 +00:00
parent e911c4272a
commit c7bd838884
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