Make WordPress Core

Changeset 53115


Ignore:
Timestamp:
04/08/2022 09:08:55 PM (2 years ago)
Author:
joedolson
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/edit.css

    r53114 r53115  
    19701970    }
    19711971
    1972     .misc-pub-section > a {
    1973         float: right;
    1974         font-size: 16px;
    1975     }
    1976 
    19771972    #delete-action,
    19781973    #publishing-action {
Note: See TracChangeset for help on using the changeset viewer.