Make some space for the Permalink preview to appear on post-new.php. props johnbillion, lessbloat. fixes #22184.

git-svn-id: http://core.svn.wordpress.org/trunk@22279 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-10-23 14:28:01 +00:00
parent fb2c9e7e4f
commit a9de20d2dc

View File

@ -2910,7 +2910,7 @@ table .inline-edit-row fieldset ul.cat-hover {
#titlediv { #titlediv {
position: relative; position: relative;
margin-bottom: 10px; margin-bottom: 18px;
} }
#titlediv label { #titlediv label {
@ -2972,6 +2972,8 @@ input#link_url {
} }
#edit-slug-box { #edit-slug-box {
height: 1em;
line-height: 23px;
margin-top: 8px; margin-top: 8px;
padding: 0 10px; padding: 0 10px;
} }