Make WordPress Core

Ticket #32005: 32005-4.patch

File 32005-4.patch, 1.5 KB (added by aaronrutley, 10 years ago)
  • src/wp-includes/css/media-views.css

     
    216216        -webkit-font-smoothing: subpixel-antialiased;
    217217}
    218218
     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 .media-toolbar-primary .media-button {
     236        float: right;
     237}
     238
     239.media-modal-content .attachments-browser .search {
     240        width: 100%;
     241}
     242
     243
     244
     245
    219246/* higher specificity */
    220247.wp-core-ui .media-modal-icon {
    221248        background-image: url(../images/uploader-icons.png);
     
    752779.media-frame select.attachment-filters {
    753780        margin-top: 11px;
    754781        margin-right: 2%;
    755         width: 42%;
    756         width: -webkit-calc(48% - 12px);
    757         width: calc(48% - 12px);
     782        max-width: 42%;
     783        max-width: -webkit-calc(48% - 12px);
     784        max-width: calc(48% - 12px);
    758785}
    759786
    760787.media-frame select.attachment-filters:last-of-type {
     
    10811108}
    10821109
    10831110.attachments-browser .media-toolbar-primary {
    1084         width: 33%;
     1111        max-width: 33%;
    10851112}
    10861113
    10871114.attachments-browser .media-toolbar-secondary {
    1088         width: 66%;
     1115        max-width: 66%;
    10891116}
    10901117
    1091 .attachments-browser .search {
    1092         width: 100%;
    1093 }
    1094 
    10951118.uploader-inline .close {
    10961119        background-color: transparent;
    10971120        border: 0;