From ecf1527951881fefa55738eb6a6fc668680ef681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 11 Jan 2012 01:53:37 +0100 Subject: Make the 'In Summa' clickable again -- also it is now possible to click on the category expenses to unroll the details --- static/css/style.css | 2 +- static/js/show.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/css/style.css b/static/css/style.css index 9731684..d308227 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -95,7 +95,7 @@ img { font-weight: bold; } -div.detail > .heading { +div.detail .heading { font-weight: bold; cursor: pointer; } diff --git a/static/js/show.js b/static/js/show.js index 333ce17..b40c9fe 100644 --- a/static/js/show.js +++ b/static/js/show.js @@ -1,6 +1,6 @@ $(document).ready(function(){ - $(".detail > .heading").click(function() { + $(".detail span").click(function() { $(this).prevAll(".mark:last").click(); }); -- cgit v1.2.3