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

Props ianbelanger, subrataemfluence, desrosj.
Merges [43251] to the 4.9 branch.
Fixes #44026.
Built from https://develop.svn.wordpress.org/branches/4.9@43271


git-svn-id: http://core.svn.wordpress.org/branches/4.9@43100 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-05-15 15:10:25 +00:00
parent 9b3e2b76b4
commit 10c9d391a8
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 = '4.9.6-RC1-43270';
$wp_version = '4.9.6-RC1-43271';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.