summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-02-04 17:27:40 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-04 17:27:40 +0100
commitcec92b8f26a8149b8eb1fe831a036704cb20d5d6 (patch)
tree5f2049c3124c0d1b91374fd669b0c1b32ab34f8d /hyperkitty/static/css
parent0746b9db3c828b90885d81ce64bbd33fe03c8a26 (diff)
parentf6a642a52e05f44f7131dfd182e707d6f1fe6e7e (diff)
downloadhyperkitty-cec92b8f26a8149b8eb1fe831a036704cb20d5d6.tar.gz
hyperkitty-cec92b8f26a8149b8eb1fe831a036704cb20d5d6.tar.xz
hyperkitty-cec92b8f26a8149b8eb1fe831a036704cb20d5d6.zip
Merge branch 'posting'
Diffstat (limited to 'hyperkitty/static/css')
-rw-r--r--hyperkitty/static/css/hyperkitty.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/hyperkitty/static/css/hyperkitty.css b/hyperkitty/static/css/hyperkitty.css
index 6017c74..c6aefa1 100644
--- a/hyperkitty/static/css/hyperkitty.css
+++ b/hyperkitty/static/css/hyperkitty.css
@@ -855,3 +855,39 @@ ul.attachments-list li {
border-left: 2px solid rgb(55, 113, 200);
padding-left: 0.2em;
}
+
+
+/*
+ * Replies
+ */
+a.reply {
+ background: url("../img/reply.png") no-repeat left center;
+ padding-left: 20px;
+ margin-left: 2em;
+}
+.reply-form {
+ display: none;
+ padding-top: 1em;
+}
+.reply-form p {
+ margin: 0;
+}
+.reply-form textarea {
+ width: 95%;
+}
+.reply-form .buttons .submit {
+ margin-right: 2em;
+}
+.reply-result {
+ text-align: center;
+}
+.reply-result .alert {
+ display: inline-block;
+}
+.reply-result .alert-success {
+ margin-bottom: 0;
+}
+.reply-result .alert-error {
+ white-space: pre;
+ text-align: left;
+}