Make WordPress Core

Ticket #49231: 49231.2.3.diff

File 49231.2.3.diff, 1.5 KB (added by sabernhardt, 5 years ago)

refresh for WPCS

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

     
    10881088
    10891089.wp-filter .search-form.search-plugins {
    10901090        display: inline-block;
     1091        margin-top: 0;
    10911092}
    10921093
     1094@media only screen and (max-width: 1050px) {
     1095        .wp-filter .search-form.search-plugins {
     1096                width: 100%;
     1097        }
     1098}
     1099
     1100.wp-filter .search-form.search-plugins label,
     1101.wp-filter .search-form.search-plugins select {
     1102        display: inline-block;
     1103        margin-top: 10px;
     1104}
     1105
     1106@media only screen and (max-width: 600px) {
     1107        .wp-filter .search-form.search-plugins label {
     1108                width: 100%;
     1109        }
     1110}
     1111
    10931112.wp-filter .button.drawer-toggle {
    10941113        margin: 10px 9px 0;
    10951114        padding: 0 10px 0 6px;
  • src/wp-admin/css/list-tables.css

     
    11041104        padding: 8px 0 0 2px;
    11051105}
    11061106
     1107@media only screen and (max-width: 782px) {
     1108        .plugins tbody th.check-column,
     1109        .plugins tbody {
     1110                padding: 8px 0 0 5px;
     1111        }
     1112}
     1113
    11071114.plugins tbody th.check-column input[type=checkbox] {
    11081115        margin-top: 4px;
    11091116}
     
    11181125        padding-left: 6px;
    11191126}
    11201127
     1128@media only screen and (max-width: 782px) {
     1129        .plugins thead td.check-column,
     1130        .plugins tfoot td.check-column,
     1131        .plugins .inactive th.check-column {
     1132                padding-left: 9px;
     1133        }
     1134}
     1135
    11211136.plugins,
    11221137.plugins th,
    11231138.plugins td {