Editor: Center-align Publish/Update spinner on small-screen devices.

Props tywayne for initial patch.
Fixes #32947.



git-svn-id: https://develop.svn.wordpress.org/trunk@33252 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Konstantin Obenland 2015-07-14 04:01:10 +00:00
parent 8560ac41f1
commit 3bafaf7983
1 changed files with 5 additions and 0 deletions

View File

@ -1528,6 +1528,11 @@ table.links-table {
line-height: 47px;
}
#publishing-action .spinner {
float: none;
margin-top: -2px; /* Half of the Publish button's bottom margin. */
}
/* Moderate Comment */
.comment-ays th,
.comment-ays td {