mirror of
git://develop.git.wordpress.org/
synced 2025-04-11 15:42:03 +02:00
Privacy: Add space below page selector.
Sometimes the submit button wraps to a new line, either because the button label translation is long, or there are long page names. When it wraps, there should be space between the select dropdown and the button. Props audrasjb, mukesh27, guillaumeturpin. Fixes #53782. git-svn-id: https://develop.svn.wordpress.org/trunk@51645 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4583801bc6
commit
220a6cc805
@ -1236,11 +1236,14 @@ table.form-table td .updated p {
|
||||
margin-bottom: 1.3em;
|
||||
}
|
||||
|
||||
.tools-privacy-policy-page input.button,
|
||||
.tools-privacy-policy-page select {
|
||||
.tools-privacy-policy-page input.button {
|
||||
margin: 0 1px 0 6px;
|
||||
}
|
||||
|
||||
.tools-privacy-policy-page select {
|
||||
margin: 0 1px 0.5em 6px;
|
||||
}
|
||||
|
||||
.tools-privacy-edit {
|
||||
margin: 1.5em 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user