Make WordPress Core

Ticket #26699: 26699.2.patch

File 26699.2.patch, 1018 bytes (added by ocean90, 9 years ago)

Removed not needed styles

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

     
    727727        padding-top: 10px;
    728728}
    729729
    730 #update-plugins-table tbody th.check-column,
    731730.plugins tbody th.check-column,
    732731.plugins tbody {
    733732        padding: 8px 0 0 2px;
     
    747746
    748747.plugins thead th.check-column,
    749748.plugins tfoot th.check-column,
    750 .plugins .inactive th.check-column,
    751 #update-plugins-table thead th.check-column,
    752 #update-plugins-table tfoot th.check-column {
     749.plugins .inactive th.check-column {
    753750        padding-left: 6px;
    754751}
    755752
     
    1276012757
    1276112758        .widefat tbody th.check-column input[type="checkbox"] {
    1276212759                margin-top: -3px;
    12763                 margin-left: 9px;
     12760                margin-left: 8px;
    1276412761        }
    1276512762
    1276612763        .wp-list-table.plugins .active .check-column input,
    1276712764        .wp-list-table.plugins .update .check-column input {
    12768                 margin-left: 6px;
     12765                margin-left: 5px;
    1276912766        }
    1277012767
    1277112768        .wp-list-table.plugins thead .check-column input,