Comments: Better markup for the edit screen.

Previously there were no labels, and since labels can't contain links and the links were of dubious value, we've removed those.

props afercia, DrewAPicture.
fixes #31326.

Built from https://develop.svn.wordpress.org/trunk@32796


git-svn-id: http://core.svn.wordpress.org/trunk@32767 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí
2015-06-16 18:54:26 +00:00
parent dd0bff051a
commit 457456ef25
6 changed files with 37 additions and 30 deletions

View File

@@ -2070,6 +2070,13 @@ td.media-icon img {
margin-top: 0;
}
.edit-comment-author {
font-size: 14px;
line-height: 1.4;
font-weight: 600;
color: #222;
}
#namediv h3 label {
vertical-align: baseline;
}