Copy wpspin_light to wp-includes as wpspin.gif. Use it in media views. see #22728.

git-svn-id: https://develop.svn.wordpress.org/trunk@23023 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-12-04 16:18:53 +00:00
parent 5d903fc14d
commit d943307e5d
3 changed files with 5 additions and 1 deletions

View File

@ -817,6 +817,10 @@
background-image: url(../images/uploader-icons-2x.png);
background-size: 134px 15px;
}
.media-sidebar .settings-save-status .spinner {
background-image: url(../images/wpspin-2x.gif);
}
}
/**
@ -1228,7 +1232,7 @@
}
.media-sidebar .settings-save-status .spinner {
background: url(../../wp-admin/images/wpspin_light.gif) no-repeat;
background: url(../images/wpspin.gif) no-repeat;
background-size: 16px 16px;
display: none;
float: right;

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB