From 5a1262f02bc0e7a0962ef1381cb9351166eb31ab Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Fri, 8 Apr 2022 21:08:55 +0000 Subject: [PATCH] Media: Align username and post title in Save postbox. Remove the float alignment that places the "Uploaded by" username and the "Uploaded to" post title on the opposite side of the Save postbox for mobile. This matches the alignment on desktop, and makes it easier for low-vision users to track the information relationship between label and content. Props sabernhardt. Fixes #55508. git-svn-id: https://develop.svn.wordpress.org/trunk@53115 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/edit.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/wp-admin/css/edit.css b/src/wp-admin/css/edit.css index 1916aaff2a..7fa904ae1a 100644 --- a/src/wp-admin/css/edit.css +++ b/src/wp-admin/css/edit.css @@ -1969,11 +1969,6 @@ table.links-table { padding: 20px 10px; } - .misc-pub-section > a { - float: right; - font-size: 16px; - } - #delete-action, #publishing-action { line-height: 3.61538461;