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

Fixes #36160

Props juanfra.
Built from https://develop.svn.wordpress.org/trunk@37304


git-svn-id: http://core.svn.wordpress.org/trunk@37270 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Rachel Baker 2016-04-22 21:47:26 +00:00
parent 8b0e1859bc
commit e02de569a6
9 changed files with 25 additions and 5 deletions

View File

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

File diff suppressed because one or more lines are too long

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;

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long

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;

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-alpha-37303';
$wp_version = '4.6-alpha-37304';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.