Commit a956651e authored by Michal Čihař's avatar Michal Čihař

Nicer formatting for contact form

parent 6c5b96a2
......@@ -12,7 +12,7 @@
<form method="post" action="{% url 'weblate.accounts.views.contact' %}">
{% csrf_token %}
<table>
<table id="contact-table">
{{ form.as_table }}
<tr><td></td><td><input type="submit" class="button" value="{% trans "Send" %}" /></td></tr>
</table>
......
......@@ -268,6 +268,11 @@ textarea.code-example {
overflow: hidden;
white-space: nowrap;
}
#contact-table input, #contact-table textarea {
width: 30em;
font-size: 1em;
font-family: sans-serif;
}
/*
* jQuery UI Multi-Progress Bar 1.0
* http://github.com/j-ulrich/jquery-ui-multiprogressbar
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment