diff --git a/froide/account/forms.py b/froide/account/forms.py index 310f72fe2..4ffa8688b 100644 --- a/froide/account/forms.py +++ b/froide/account/forms.py @@ -16,18 +16,18 @@ class NewUserForm(forms.Form): first_name = forms.CharField(max_length=30, label=_('First name'), widget=forms.TextInput(attrs={'placeholder': _('First Name'), - 'class': 'span2'})) + 'class': 'input-medium'})) last_name = forms.CharField(max_length=30, label=_('Last name'), widget=forms.TextInput(attrs={'placeholder': _('Last Name'), - 'class': 'span2'})) + 'class': 'input-medium'})) address = forms.CharField(max_length=300, required=False, label=_('Mailing Address'), help_text=_('Your address will not be displayed publicly and is only needed in case a public body needs to send you paper.'), widget=forms.Textarea(attrs={ 'rows': '3', - 'class': 'span3', + 'class': 'input-large', 'placeholder': _('Street, Post Code, City'), })) user_email = forms.EmailField(label=_('Email address'), diff --git a/froide/foirequest/forms.py b/froide/foirequest/forms.py index f3e45654c..bd51785bd 100644 --- a/froide/foirequest/forms.py +++ b/froide/foirequest/forms.py @@ -33,12 +33,12 @@ class RequestForm(forms.Form): subject = forms.CharField(label=_("Subject"), widget=forms.TextInput( attrs={'placeholder': _("Subject"), - "class": "span5"})) + "class": "span8"})) body = forms.CharField(label=_("Body"), widget=forms.Textarea( attrs={ 'placeholder': _("Specify your request here..."), - "class": "span4" + "class": "span11" })) public = forms.BooleanField(required=False, initial=True, label=_("This request will be public immediately.")) diff --git a/froide/foirequest/templates/foirequest/request.html b/froide/foirequest/templates/foirequest/request.html index b65e44a24..cb1101a62 100644 --- a/froide/foirequest/templates/foirequest/request.html +++ b/froide/foirequest/templates/foirequest/request.html @@ -139,8 +139,8 @@

{% blocktrans %}A request about an opinion{% endblocktrans %}

{% blocktrans %}Step 3 - Write the Request{% endblocktrans %}
-
-
+
+

{% blocktrans %}Please have a look if the information you are looking for is already available online.{% endblocktrans %}

    @@ -165,8 +165,8 @@

    {% blocktrans %}A request about an opinion{% endblocktrans %}

    {% endif %}
-
-
+
+
{{ request_form.body.errors }}
@@ -185,15 +185,15 @@

{% blocktrans %}A request about an opinion{% endblocktrans %}

{{ user_form.first_name.errors }} {{ user_form.last_name.errors }}

- {{ user_form.first_name }} - {{ user_form.last_name }} +

{{ user_form.first_name }}
+
{{ user_form.last_name }}

{% endif %}
-
+

{% if user.is_authenticated %} -
-
+
+

{% blocktrans %}Your Post Address:{% endblocktrans %}
{{ user.get_profile.address }}

{% blocktrans %}Your Email Address:{% endblocktrans %} {{ user.email }}

{% else %} -
-
+
+
{{ user_form.user_email.errors }} @@ -245,8 +245,8 @@

{% blocktrans %}Important Notes:{% endblocktrans %}

{% endif %} -
-
+
+