diff --git a/wp-admin/css/common.css b/wp-admin/css/common.css
index 299818752f..2e3750d5ce 100644
a
|
b
|
div.action-links { |
2657 | 2657 | } |
2658 | 2658 | |
2659 | 2659 | #section-holder { |
2660 | | position: relative; |
| 2660 | position: absolute; |
2661 | 2661 | top: 0; |
2662 | 2662 | right: 250px; |
2663 | 2663 | bottom: 0; |
2664 | 2664 | left: 0; |
2665 | | margin-right: 250px; /* FYI box */ |
2666 | 2665 | padding: 10px 26px; |
2667 | 2666 | margin-bottom: -99939px; /* 60px less than the padding below to accommodate footer */ |
2668 | 2667 | padding-bottom: 99999px; /* equal height column trick */ |