From 3b128efe27d0d9b53345e8a720fd043cd06c6b77 Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Fri, 24 Jul 2015 16:50:34 +0000 Subject: [PATCH] Comments: Align author form label with its field labels below. Props liljimmi. Fixes #33069. git-svn-id: https://develop.svn.wordpress.org/trunk@33408 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/common.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css index 5604573cac..d3765d9d02 100644 --- a/src/wp-admin/css/common.css +++ b/src/wp-admin/css/common.css @@ -2060,6 +2060,7 @@ body.iframe { line-height: 1.4; font-weight: 600; color: #222; + margin: 2px 0 0 9px; } #namediv h3 label { @@ -3414,6 +3415,10 @@ img { #comments-form .checkforspam { display: none; } + + .edit-comment-author { + margin: 2px 0 0; + } } /* Smartphone */