mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Use separate ajax spinners for the Save Draft and Publish buttons on the post form. fixes #14582 with initial patch from wojtek.szkutnik.
git-svn-id: https://develop.svn.wordpress.org/trunk@15722 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -317,6 +317,11 @@ form p.submit a.cancel:hover {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#minor-publishing .ajax-loading {
|
||||
padding: 3px 0 0 4px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.preview {
|
||||
float: right;
|
||||
}
|
||||
@@ -1919,10 +1924,15 @@ input#link_url {
|
||||
}
|
||||
|
||||
#media-buttons img,
|
||||
#submitpost #ajax-loading {
|
||||
#submitpost #ajax-loading,
|
||||
#submitpost .ajax-loading {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#wpcontent .ajax-loading {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.submitbox .submit {
|
||||
text-align: left;
|
||||
padding: 12px 10px 10px;
|
||||
|
||||
Reference in New Issue
Block a user