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

git-svn-id: http://svn.automattic.com/wordpress/trunk@16719 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
scribu
2010-12-04 09:01:23 +00:00
parent 88d961937e
commit 2e2ac55ced
8 changed files with 29 additions and 17 deletions

File diff suppressed because one or more lines are too long

View File

@@ -463,3 +463,7 @@ table.ie-fixed {
.menu li.sortable-placeholder {
min-width:400px;
}
#loading-items {
filter:alpha(opacity=70);
}

File diff suppressed because one or more lines are too long

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;