Fix the ajax loading/processing spinner for nav menu meta boxes. see #13134.

git-svn-id: https://develop.svn.wordpress.org/trunk@14293 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-04-29 07:10:54 +00:00
parent 3f9d235435
commit e70f958bff
6 changed files with 16 additions and 14 deletions
+6 -8
View File
@@ -148,14 +148,12 @@
float: right;
}
form.processing .add-to-menu {
background: url("../images/wpspin_light.gif") no-repeat top center;
display:block;
height:20px;
overflow:hidden;
text-align:left;
text-indent:-999em;
width:20px;
.postbox img.waiting {
display: none
vertical-align: middle;
}
form.processing .postbox img.waiting {
display: inline;
}
.button-controls { margin: 10px 0; }