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
@ -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: 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");
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 483 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 613 B |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1013 B |
Before Width: | Height: | Size: 146 B |
Before Width: | Height: | Size: 176 B |