Make WordPress Core

Changeset 48143

Timestamp:
06/23/2020 08:11:49 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Themes: Ensure the Activate button in theme preview overlay on Add Themes screen has a consistent height.

Props afercia, pravinparmar2404, Toru, mukesh27.
Fixes #50316.

File:
1 edited

Legend:

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

    r47835 r48143  
    18121812    float: right;
    18131813    margin: 8px 10px 0 0;
    1814     /* For when .theme-install is a span rather than a.button-primary (already installed theme) */
    1815     line-height: 2;
    18161814}
    18171815
     
    18981896    }
    18991897
    1900     .theme-install-overlay .wp-full-overlay-header .theme-install {
    1901         margin-top: 6px;
    1902         line-height: normal;
     1898    .theme-install-overlay .wp-full-overlay-header .button {
     1899        font-size: 13px;
     1900        line-height: 2.15384615;
     1901        min-height: 30px;
    19031902    }
    19041903
Note: See TracChangeset for help on using the changeset viewer.