mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-27 22:00:06 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@31641 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user