Make WordPress Core

Ticket #42359: 42359.2.diff

File 42359.2.diff, 2.0 KB (added by Mahvash Fatima, 7 years ago)
  • src/wp-admin/css/customize-controls.css

    diff --git src/wp-admin/css/customize-controls.css src/wp-admin/css/customize-controls.css
    index 28acba4..f1962ac 100644
    body.adding-widget .add-new-widget:before, 
    28642864
    28652865@media screen and ( max-width: 640px ) {
    28662866
    2867         .wp-full-overlay.expanded,
    2868         .outer-section-open .wp-full-overlay.expanded {
    2869                 margin-left: 0;
    2870         }
    2871 
    28722867        /* when the sidebar is collapsed and switching to responsive view,
    28732868           bring it back see ticket #35220 */
    28742869        .wp-full-overlay.collapsed #customize-controls {
    body.adding-widget .add-new-widget:before, 
    29312926                display: block;
    29322927        }
    29332928
    2934         .wp-full-overlay.expanded {
    2935                 margin-left: 300px;
    2936         }
    2937 
    29382929        .wp-core-ui.wp-customizer .button {
    29392930                padding: 6px 14px;
    29402931                line-height: normal;
    body.adding-widget .add-new-widget:before, 
    29542945        body.adding-widget div#available-widgets,
    29552946        body.adding-menu-items div#available-menu-items,
    29562947        body.outer-section-open div#customize-sidebar-outer-content {
    2957                 top: 46px;
    2958                 left: 0;
    2959                 z-index: 10;
    29602948                width: 100%;
    29612949        }
    29622950
    2963         body.wp-customizer .wp-full-overlay.expanded #customize-sidebar-outer-content {
    2964                 left: -100%;
    2965         }
    2966 
    2967         body.wp-customizer.outer-section-open .wp-full-overlay.expanded #customize-sidebar-outer-content {
    2968                 left: 0;
    2969         }
    2970 
    29712951        #available-widgets .customize-section-title,
    29722952        #available-menu-items .customize-section-title {
    29732953                display: block;
    body.adding-widget .add-new-widget:before, 
    30403020                padding: 8px 15px;
    30413021                box-shadow: none;
    30423022        }
     3023
     3024        .wp-full-overlay.expanded {
     3025                margin-left: 0;
     3026        }
     3027
     3028        body.adding-widget div#available-widgets,
     3029        body.adding-menu-items div#available-menu-items,
     3030        body.outer-section-open div#customize-sidebar-outer-content {
     3031                top: 46px;
     3032                z-index: 10;
     3033        }
     3034
     3035        body.wp-customizer .wp-full-overlay.expanded #customize-sidebar-outer-content {
     3036                left: -100%;
     3037        }
     3038
     3039        body.wp-customizer.outer-section-open .wp-full-overlay.expanded #customize-sidebar-outer-content {
     3040                left: 0;
     3041        }
    30433042}