Ticket #49231: 49231.2.3.diff
File 49231.2.3.diff, 1.5 KB (added by , 5 years ago) |
---|
-
src/wp-admin/css/common.css
1088 1088 1089 1089 .wp-filter .search-form.search-plugins { 1090 1090 display: inline-block; 1091 margin-top: 0; 1091 1092 } 1092 1093 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 1093 1112 .wp-filter .button.drawer-toggle { 1094 1113 margin: 10px 9px 0; 1095 1114 padding: 0 10px 0 6px; -
src/wp-admin/css/list-tables.css
1104 1104 padding: 8px 0 0 2px; 1105 1105 } 1106 1106 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 1107 1114 .plugins tbody th.check-column input[type=checkbox] { 1108 1115 margin-top: 4px; 1109 1116 } … … 1118 1125 padding-left: 6px; 1119 1126 } 1120 1127 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 1121 1136 .plugins, 1122 1137 .plugins th, 1123 1138 .plugins td {