Make WordPress Core

Ticket #49231: 49231.600.patch

File 49231.600.patch, 881 bytes (added by sabernhardt, 5 years ago)

Sets search box top margin at 600px breakpoint and edits padding for select all checkbox

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

     
    40544054
    40554055        .wp-filter .search-form input[type="search"] {
    40564056                width: 100%;
     4057                margin-top: 5px;
    40574058        }
    40584059}
    40594060
  • src/wp-admin/css/list-tables.css

     
    20282028        #wpbody-content .wp-list-table.plugins td {
    20292029                display: block;
    20302030                width: auto;
    2031                 padding: 10px 9px; /* reset from other list tables that have a label at this width */
     2031                padding: 10px 6px; /* reset from other list tables that have a label at this width */
    20322032        }
    20332033
    20342034        /* Plugin description hidden via Screen Options */