Make WordPress Core

Ticket #44093: 44093.diff

File 44093.diff, 553 bytes (added by ianbelanger, 5 years ago)

Add responsive CSS to move Create New Page button below Or:

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

     
    14881488        .tools-privacy-policy-page select {
    14891489                margin: 10px 0 0;
    14901490        }
     1491        .tools-privacy-policy-page span {
     1492            display: block;
     1493        }
     1494        .tools-privacy-policy-page input.button {
     1495            margin-left: 0;
     1496        }
    14911497
    14921498        .wp-list-table.privacy_requests tr:not(.inline-edit-row):not(.no-items) td.column-primary:not(.check-column) {
    14931499                display: table-cell;