Make WordPress Core

Ticket #40152: 40152.2.diff

File 40152.2.diff, 1.0 KB (added by Cybr, 8 years ago)
  • media-views.css

     
    242242        width: calc(48% - 12px);
    243243}
    244244
     245/* #40152
    245246.media-modal-content .attachments-browser .media-toolbar-secondary {
    246247        width: 66%;
    247248}
     
    249250.media-modal-content .media-toolbar-primary.search-form {
    250251        width: 33%;
    251252}
     253*/
    252254
    253255.media-modal-content .media-toolbar-primary .media-button {
    254256        float: right;
     
    279281        overflow: hidden;
    280282}
    281283
     284/* #40152 */
     285.media-frame-toolbar .media-toolbar {
     286        top: initial;
     287        bottom: -45px;
     288        height: auto;
     289        overflow: initial;
     290}
     291@media screen and (max-width: 782px) {
     292        .media-frame-toolbar .media-toolbar {
     293                bottom: -48px; /* #40152 : 3px button tab size compensation */
     294        }
     295}
     296
    282297.media-toolbar-primary {
    283298        float: right;
    284299        height: 100%;
     
    696711        bottom: 0;
    697712        height: 60px;
    698713        z-index: 100;
     714        /* #40152 */
     715        bottom: 60px;
     716        height: auto;
    699717}
    700718
    701719.media-frame.hide-menu .media-frame-title,