mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-15 23:25:50 +01:00
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:
parent
dedfc82ed8
commit
1d65842848
@ -1970,11 +1970,6 @@ table.links-table {
|
||||
padding: 20px 10px;
|
||||
}
|
||||
|
||||
.misc-pub-section > a {
|
||||
float: left;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#delete-action,
|
||||
#publishing-action {
|
||||
line-height: 3.61538461;
|
||||
|
2
wp-admin/css/edit-rtl.min.css
vendored
2
wp-admin/css/edit-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
2
wp-admin/css/edit.min.css
vendored
2
wp-admin/css/edit.min.css
vendored
File diff suppressed because one or more lines are too long
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @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.
|
||||
|
Loading…
Reference in New Issue
Block a user