Ticket #47561: 47561.4.diff
File 47561.4.diff, 1.1 KB (added by , 5 years ago) |
---|
-
src/wp-admin/css/common.css
2662 2662 right: 250px; 2663 2663 bottom: 0; 2664 2664 left: 0; 2665 margin-top: 10px; 2665 2666 margin-right: 250px; /* FYI box */ 2666 2667 padding: 10px 26px; 2667 2668 margin-bottom: -99939px; /* 60px less than the padding below to accommodate footer */ … … 2668 2669 padding-bottom: 99999px; /* equal height column trick */ 2669 2670 } 2670 2671 2672 #section-holder .notice { 2673 margin: 5px 0 15px; 2674 } 2675 2671 2676 #section-holder .updated { 2672 2677 margin: 16px 0; 2673 2678 } -
src/wp-admin/includes/plugin-install.php
752 752 <?php } ?> 753 753 <?php } ?> 754 754 </div> 755 <div id="section-holder" class="wrap">755 <div id="section-holder"> 756 756 <?php 757 757 $requires_php = isset( $api->requires_php ) ? $api->requires_php : null; 758 758 $requires_wp = isset( $api->requires ) ? $api->requires : null;