mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-09 23:24:34 +00:00
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:
@@ -2453,7 +2453,7 @@ body.iframe {
|
||||
}
|
||||
|
||||
#namediv input {
|
||||
width: 98%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#namediv p {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user