Make WordPress Core

Changeset 45248


Ignore:
Timestamp:
04/18/2019 09:42:48 PM (6 years ago)
Author:
afercia
Message:

Accessibility: Improve the "Alt text" description styles for small screens.

Amends [44900].
See #41612.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/media-views.css

    r44900 r45248  
    448448
    449449.attachment-details .setting + .description {
     450    clear: both;
    450451    font-size: 12px;
    451452    font-style: normal;
     
    23872388    .attachment-details .setting input[type="url"],
    23882389    .attachment-details .setting textarea,
    2389     .attachment-details .setting select {
     2390    .attachment-details .setting select,
     2391    .attachment-details .setting + .description {
    23902392        float: none;
    23912393        width: 98%;
     
    24352437        width: 100%;
    24362438        margin-left: 0;
     2439    }
     2440
     2441    .image-details .embed-media-settings .setting.has-description {
     2442        margin-bottom: 5px;
     2443    }
     2444
     2445    .image-details .description {
     2446        width: auto;
     2447        margin: 0 20px;
    24372448    }
    24382449
Note: See TracChangeset for help on using the changeset viewer.