Ticket #52148: common.css_52148.patch
File common.css_52148.patch, 880 bytes (added by , 4 years ago) |
---|
-
src/wp-admin/css/common.css
2690 2690 left: 0; 2691 2691 margin-top: 10px; 2692 2692 margin-right: 250px; /* FYI box */ 2693 padding: 10px 26px ;2693 padding: 10px 26px 99999px 26px; 2694 2694 margin-bottom: -99932px; /* 67px less than the padding below to accommodate footer height */ 2695 padding-bottom: 99999px; /* equal height column trick */2696 2695 } 2697 2696 2698 2697 #section-holder .notice { … … 2708 2707 position: relative; 2709 2708 top: 0; 2710 2709 right: 0; 2711 padding: 16px ;2710 padding: 16px 16px 99999px 16px; 2712 2711 margin-bottom: -99932px; /* 67px less than the padding below to accommodate footer height */ 2713 padding-bottom: 99999px; /* equal height column trick */2714 2712 width: 217px; 2715 2713 border-left: 1px solid #ddd; 2716 2714 background: #f3f3f3;