From fd765dab5eab149535ec01540562e8100f582307 Mon Sep 17 00:00:00 2001 From: Jayaram R Pai Date: Tue, 8 Jul 2014 08:57:48 +0530 Subject: added emails field for comment and reply --- tbc/static/css/comments.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tbc/static/css/comments.css') diff --git a/tbc/static/css/comments.css b/tbc/static/css/comments.css index 5d7f393..552422b 100644 --- a/tbc/static/css/comments.css +++ b/tbc/static/css/comments.css @@ -12,6 +12,7 @@ min-height: 300px; } #new-comment-form input[type=text], +#new-reply-form input[type=text], #new-comment-form textarea, #new-reply-form textarea { width: 80%; @@ -29,3 +30,11 @@ background: #ffffff; border-left: 2px solid #1dccaa; } +.replies .reply small { + display: block; + line-height: 20px; + color: #b4bcc2; +} +.replies .reply p { + margin-bottom: .6em; +} -- cgit