summaryrefslogtreecommitdiff
path: root/tbc/static
diff options
context:
space:
mode:
Diffstat (limited to 'tbc/static')
-rw-r--r--tbc/static/css/comments.css40
-rw-r--r--tbc/static/forms/forms_professionals.zipbin587853 -> 565942 bytes
-rw-r--r--tbc/static/forms/forms_students.zipbin587334 -> 565664 bytes
3 files changed, 40 insertions, 0 deletions
diff --git a/tbc/static/css/comments.css b/tbc/static/css/comments.css
new file mode 100644
index 0000000..552422b
--- /dev/null
+++ b/tbc/static/css/comments.css
@@ -0,0 +1,40 @@
+#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-reply-form input[type=text],
+#new-comment-form textarea,
+#new-reply-form textarea {
+ width: 80%;
+}
+#new-comment-form textarea,
+#new-reply-form textarea {
+ height: 100px;
+}
+.replies {
+ margin-left: 15px;
+}
+.replies .reply {
+ padding: 3px;
+ margin: 5px 0;
+ background: #ffffff;
+ border-left: 2px solid #1dccaa;
+}
+.replies .reply small {
+ display: block;
+ line-height: 20px;
+ color: #b4bcc2;
+}
+.replies .reply p {
+ margin-bottom: .6em;
+}
diff --git a/tbc/static/forms/forms_professionals.zip b/tbc/static/forms/forms_professionals.zip
index 1ff4af8..f13edf4 100644
--- a/tbc/static/forms/forms_professionals.zip
+++ b/tbc/static/forms/forms_professionals.zip
Binary files differ
diff --git a/tbc/static/forms/forms_students.zip b/tbc/static/forms/forms_students.zip
index 45cc72c..b9b6506 100644
--- a/tbc/static/forms/forms_students.zip
+++ b/tbc/static/forms/forms_students.zip
Binary files differ