From 3bf8cececf19fbd47e19a9f60eb6d922106d61d0 Mon Sep 17 00:00:00 2001 From: Arnaud Bos Date: Thu, 17 Nov 2011 09:07:21 +0100 Subject: Minor CSS changes --- budget/templates/list_bills.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'budget/templates') diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index d9bbd66..5563a1e 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -16,7 +16,7 @@ // display the form when clicking on the "add bill" button var show_form = function(){ - $('#bill-form').slideDown(1000); + $('#bill-form').slideDown(100); $("#hide-bill-form").show(); $("#new-bill").hide(); return false; @@ -24,7 +24,7 @@ // and provide a mechanism to hide it back var hide_form = function(){ - $("#bill-form").slideUp(1000); + $("#bill-form").slideUp(100); $("#new-bill").show(); $("#hide-bill-form").hide(); return false; -- cgit v1.1