From a9de20d2dc0fac08e05e5ba4a5ac313a9feda453 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 23 Oct 2012 14:28:01 +0000 Subject: [PATCH] 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 --- wp-admin/css/wp-admin.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-admin/css/wp-admin.css b/wp-admin/css/wp-admin.css index 04e07aa5da..e317b85ae9 100644 --- a/wp-admin/css/wp-admin.css +++ b/wp-admin/css/wp-admin.css @@ -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; }