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/forms.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'budget/templates/forms.html') diff --git a/budget/templates/forms.html b/budget/templates/forms.html index 8c0cda3..0a06001 100644 --- a/budget/templates/forms.html +++ b/budget/templates/forms.html @@ -87,8 +87,8 @@ {% macro add_member(form) %} {{ form.hidden_tag() }} - {{ form.name }} - + {{ form.name(style="width: 141px;") }} + {% endmacro %} -- cgit v1.1