Make WordPress Core

Ticket #57772: patch.diff

File patch.diff, 408 bytes (added by alexanderkoledov, 22 months ago)

Thank you @rafiq91 ! I think we can go further with this. Because position: relative leaves the element on the normal flow and we don't need to change it, we can get rid of positioning. Also all child #wpfooter elements do not need to be positioned relative to #wpfooter.

  • wp-admin/css/common.css

     
    22212221------------------------------------------------------------------------------*/
    22222222
    22232223#wpfooter {
    2224         position: absolute;
    2225         bottom: 0;
    2226         left: 0;
    2227         right: 0;
    22282224        padding: 10px 20px;
    22292225        color: #50575e;
    22302226}