Ticket #32005: 32005-3.patch
File 32005-3.patch, 1.5 KB (added by , 10 years ago) |
---|
-
src/wp-includes/css/media-views.css
216 216 -webkit-font-smoothing: subpixel-antialiased; 217 217 } 218 218 219 .media-modal-content .media-frame select.attachment-filters { 220 margin-top: 11px; 221 margin-right: 2%; 222 width: 42%; 223 width: -webkit-calc(48% - 12px); 224 width: calc(48% - 12px); 225 } 226 227 .media-modal-content .attachments-browser .media-toolbar-secondary { 228 width:66%; 229 } 230 231 .media-modal-content .media-toolbar-primary.search-form { 232 width: 33%; 233 } 234 235 .media-modal-content .attachments-browser .search { 236 width: 100%; 237 } 238 239 219 240 /* higher specificity */ 220 241 .wp-core-ui .media-modal-icon { 221 242 background-image: url(../images/uploader-icons.png); … … 752 773 .media-frame select.attachment-filters { 753 774 margin-top: 11px; 754 775 margin-right: 2%; 755 width: 42%;756 width: -webkit-calc(48% - 12px);757 width: calc(48% - 12px);776 max-width: 42%; 777 max-width: -webkit-calc(48% - 12px); 778 max-width: calc(48% - 12px); 758 779 } 759 780 760 781 .media-frame select.attachment-filters:last-of-type { … … 1081 1102 } 1082 1103 1083 1104 .attachments-browser .media-toolbar-primary { 1084 width: 33%;1105 max-width: 33%; 1085 1106 } 1086 1107 1087 1108 .attachments-browser .media-toolbar-secondary { 1088 width: 66%;1109 max-width: 66%; 1089 1110 } 1090 1111 1091 .attachments-browser .search {1092 width: 100%;1093 }1094 1095 1112 .uploader-inline .close { 1096 1113 background-color: transparent; 1097 1114 border: 0;