summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-01-31 23:37:09 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-01 16:37:23 +0100
commit0e944bed0d2f1774c2da52184ac30ab95dd8a11c (patch)
tree09d7cc08c91181580bc809b1aba7108805e711a0 /hyperkitty/static/css
parent238d19f7e09bfa754f4b91622f1c34d08f2ef26d (diff)
downloadhyperkitty-0e944bed0d2f1774c2da52184ac30ab95dd8a11c.tar.gz
hyperkitty-0e944bed0d2f1774c2da52184ac30ab95dd8a11c.tar.xz
hyperkitty-0e944bed0d2f1774c2da52184ac30ab95dd8a11c.zip
Inline replies
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 0ce2c98..c12111c 100644
--- a/hyperkitty/static/css/hyperkitty.css
+++ b/hyperkitty/static/css/hyperkitty.css
@@ -853,3 +853,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;
+}