From 44060f03dfd6fb9f1925496f06992984ef41062b Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 27 Nov 2011 23:03:06 +0100 Subject: update bootstrap to the last version. Clean some css --- budget/templates/forms.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'budget/templates/forms.html') diff --git a/budget/templates/forms.html b/budget/templates/forms.html index 9e5ecd6..08b8970 100644 --- a/budget/templates/forms.html +++ b/budget/templates/forms.html @@ -90,7 +90,7 @@ {% macro add_member(form) %} {{ form.hidden_tag() }} - {{ form.name(style="width: 141px;") }} + {{ form.name(class="menu-input") }} {% endmacro %} -- cgit v1.1