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:
parent
9e81e20916
commit
7dd7992179
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user