Make WordPress Core


Ignore:
Timestamp:
10/02/2017 06:39:10 PM (7 years ago)
Author:
westonruter
Message:

Customize: Fix positioning of outer section (e.g. publish settings) on large screen sizes.

Also fix preview link CSS for desktop and mobile.

Props sayedwp, bduclos.
See #39896.
Fixes #42051.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/customize.php

    r41648 r41677  
    219219    <div id="customize-preview" class="wp-full-overlay-main"></div>
    220220    <div id="customize-sidebar-outer-content">
    221         <div id="customize-outer-theme-controls-wrapper">
    222             <div id="customize-outer-theme-controls">
    223                 <ul class="customize-outer-pane-parent"><?php // Outer panel and sections are not implemented, but its here as a placeholder to avoid any side-effect in api.Section. ?></ul>
    224             </div>
     221        <div id="customize-outer-theme-controls">
     222            <ul class="customize-outer-pane-parent"><?php // Outer panel and sections are not implemented, but its here as a placeholder to avoid any side-effect in api.Section. ?></ul>
    225223        </div>
    226224    </div>
Note: See TracChangeset for help on using the changeset viewer.