From 09129caa85025658ce47f49c38886c7ba0a46517 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 13 Feb 2013 23:20:43 +0100 Subject: Fix links in activity graph (#42) --- hyperkitty/static/css/hyperkitty.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hyperkitty/static/css') diff --git a/hyperkitty/static/css/hyperkitty.css b/hyperkitty/static/css/hyperkitty.css index e7f14e0..7345e76 100644 --- a/hyperkitty/static/css/hyperkitty.css +++ b/hyperkitty/static/css/hyperkitty.css @@ -276,6 +276,9 @@ form.likeform { #graph h2 { text-align: center; } +#graph rect { + cursor: pointer; +} #fig { position: relative; -- cgit