mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Move ajax spinner to be adjacent to the Quick Edit Update button. also, the dashboard recent comments Submit Reply button. fixes #12345
git-svn-id: https://develop.svn.wordpress.org/trunk@13832 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -427,6 +427,10 @@ td.action-links, th.action-links {
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
#replysubmit img.waiting,
|
||||
.inline-edit-save img.waiting {
|
||||
float: left;
|
||||
}
|
||||
/* 2500 - 2700
|
||||
=================================== */
|
||||
#bulk-titles div a {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -2404,8 +2404,9 @@ fieldset {
|
||||
|
||||
#replysubmit img.waiting,
|
||||
.inline-edit-save img.waiting {
|
||||
padding: 2px 10px 0;
|
||||
padding: 4px 10px 0;
|
||||
vertical-align: top;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#replysubmit .button {
|
||||
|
||||
Reference in New Issue
Block a user