Make WordPress Core

Ticket #32825: 32825.patch

File 32825.patch, 832 bytes (added by swissspidy, 11 years ago)
  • src/wp-admin/css/common.css

    diff --git src/wp-admin/css/common.css src/wp-admin/css/common.css
    index 1e46d9b..cd61cb7 100644
    code {  
    542542
    543543.widefat thead td.check-column,
    544544.widefat tfoot td.check-column {
    545         padding-top: 10px;
     545        padding-top: 4px;
     546        vertical-align: middle;
    546547}
    547548
    548549.update-php div.updated,
  • src/wp-admin/css/list-tables.css

    diff --git src/wp-admin/css/list-tables.css src/wp-admin/css/list-tables.css
    index 4a3dcca..5cfd7b1 100644
    div.action-links,  
    18151815                box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    18161816        }
    18171817
    1818         .widefat thead .check-column, .widefat tfoot .check-column {
    1819                 padding: 10px 0 10px;
     1818        .widefat thead td.check-column,
     1819        .widefat tfoot td.check-column {
     1820                padding-top: 10px;
    18201821        }
    18211822
    18221823        .widefat * {