Twenty Fourteen: enhanced styles for logged-out comment form "required" mark and comment moderation text. Props iamtakashi, fixes #25932.
Built from https://develop.svn.wordpress.org/trunk@26117 git-svn-id: http://core.svn.wordpress.org/trunk@26029 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bcafda4eaa
commit
7a70414640
|
@ -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…
Reference in New Issue