Re-position the QuickPress ajax spinner. Fixes #10680

git-svn-id: https://develop.svn.wordpress.org/trunk@13085 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-02-13 05:35:47 +00:00
parent 1a4072f2e7
commit dc02d03fcb
5 changed files with 14 additions and 10 deletions

View File

@@ -299,7 +299,12 @@ div.postbox div.inside {
}
#dashboard-widgets #dashboard_quick_press form p.submit #publish {
float: right;
float: none;
}
#dashboard-widgets #dashboard_quick_press form p.submit img.waiting {
vertical-align: middle;
visibility: hidden;
}
/* Recent Drafts */