Ticket #32005: 32005-2.patch
File 32005-2.patch, 873 bytes (added by , 5 years ago) |
---|
-
src/wp-includes/css/media-views.css
752 752 .media-frame select.attachment-filters { 753 753 margin-top: 11px; 754 754 margin-right: 2%; 755 max-width: 42%;756 max-width: -webkit-calc(48% - 12px);757 max-width: calc(48% - 12px);755 width: 42%; 756 width: -webkit-calc(48% - 12px); 757 width: calc(48% - 12px); 758 758 } 759 759 760 760 .media-frame select.attachment-filters:last-of-type { … … 1081 1081 } 1082 1082 1083 1083 .attachments-browser .media-toolbar-primary { 1084 max-width: 33%;1084 width: 33%; 1085 1085 } 1086 1086 1087 1087 .attachments-browser .media-toolbar-secondary { 1088 max-width: 66%;1088 width: 66%; 1089 1089 } 1090 1090 1091 .attachments-browser .search { 1092 width: 100%; 1093 } 1094 1091 1095 .uploader-inline .close { 1092 1096 background-color: transparent; 1093 1097 border: 0;