From eb24f7b6c69fb39ca484cf4ed9c8946f5d10bf6e Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 30 Oct 2012 17:43:08 +0000 Subject: [PATCH] Fix the permalink covering the insert media button when wrapped, props SergeyBiryukov, fixes #22298 git-svn-id: https://develop.svn.wordpress.org/trunk@22328 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/wp-admin.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-admin/css/wp-admin.css b/wp-admin/css/wp-admin.css index 5b5419b287..7e6c87de3e 100644 --- a/wp-admin/css/wp-admin.css +++ b/wp-admin/css/wp-admin.css @@ -2900,7 +2900,7 @@ table .inline-edit-row fieldset ul.cat-hover { #titlediv { position: relative; - margin-bottom: 18px; + margin-bottom: 10px; } #titlediv label { @@ -2962,7 +2962,6 @@ input#link_url { } #edit-slug-box { - height: 1em; line-height: 23px; margin-top: 8px; padding: 0 10px;