Ticket #54395: 54395.patch
| File 54395.patch, 1.4 KB (added by , 5 years ago) |
|---|
-
src/wp-includes/css/media-views.css
370 370 } 371 371 372 372 .media-sidebar h2, 373 .image-details h2:not(.media-attachments-filter-heading){373 .image-details .media-embed h2 { 374 374 position: relative; 375 375 font-weight: 600; 376 376 text-transform: uppercase; … … 898 898 899 899 .media-frame select.attachment-filters:last-of-type { 900 900 margin-right: 0; 901 width: auto;902 max-width: 100%;903 901 } 904 902 905 903 /** … … 2623 2621 right: 262px; 2624 2622 } 2625 2623 2624 .attachments-browser .media-toolbar { 2625 height: 82px; 2626 } 2627 2628 .attachments-browser .attachments, 2629 .attachments-browser .uploader-inline, 2630 .media-frame-content .attachments-browser .attachments-wrapper { 2631 top: 82px; 2632 } 2633 2626 2634 .media-sidebar .setting, 2627 2635 .attachment-details .setting { 2628 2636 margin: 6px 0; … … 2832 2840 } 2833 2841 2834 2842 @media screen and (max-width: 782px) { 2835 .attachments-browser .media-toolbar {2836 height: 82px;2837 }2838 2839 .attachments-browser .attachments,2840 .attachments-browser .uploader-inline {2841 top: 82px;2842 }2843 2844 2843 .media-frame-toolbar .media-toolbar { 2845 2844 bottom: -54px; 2846 2845 } … … 2891 2890 right: 0; 2892 2891 } 2893 2892 2894 .attachments-browser .attachments-wrapper {2895 padding-top: 12px;2896 }2897 2898 2893 .image-details .media-frame-title { 2899 2894 display: block; 2900 2895 top: 0;