diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css
index 5c97f14453..1c344c203d 100644
a
|
b
|
th.action-links { |
1098 | 1098 | |
1099 | 1099 | .wp-filter .search-form.search-plugins { |
1100 | 1100 | display: inline-block; |
| 1101 | margin-top: 0; |
| 1102 | } |
| 1103 | |
| 1104 | @media only screen and (max-width: 1050px) { |
| 1105 | .wp-filter .search-form.search-plugins{ |
| 1106 | width: 100%; |
| 1107 | } |
| 1108 | } |
| 1109 | |
| 1110 | .wp-filter .search-form.search-plugins label, |
| 1111 | .wp-filter .search-form.search-plugins select{ |
| 1112 | display: inline-block; |
| 1113 | margin-top: 10px; |
| 1114 | } |
| 1115 | |
| 1116 | @media only screen and (max-width: 600px) { |
| 1117 | .wp-filter .search-form.search-plugins label { |
| 1118 | width: 100%; |
| 1119 | } |
1101 | 1120 | } |
1102 | 1121 | |
1103 | 1122 | .wp-filter .button.drawer-toggle { |
diff --git a/src/wp-admin/css/list-tables.css b/src/wp-admin/css/list-tables.css
index 3e55bb2d0e..b0a92c29e7 100644
a
|
b
|
ul.cat-checklist { |
1121 | 1121 | padding: 8px 0 0 2px; |
1122 | 1122 | } |
1123 | 1123 | |
| 1124 | @media only screen and (max-width: 782px) { |
| 1125 | .plugins tbody th.check-column, |
| 1126 | .plugins tbody { |
| 1127 | padding: 8px 0 0 5px; |
| 1128 | } |
| 1129 | } |
| 1130 | |
1124 | 1131 | .plugins tbody th.check-column input[type=checkbox] { |
1125 | 1132 | margin-top: 4px; |
1126 | 1133 | } |
… |
… |
ul.cat-checklist { |
1135 | 1142 | padding-left: 6px; |
1136 | 1143 | } |
1137 | 1144 | |
| 1145 | @media only screen and (max-width: 782px) { |
| 1146 | .plugins thead td.check-column, |
| 1147 | .plugins tfoot td.check-column, |
| 1148 | .plugins .inactive th.check-column { |
| 1149 | padding-left: 9px; |
| 1150 | } |
| 1151 | } |
| 1152 | |
1138 | 1153 | .plugins, |
1139 | 1154 | .plugins th, |
1140 | 1155 | .plugins td { |