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.
Built from https://develop.svn.wordpress.org/trunk@53115


git-svn-id: http://core.svn.wordpress.org/trunk@52704 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
joedolson 2022-04-08 21:10:02 +00:00
parent dedfc82ed8
commit 1d65842848
5 changed files with 3 additions and 13 deletions

View File

@ -1970,11 +1970,6 @@ table.links-table {
padding: 20px 10px; padding: 20px 10px;
} }
.misc-pub-section > a {
float: left;
font-size: 16px;
}
#delete-action, #delete-action,
#publishing-action { #publishing-action {
line-height: 3.61538461; line-height: 3.61538461;

File diff suppressed because one or more lines are too long

View File

@ -1969,11 +1969,6 @@ table.links-table {
padding: 20px 10px; padding: 20px 10px;
} }
.misc-pub-section > a {
float: right;
font-size: 16px;
}
#delete-action, #delete-action,
#publishing-action { #publishing-action {
line-height: 3.61538461; line-height: 3.61538461;

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.0-alpha-53114'; $wp_version = '6.0-alpha-53115';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.