From 3bafaf798374786b55ea3386bf5d6f0f683b81e7 Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Tue, 14 Jul 2015 04:01:10 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/edit.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/wp-admin/css/edit.css b/src/wp-admin/css/edit.css index 511ece6ef1..47d93f4873 100644 --- a/src/wp-admin/css/edit.css +++ b/src/wp-admin/css/edit.css @@ -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 {