Make WordPress Core

Ticket #26699: 26699.diff

File 26699.diff, 869 bytes (added by morganestes, 12 years ago)

Align checkboxes, including responsive widths.

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

     
    728728#update-plugins-table tbody th.check-column,
    729729.plugins tbody th.check-column,
    730730.plugins tbody {
    731         padding: 8px 0 0 2px;
     731        padding: 11px 0 0 3px;
    732732}
    733733
    734734.plugins tbody th.check-column input[type=checkbox] {
     
    748748.plugins .inactive th.check-column,
    749749#update-plugins-table thead th.check-column,
    750750#update-plugins-table tfoot th.check-column {
    751         padding-left: 6px;
     751        padding-left: 3px;
    752752}
    753753
    754754#update-plugins-table thead th.check-column,
     
    1274412744
    1274512745        .widefat tbody th.check-column input[type="checkbox"] {
    1274612746                margin-top: -3px;
    12747                 margin-left: 9px;
     12747                margin-left: 8px;
    1274812748        }
    1274912749
    1275012750        .wp-list-table.plugins .active .check-column input,