Make WordPress Core

Ticket #26361: 26361.diff

File 26361.diff, 551 bytes (added by mattheu, 10 years ago)

Patch from

  • src/wp-admin/css/wp-admin.css

     
    68186818        bottom: 0;
    68196819        left: 0;
    68206820        right: 0;
    6821         padding: 20px 25px;
     6821        padding: 20px 25px 10px;
    68226822        background: #f3f3f3;
    68236823        z-index: 30;
    68246824        box-sizing: border-box;
     
    68276827
    68286828.theme-overlay .theme-actions a {
    68296829        margin-right: 5px;
    6830         margin-bottom: 0;
     6830        margin-bottom: 10px;
    68316831}
    68326832
    68336833.theme-overlay .theme-actions .delete-theme {