Comments: Show more identifying information for moderation and editing.

Attempting to moderate comments without context about the post is more difficult than necessary. The comment moderation screen you are sent to via email link was also in need of some better visual treatment.

props thaicloud, seanchayes, adamsilverstein.
see #23988.

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


git-svn-id: http://core.svn.wordpress.org/trunk@31622 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí
2015-03-06 14:06:24 +00:00
parent 305cf8b95e
commit 7ce4256d4d
9 changed files with 107 additions and 58 deletions

View File

@@ -177,7 +177,8 @@ p.popular-tags,
.wp-editor-container,
.popular-tags,
.feature-filter,
.imgedit-group {
.imgedit-group,
.comment-ays {
border: 1px solid #e5e5e5;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
box-shadow: 0 1px 1px rgba(0,0,0,0.04);
@@ -190,7 +191,8 @@ p.popular-tags,
.widgets-holder-wrap,
.popular-tags,
.feature-filter,
.imgedit-group {
.imgedit-group,
.comment-ays {
background: #fff;
}
@@ -1619,15 +1621,6 @@ html.wp-toolbar {
box-sizing: border-box;
}
.narrow {
width: 70%;
margin-bottom: 40px;
}
.narrow p {
line-height: 150%;
}
.widefat th,
.widefat td {
color: #555;

View File

@@ -177,7 +177,8 @@ p.popular-tags,
.wp-editor-container,
.popular-tags,
.feature-filter,
.imgedit-group {
.imgedit-group,
.comment-ays {
border: 1px solid #e5e5e5;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
box-shadow: 0 1px 1px rgba(0,0,0,0.04);
@@ -190,7 +191,8 @@ p.popular-tags,
.widgets-holder-wrap,
.popular-tags,
.feature-filter,
.imgedit-group {
.imgedit-group,
.comment-ays {
background: #fff;
}
@@ -1619,15 +1621,6 @@ html.wp-toolbar {
box-sizing: border-box;
}
.narrow {
width: 70%;
margin-bottom: 40px;
}
.narrow p {
line-height: 150%;
}
.widefat th,
.widefat td {
color: #555;

View File

@@ -1145,14 +1145,13 @@ p.popular-tags a {
height: 200px;
}
.comment-ays {
margin-bottom: 0;
border-bottom-style: solid;
border-bottom-width: 1px;
.comment-ays th,
.comment-ays td {
padding: 10px 15px;
}
.comment-ays .alt {
background-color: transparent;
.comment-ays-submit .button-cancel {
margin-right: 1em;
}
.trash-undo-inside,
@@ -1561,8 +1560,13 @@ table.links-table {
}
/* Moderate Comment */
.comment-ays {
border-bottom: none;
.comment-ays th,
.comment-ays td {
padding-bottom: 0;
}
.comment-ays td {
padding-top: 6px;
}
/* Links */

View File

@@ -1145,14 +1145,13 @@ p.popular-tags a {
height: 200px;
}
.comment-ays {
margin-bottom: 0;
border-bottom-style: solid;
border-bottom-width: 1px;
.comment-ays th,
.comment-ays td {
padding: 10px 15px;
}
.comment-ays .alt {
background-color: transparent;
.comment-ays-submit .button-cancel {
margin-left: 1em;
}
.trash-undo-inside,
@@ -1561,8 +1560,13 @@ table.links-table {
}
/* Moderate Comment */
.comment-ays {
border-bottom: none;
.comment-ays th,
.comment-ays td {
padding-bottom: 0;
}
.comment-ays td {
padding-top: 6px;
}
/* Links */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long