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:
parent
8b0e1859bc
commit
e02de569a6
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue