Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | New .form-control class for simpler input styling | Zarino Zappia | 2016-09-20 | -2/+2 |
| | | | | | | | | | | | Form input styling is mostly left up to the browser default now. A custom border, drop-shadow, and border-radius can be applied by adding the `.form-control` class, which standardizes the appearance of inputs, selects, and textareas. The core reporting form, authentication forms, local alert forms, contact form, and questionnaire form have all been updated to use the new `.form-control` class. | |||
* | Add cobrand-specific custom reporting fields. | Matthew Somerville | 2016-03-09 | -0/+12 |
This adds a new cobrand variable, report_form_extras, which contains a list of extra fields that will be saved in the 'extra' metadata of the report. Fields may optionally be marked as required. |