Make WordPress Core

Ticket #40152: 40152.patch

File 40152.patch, 1.2 KB (added by sagarprajapati, 8 years ago)
  • src/wp-includes/css/media-views.css

     
    247247}
    248248
    249249.media-modal-content .media-toolbar-primary.search-form {
    250         width: 33%;
     250        width: 100%;
    251251}
    252252
    253253.media-modal-content .media-toolbar-primary .media-button {
     
    25932593        }
    25942594
    25952595        .wp-core-ui.wp-customizer .media-button {
    2596                 margin-top: 13px;
     2596                margin: 5px 5px;
     2597                float: none;
    25972598        }
    25982599
    25992600        .media-modal .media-frame-title h1,
     
    26132614
    26142615        .media-frame-content {
    26152616                top: 74px;
     2617                bottom:121px;
    26162618        }
    2617 
     2619       
    26182620        .media-frame.hide-router .media-frame-content {
    26192621                top: 40px;
     2622                bottom:121px;
    26202623        }
     2624       
     2625        .media-frame-toolbar {
     2626                height: 120px;
     2627        }
     2628       
     2629        .media-toolbar {
     2630            position: inherit;
     2631            top: inherit;
     2632            left: inherit;
     2633            right: inherit;         
     2634            height: 120px;   
     2635            width: 100%;
     2636            box-sizing: border-box;
     2637            display: table;
     2638        }
     2639       
     2640        .media-modal-content .media-toolbar-primary.search-form {
     2641                display: table-cell;
     2642            vertical-align: middle;
     2643            float: none;
     2644            text-align: center;
     2645        }
     2646       
    26212647}
    26222648
    26232649/**