Style improvements to the add a new application page:

- fix size of description textarea
- place "remove" buttons closer to text input fields for environments
- add icon for "add another environment" link
This commit is contained in:
dandds
2019-05-02 07:04:23 -04:00
parent bcde637553
commit e457e9a60d
4 changed files with 40 additions and 17 deletions

View File

@@ -1,8 +0,0 @@
{% from "components/text_input.html" import TextInput %}
{{ form.csrf_token }}
<p>
{{ "fragments.edit_application_form.explain" | translate }}
</p>
{{ TextInput(form.name) }}
{{ TextInput(form.description, paragraph=True) }}