From 7a7041464001ba522d413042eb9bce51ec7a55cd Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 13 Nov 2013 02:51:09 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyfourteen/css/ie.css | 2 ++ wp-content/themes/twentyfourteen/rtl.css | 2 ++ wp-content/themes/twentyfourteen/style.css | 7 +++++++ 3 files changed, 11 insertions(+) diff --git a/wp-content/themes/twentyfourteen/css/ie.css b/wp-content/themes/twentyfourteen/css/ie.css index b7462af7f7..0243ccedb0 100644 --- a/wp-content/themes/twentyfourteen/css/ie.css +++ b/wp-content/themes/twentyfourteen/css/ie.css @@ -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 { diff --git a/wp-content/themes/twentyfourteen/rtl.css b/wp-content/themes/twentyfourteen/rtl.css index ccf79e6b10..98f51397f8 100644 --- a/wp-content/themes/twentyfourteen/rtl.css +++ b/wp-content/themes/twentyfourteen/rtl.css @@ -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 { diff --git a/wp-content/themes/twentyfourteen/style.css b/wp-content/themes/twentyfourteen/style.css index b0107ff763..f378ee3042 100644 --- a/wp-content/themes/twentyfourteen/style.css +++ b/wp-content/themes/twentyfourteen/style.css @@ -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 {