Privacy: fix styling of the Privacy Settings buttons on mobile/small screens.

Props ianbelanger, azaozz.
Fixes #44093.

git-svn-id: https://develop.svn.wordpress.org/trunk@43279 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2018-05-15 19:26:04 +00:00
parent b8810cc225
commit 6ab60cb0b6
2 changed files with 14 additions and 1 deletions

View File

@ -1492,11 +1492,24 @@ table.form-table td .updated p {
}
/* Privacy Policy settings screen */
.tools-privacy-policy-page form.wp-create-privacy-page {
margin-bottom: 1em;
}
.tools-privacy-policy-page input#set-page,
.tools-privacy-policy-page select {
margin: 10px 0 0;
}
.tools-privacy-policy-page .wp-create-privacy-page span {
display: block;
margin-bottom: 1em;
}
.tools-privacy-policy-page .wp-create-privacy-page .button {
margin-left: 0;
}
.wp-list-table.privacy_requests tr:not(.inline-edit-row):not(.no-items) td.column-primary:not(.check-column) {
display: table-cell;
}

View File

@ -204,7 +204,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
</form>
<?php endif; ?>
<form method="post" action="">
<form class="wp-create-privacy-page" method="post" action="">
<input type="hidden" name="action" value="create-privacy-page" />
<span>
<?php