Make WordPress Core

Changeset 45666


Ignore:
Timestamp:
07/24/2019 10:01:22 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Plugins: Fix the plugin details modal layout after [45520].

Props mukesh27, marybaum, audrasjb.
Merges [45563] to the 5.2 branch.
Fixes #47561.

Location:
branches/5.2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2

  • branches/5.2/src/wp-admin/css/common.css

    r45521 r45666  
    26572657    bottom: 0;
    26582658    left: 0;
     2659    margin-top: 10px;
    26592660    margin-right: 250px; /* FYI box */
    26602661    padding: 10px 26px;
    26612662    margin-bottom: -99939px; /* 60px less than the padding below to accommodate footer */
    26622663    padding-bottom: 99999px; /* equal height column trick */
     2664}
     2665
     2666#section-holder .notice {
     2667    margin: 5px 0 15px;
    26632668}
    26642669
  • branches/5.2/src/wp-admin/includes/plugin-install.php

    r45185 r45666  
    753753                <?php } ?>
    754754    </div>
    755     <div id="section-holder" class="wrap">
     755    <div id="section-holder">
    756756    <?php
    757757    $requires_php = isset( $api->requires_php ) ? $api->requires_php : null;
Note: See TracChangeset for help on using the changeset viewer.