Use large spinner instead of 'Loading...' text. Props batmoo. See #15580

git-svn-id: https://develop.svn.wordpress.org/trunk@16719 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu
2010-12-04 09:01:23 +00:00
parent 6587afe1d1
commit c0750fba7f
8 changed files with 29 additions and 17 deletions

View File

@@ -4189,11 +4189,19 @@ td.media-icon img {
#loading-items {
position: absolute;
z-index: 9999;
padding: 10px 0;
background-color: #fff;
background-color: #eee;
opacity: 0.7;
height: 100%;
width: 100%;
}
#loading-items span {
font-weight: bold;
text-align: center;
opacity: 0.5;
background: url(../images/loading-lg.gif) no-repeat 50% top;
margin-top: 7px;
line-height: 32px;
display: block;
text-indent: -9999px;
}
#howto {
font-size: 11px;