Ticket #27423: 27423.13.patch
File 27423.13.patch, 813 bytes (added by , 11 years ago) |
---|
-
src/wp-includes/css/media-views.css
2182 2182 @media only screen and (max-width: 960px) { 2183 2183 .media-frame-content .media-toolbar-primary .search, 2184 2184 .media-frame-content .media-toolbar-secondary .attachment-filters { 2185 max-width: 1 20px;2185 max-width: 150px; 2186 2186 } 2187 .media-grid-view .attachments-browser .bulk-select select { 2188 max-width: 180px; 2189 } 2187 2190 } 2188 2191 2189 2192 /** … … 2550 2553 } 2551 2554 2552 2555 @media only screen and (max-width: 680px) { 2553 .media-frame-content .media-toolbar .search, 2554 .media-frame-content .media-toolbar .attachment-filters { 2556 .media-frame-content .media-toolbar .search { 2555 2557 max-width: 85px; 2556 2558 } 2557 2559 }