Ticket #57949: 57949.1.diff
File 57949.1.diff, 1.8 KB (added by , 15 months ago) |
---|
-
src/wp-admin/css/media.css
583 583 margin-top: 0; 584 584 } 585 585 586 .media-frame-content .media-search-input-label { 587 margin: 0 .2em 0 0; 588 vertical-align: baseline; 589 } 590 591 .media-frame.mode-grid .media-search-input-label { 592 position: static; 593 margin: 0 .5em 0 0; 594 } 595 586 596 .attachments-browser .media-toolbar-secondary > .media-button { 587 597 margin-right: 10px; 588 598 } … … 1334 1344 /** 1335 1345 * Media queries for media grid. 1336 1346 */ 1337 1338 1347 @media only screen and (max-width: 1120px) { 1339 1348 /* override for media-views.css */ 1340 1349 #wp-media-grid .wp-filter .attachment-filters { … … 1342 1351 } 1343 1352 } 1344 1353 1354 @media only screen and (max-width: 1000px) { 1355 /* override for forms.css */ 1356 .wp-filter p.search-box { 1357 float: none; 1358 width: 100%; 1359 margin-bottom: 20px; 1360 display: flex; 1361 } 1362 1363 } 1364 1345 1365 @media only screen and (max-width: 782px) { 1346 1366 .media-frame.mode-select .attachments-browser.fixed .media-toolbar { 1347 1367 top: 46px; -
src/wp-includes/css/media-views.css
281 281 width: calc(48% - 12px); 282 282 } 283 283 284 .media-modal-content .attachments-browser .search {285 width: 100%;286 }287 288 284 /* higher specificity */ 289 285 .wp-core-ui .media-modal-icon { 290 286 background-image: url(../images/uploader-icons.png); … … 924 920 max-width: 100%; 925 921 } 926 922 923 .media-modal .media-frame .media-search-input-label { 924 position: absolute; 925 left: 0; 926 top: 10px; 927 margin: 0; 928 line-height: 1; 929 } 930 927 931 /** 928 932 * Attachments 929 933 */