Changeset 42036
- Timestamp:
- 10/28/2017 06:53:40 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-controls.css
r41949 r42036 2865 2865 @media screen and ( max-width: 640px ) { 2866 2866 2867 .wp-full-overlay.expanded,2868 .outer-section-open .wp-full-overlay.expanded {2869 margin-left: 0;2870 }2871 2872 2867 /* when the sidebar is collapsed and switching to responsive view, 2873 2868 bring it back see ticket #35220 */ … … 2932 2927 } 2933 2928 2934 .wp-full-overlay.expanded {2935 margin-left: 300px;2936 }2937 2938 2929 .wp-core-ui.wp-customizer .button { 2939 2930 padding: 6px 14px; … … 2955 2946 body.adding-menu-items div#available-menu-items, 2956 2947 body.outer-section-open div#customize-sidebar-outer-content { 2957 top: 46px;2958 left: 0;2959 z-index: 10;2960 2948 width: 100%; 2961 }2962 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 2949 } 2970 2950 … … 3041 3021 box-shadow: none; 3042 3022 } 3043 } 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 } 3042 }
Note: See TracChangeset
for help on using the changeset viewer.