From fd1616185405265189dc6d5ce70cc6c16456088c Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 25 Jan 2013 16:34:36 +0100 Subject: Fix accordion widget and add_tag button --- hyperkitty/views/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperkitty/views/forms.py') diff --git a/hyperkitty/views/forms.py b/hyperkitty/views/forms.py index ab16215..d52eaea 100644 --- a/hyperkitty/views/forms.py +++ b/hyperkitty/views/forms.py @@ -78,7 +78,7 @@ class AddTagForm(forms.Form): tag = forms.CharField(label='', help_text=None, widget=TextInputWithButton( attrs={'placeholder': 'Add a tag...', - 'class': 'span2', + 'class': 'input-medium', 'button_text': 'Add'} ) ) -- cgit