Make WordPress Core

Changeset 41853


Ignore:
Timestamp:
10/13/2017 08:22:56 AM (7 years ago)
Author:
westonruter
Message:

Customize: Fix positioning of Preview button in mobile.

Props Mahvash-Fatima.
Fixes #42172.

File:
1 edited

Legend:

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

    r41839 r41853  
    17591759
    17601760/* Animations for opening the themes panel */
    1761 #customize-header-actions .save,
    1762 #customize-header-actions #publish-settings,
     1761#customize-save-button-wrapper,
    17631762#customize-header-actions .spinner,
    17641763#customize-header-actions .customize-controls-preview-toggle {
    1765     position: relative;
    1766     top: 0;
    1767     transition: .18s top ease-in-out;
     1764    transition: .18s margin ease-in-out;
    17681765}
    17691766
     
    17851782}
    17861783
    1787 .in-themes-panel #customize-header-actions .save,
    1788 .in-themes-panel #customize-header-actions #publish-settings,
     1784.in-themes-panel #customize-save-button-wrapper,
    17891785.in-themes-panel #customize-header-actions .spinner,
    17901786.in-themes-panel #customize-header-actions .customize-controls-preview-toggle {
    1791     top: -45px;
     1787    margin-top: -46px; /* Height of header actions bar */
    17921788}
    17931789
Note: See TracChangeset for help on using the changeset viewer.