mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00: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. git-svn-id: https://develop.svn.wordpress.org/trunk@53115 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user