Make WordPress Core

Changeset 45563


Ignore:
Timestamp:
06/25/2019 02:10:29 PM (5 years ago)
Author:
afercia
Message:

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

Props mukesh27, marybaum, audrasjb.
Fixes #47561.

Location:
trunk/src/wp-admin
Files:
2 edited

Legend:

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

    r45520 r45563  
    26632663    bottom: 0;
    26642664    left: 0;
     2665    margin-top: 10px;
    26652666    margin-right: 250px; /* FYI box */
    26662667    padding: 10px 26px;
    26672668    margin-bottom: -99939px; /* 60px less than the padding below to accommodate footer */
    26682669    padding-bottom: 99999px; /* equal height column trick */
     2670}
     2671
     2672#section-holder .notice {
     2673    margin: 5px 0 15px;
    26692674}
    26702675
  • trunk/src/wp-admin/includes/plugin-install.php

    r45412 r45563  
    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.