mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-01 05:57:55 +01:00
Privacy: fix styling of the Privacy Settings buttons on mobile/small screens.
Props ianbelanger, azaozz. Merges [43279] to the 4.9 branch. Fixes #44093. Built from https://develop.svn.wordpress.org/branches/4.9@43280 git-svn-id: http://core.svn.wordpress.org/branches/4.9@43109 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d1007dd45c
commit
3e4f800ee3
@ -1484,11 +1484,24 @@ table.form-table td .updated p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Privacy Policy settings screen */
|
/* 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 input#set-page,
|
||||||
.tools-privacy-policy-page select {
|
.tools-privacy-policy-page select {
|
||||||
margin: 10px 0 0;
|
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-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-list-table.privacy_requests tr:not(.inline-edit-row):not(.no-items) td.column-primary:not(.check-column) {
|
.wp-list-table.privacy_requests tr:not(.inline-edit-row):not(.no-items) td.column-primary:not(.check-column) {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
}
|
}
|
||||||
|
2
wp-admin/css/forms-rtl.min.css
vendored
2
wp-admin/css/forms-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1484,11 +1484,24 @@ table.form-table td .updated p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Privacy Policy settings screen */
|
/* 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 input#set-page,
|
||||||
.tools-privacy-policy-page select {
|
.tools-privacy-policy-page select {
|
||||||
margin: 10px 0 0;
|
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) {
|
.wp-list-table.privacy_requests tr:not(.inline-edit-row):not(.no-items) td.column-primary:not(.check-column) {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
}
|
}
|
||||||
|
2
wp-admin/css/forms.min.css
vendored
2
wp-admin/css/forms.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/login-rtl.min.css
vendored
2
wp-admin/css/login-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/login.min.css
vendored
2
wp-admin/css/login.min.css
vendored
File diff suppressed because one or more lines are too long
@ -204,7 +204,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
|||||||
</form>
|
</form>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<form method="post" action="">
|
<form class="wp-create-privacy-page" method="post" action="">
|
||||||
<input type="hidden" name="action" value="create-privacy-page" />
|
<input type="hidden" name="action" value="create-privacy-page" />
|
||||||
<span>
|
<span>
|
||||||
<?php
|
<?php
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.9.6-RC1-43277';
|
$wp_version = '4.9.6-RC1-43280';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user