Privacy: fix Export and Erase Personal Data list-tables on small screens.

Props ianbelanger, subrataemfluence, desrosj.
Fixes #44026.
Built from https://develop.svn.wordpress.org/trunk@43251


git-svn-id: http://core.svn.wordpress.org/trunk@43080 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2018-05-14 09:21:21 +00:00
parent cb084eefd8
commit e765930982
7 changed files with 23 additions and 5 deletions

View File

@ -1488,6 +1488,15 @@ table.form-table td .updated p {
.tools-privacy-policy-page select {
margin: 10px 0 0;
}
.wp-list-table.privacy_requests tr:not(.inline-edit-row):not(.no-items) td.column-primary:not(.check-column) {
display: table-cell;
}
.wp-list-table.privacy_requests.widefat th input,
.wp-list-table.privacy_requests.widefat thead td input {
margin-right: 5px;
}
}
@media only screen and (max-width: 768px) {

File diff suppressed because one or more lines are too long

View File

@ -1488,6 +1488,15 @@ table.form-table td .updated p {
.tools-privacy-policy-page select {
margin: 10px 0 0;
}
.wp-list-table.privacy_requests tr:not(.inline-edit-row):not(.no-items) td.column-primary:not(.check-column) {
display: table-cell;
}
.wp-list-table.privacy_requests.widefat th input,
.wp-list-table.privacy_requests.widefat thead td input {
margin-left: 5px;
}
}
@media only screen and (max-width: 768px) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-43250';
$wp_version = '5.0-alpha-43251';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.