Posts, Post Types: Update the styling of the legacy Links editing screen.

This brings its styling inline with other meta boxes in the admin area.

Props antonlukin, kburgoine, grzim, sabernhardt, pbiron, audrasjb

Fixes #48782


git-svn-id: https://develop.svn.wordpress.org/trunk@50357 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2021-02-16 18:47:39 +00:00
parent 563ea09789
commit 28bc6a08cf
3 changed files with 13 additions and 8 deletions

View File

@@ -2453,7 +2453,7 @@ body.iframe {
}
#namediv input {
width: 98%;
width: 100%;
}
#namediv p {

View File

@@ -77,7 +77,7 @@
input#link_description,
input#link_url {
width: 98%;
width: 100%;
}
#pending {
@@ -654,6 +654,11 @@ form#tags-filter {
margin: 6px 0 0 0;
}
.link-php #poststuff .inside,
.link-add-php #poststuff .inside {
margin-top: 12px;
}
#poststuff .stuffbox .inside {
margin: 0;
}