summaryrefslogtreecommitdiff
path: root/tbc/static/css/comments.css
diff options
context:
space:
mode:
authorJayaram R Pai2014-07-08 00:11:52 +0530
committerJayaram R Pai2014-07-08 00:11:52 +0530
commit5fa6de089dce1c45a095c286dbd890fea30e9c94 (patch)
tree607f2b454c9bd405f4928233d72ebdacbd614376 /tbc/static/css/comments.css
parent4c535a956e8a6d5bb9c0b124f4180fcf9d0275e9 (diff)
downloadPython-TBC-Interface-5fa6de089dce1c45a095c286dbd890fea30e9c94.tar.gz
Python-TBC-Interface-5fa6de089dce1c45a095c286dbd890fea30e9c94.tar.bz2
Python-TBC-Interface-5fa6de089dce1c45a095c286dbd890fea30e9c94.zip
added base template for comments
Diffstat (limited to 'tbc/static/css/comments.css')
-rw-r--r--tbc/static/css/comments.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/tbc/static/css/comments.css b/tbc/static/css/comments.css
index dc8abf3..5d7f393 100644
--- a/tbc/static/css/comments.css
+++ b/tbc/static/css/comments.css
@@ -1,9 +1,16 @@
+#comments-container {
+ width: 1100px;
+}
#content-wrapper {
max-width: 97%;
}
.accordion-inner {
background: #f5f5f5;
}
+#new-comment-form,
+#recent-comments-wrapper {
+ min-height: 300px;
+}
#new-comment-form input[type=text],
#new-comment-form textarea,
#new-reply-form textarea {