Make WordPress Core

Ticket #53833: 53833.more.patch

File 53833.more.patch, 961 bytes (added by sabernhardt, 3 years ago)

also edits top value instead of using padding, removes auto width for date filter

  • src/wp-includes/css/media-views.css

     
    370370}
    371371
    372372.media-sidebar h2,
    373 .image-details h2 {
     373.image-details .media-embed h2 {
    374374        position: relative;
    375375        font-weight: 600;
    376376        text-transform: uppercase;
     
    898898
    899899.media-frame select.attachment-filters:last-of-type {
    900900        margin-right: 0;
    901         width: auto;
    902         max-width: 100%;
    903901}
    904902
    905903/**
     
    28372835        }
    28382836
    28392837        .attachments-browser .attachments,
    2840         .attachments-browser .uploader-inline {
     2838        .attachments-browser .uploader-inline,
     2839        .media-frame-content .attachments-browser .attachments-wrapper {
    28412840                top: 82px;
    28422841        }
    28432842
     
    28912890                right: 0;
    28922891        }
    28932892
    2894         .attachments-browser .attachments-wrapper {
    2895                 padding-top: 12px;
    2896         }
    2897 
    28982893        .image-details .media-frame-title {
    28992894                display: block;
    29002895                top: 0;