Comments dashboard widget: Use the proper class to avoid stretched "unapproved" red lines.

fixes #26910.

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


git-svn-id: http://core.svn.wordpress.org/trunk@27407 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2014-03-17 19:54:16 +00:00
parent 6c03a28512
commit 890186e037
4 changed files with 4 additions and 4 deletions

View File

@ -718,7 +718,7 @@ form.initial-form.quickpress-open input#title {
background: none;
}
#activity-widget #the-comment-list .comment {
#activity-widget #the-comment-list .comment-item {
background: #fafafa;
padding: 12px;
position: relative;

View File

@ -718,7 +718,7 @@ form.initial-form.quickpress-open input#title {
background: none;
}
#activity-widget #the-comment-list .comment {
#activity-widget #the-comment-list .comment-item {
background: #fafafa;
padding: 12px;
position: relative;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long