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

git-svn-id: https://develop.svn.wordpress.org/trunk@22279 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-10-23 14:28:01 +00:00
parent ffa6fd2e62
commit 5f716ddfca

View File

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