diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css
index 5c97f14453..d876b8a504 100644
a
|
b
|
th.action-links { |
1096 | 1096 | margin: 0; |
1097 | 1097 | } |
1098 | 1098 | |
1099 | | .wp-filter .search-form.search-plugins { |
| 1099 | .wp-filter .search-form.search-plugins, |
| 1100 | .wp-filter .search-form.search-plugins label { |
1100 | 1101 | display: inline-block; |
1101 | 1102 | } |
1102 | 1103 | |
| 1104 | .wp-filter .search-form.search-plugins { |
| 1105 | margin-top: 0; |
| 1106 | } |
| 1107 | |
| 1108 | .wp-filter .search-form.search-plugins select, |
| 1109 | .wp-filter .search-form.search-plugins label { |
| 1110 | margin-top: 10px; |
| 1111 | } |
| 1112 | |
1103 | 1113 | .wp-filter .button.drawer-toggle { |
1104 | 1114 | margin: 10px 9px 0; |
1105 | 1115 | padding: 0 10px 0 6px; |
diff --git a/src/wp-admin/css/list-tables.css b/src/wp-admin/css/list-tables.css
index 3e55bb2d0e..91f74fa609 100644
a
|
b
|
ul.cat-checklist { |
1132 | 1132 | .plugins thead td.check-column, |
1133 | 1133 | .plugins tfoot td.check-column, |
1134 | 1134 | .plugins .inactive th.check-column { |
1135 | | padding-left: 6px; |
| 1135 | padding-left: 9px; |
1136 | 1136 | } |
1137 | 1137 | |
1138 | 1138 | .plugins, |