diff options
author | Jayaram R Pai | 2014-07-08 08:57:48 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-07-08 08:57:48 +0530 |
commit | fd765dab5eab149535ec01540562e8100f582307 (patch) | |
tree | ca9d33a6ce421e9454953b2bb6152854574e5c3f /tbc/static/css/comments.css | |
parent | ca738ba0953ab950a16c9b89085c9aab5473e7a5 (diff) | |
download | Python-TBC-Interface-fd765dab5eab149535ec01540562e8100f582307.tar.gz Python-TBC-Interface-fd765dab5eab149535ec01540562e8100f582307.tar.bz2 Python-TBC-Interface-fd765dab5eab149535ec01540562e8100f582307.zip |
added emails field for comment and reply
Diffstat (limited to 'tbc/static/css/comments.css')
-rw-r--r-- | tbc/static/css/comments.css | 9 |
1 files changed, 9 insertions, 0 deletions
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; +} |