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:
Konstantin Obenland 2015-07-14 04:02:24 +00:00
parent f020fab7ef
commit 62c6bd8849
5 changed files with 13 additions and 3 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 {

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 {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta2-33251';
$wp_version = '4.3-beta2-33252';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.