From 7f805b63cad10b83833151460b24265608d10c3b Mon Sep 17 00:00:00 2001 From: Arnaud Bos Date: Tue, 1 Nov 2011 12:57:12 +0100 Subject: Improvement of the sidebar look. Related to #34. Fix #52. --- budget/templates/list_bills.html | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'budget/templates/list_bills.html') diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index c8e7918..c33a7e2 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -9,6 +9,11 @@ {% endblock %} {% block js %} + $(window).resize(function() { + $("#sidebar").height( window.innerHeight-40 ); + $("#table_overflow").height( $("#sidebar").height()-120 ); + }); + // display the form when clicking on the "add bill" button var show_form = function(){ $('#bill-form').show(70); @@ -53,9 +58,14 @@ {% endblock %} {% block sidebar %} - + {% endblock %} -- cgit v1.1