mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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