summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-02-07 11:05:54 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-07 11:08:01 +0100
commitbe47fc55a268d80308cb9354c0b9f3c7e78b24b3 (patch)
tree915428eae8676da965ff6b4f88593ad89d1781fd /hyperkitty/static/css
parent4d37a525e8e5df3c13d98ffe534476fd5973d918 (diff)
downloadhyperkitty-be47fc55a268d80308cb9354c0b9f3c7e78b24b3.tar.gz
hyperkitty-be47fc55a268d80308cb9354c0b9f3c7e78b24b3.tar.xz
hyperkitty-be47fc55a268d80308cb9354c0b9f3c7e78b24b3.zip
Add a tooltip when login is required (#36)
This needs a rebuild of the jquery-ui package. It has been applied to: - inline replies - like/dislike links - favorites
Diffstat (limited to 'hyperkitty/static/css')
-rw-r--r--hyperkitty/static/css/hyperkitty.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/hyperkitty/static/css/hyperkitty.css b/hyperkitty/static/css/hyperkitty.css
index 447368a..b8f56b4 100644
--- a/hyperkitty/static/css/hyperkitty.css
+++ b/hyperkitty/static/css/hyperkitty.css
@@ -205,6 +205,14 @@ form.likeform {
.youdislike {
background: url("../img/youdislike.png") no-repeat scroll left;
}
+.youlike.disabled {
+ background: url("../img/youlike-disabled.png") no-repeat scroll left;
+ color: #999;
+}
+.youdislike.disabled {
+ background: url("../img/youdislike-disabled.png") no-repeat scroll left;
+ color: #999;
+}
@@ -861,6 +869,10 @@ a.reply {
padding-left: 20px;
margin-left: 1em;
}
+a.reply.disabled {
+ background: url("../img/reply-disabled.png") no-repeat left center;
+ color: #999;
+}
.reply-form {
display: none;
padding-top: 1em;