Comments: Add unordered list styling to Comments List Table rows and Moderate Comment screen.

Fixes #36160

Props juanfra.

git-svn-id: https://develop.svn.wordpress.org/trunk@37304 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Rachel Baker 2016-04-22 21:46:06 +00:00
parent 9e81e20916
commit 7dd7992179
2 changed files with 10 additions and 0 deletions

View File

@ -1798,6 +1798,11 @@ html.wp-toolbar {
margin: 0.6em 0;
}
.widefat .column-comment ul {
list-style: initial;
margin-left: 2em;
}
/* Screens with postboxes */
.postbox-container {
float: left;

View File

@ -1131,6 +1131,11 @@ p.popular-tags a {
padding: 10px 15px;
}
.comment-ays .comment-content ul {
list-style: initial;
margin-left: 2em;
}
.comment-ays .comment-content a[href]:after {
content: '(' attr( href ) ')';
display: inline-block;