Twenty Fourteen: enhanced styles for logged-out comment form "required" mark and comment moderation text. Props iamtakashi, fixes #25932.
git-svn-id: https://develop.svn.wordpress.org/trunk@26117 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3f49cd224e
commit
2c76ed028f
@ -479,6 +479,7 @@ a.post-thumbnail:hover {
|
||||
}
|
||||
|
||||
.ie8 .comment-author,
|
||||
.ie8 .comment-awaiting-moderation,
|
||||
.ie8 .comment-content,
|
||||
.ie8 .comment-list .reply,
|
||||
.ie8 .comment-metadata {
|
||||
@ -1177,6 +1178,7 @@ a.post-thumbnail:hover {
|
||||
}
|
||||
|
||||
.ie8 .rtl .comment-author,
|
||||
.ie8 .rtl .comment-awaiting-moderation,
|
||||
.ie8 .rtl .comment-content,
|
||||
.ie8 .rtl .comment-list .reply,
|
||||
.ie8 .rtl .comment-metadata {
|
||||
|
@ -251,6 +251,7 @@ td {
|
||||
}
|
||||
|
||||
.comment-author,
|
||||
.comment-awaiting-moderation,
|
||||
.comment-content,
|
||||
.comment-list .reply,
|
||||
.comment-metadata {
|
||||
@ -612,6 +613,7 @@ td {
|
||||
|
||||
@media screen and (min-width: 846px) {
|
||||
.comment-author,
|
||||
.comment-awaiting-moderation,
|
||||
.comment-content,
|
||||
.comment-list .reply,
|
||||
.comment-metadata {
|
||||
|
@ -1867,6 +1867,7 @@ a.post-thumbnail:hover {
|
||||
}
|
||||
|
||||
.comment-author,
|
||||
.comment-awaiting-moderation,
|
||||
.comment-content,
|
||||
.comment-list .reply,
|
||||
.comment-metadata {
|
||||
@ -1929,6 +1930,7 @@ a.post-thumbnail:hover {
|
||||
}
|
||||
|
||||
.comment-notes,
|
||||
.comment-awaiting-moderation,
|
||||
.logged-in-as,
|
||||
.no-comments,
|
||||
.form-allowed-tags,
|
||||
@ -1960,6 +1962,10 @@ a.post-thumbnail:hover {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.required {
|
||||
color: #c0392b;
|
||||
}
|
||||
|
||||
.comment-reply-title small a {
|
||||
color: #2b2b2b;
|
||||
float: right;
|
||||
@ -3449,6 +3455,7 @@ a.post-thumbnail:hover {
|
||||
}
|
||||
|
||||
.comment-author,
|
||||
.comment-awaiting-moderation,
|
||||
.comment-content,
|
||||
.comment-list .reply,
|
||||
.comment-metadata {
|
||||
|
Loading…
x
Reference in New Issue
Block a user