Editor: Center-align Publish/Update spinner on small-screen devices.
Props tywayne for initial patch. Fixes #32947. Built from https://develop.svn.wordpress.org/trunk@33252 git-svn-id: http://core.svn.wordpress.org/trunk@33224 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user