Brendiem / ala-citizenscience

Automatically exported from code.google.com/p/ala-citizenscience
0 stars 1 forks source link

CSS layout form renderer #342

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add new renderer types:

- CSS layout for tracker form
- CSS layout for single site multi taxa form
- CSS layout for single site all taxa form

The CSS layout renderer type will replace the table layout with divs. The divs 
will have ID's related to the database name of the form field (i.e. it should 
be unique to the form). The admin will then be able to specify CSS in order to 
style their form.

Note that if no CSS is provided the form will look 'worse' than the standard 
form types.

Editing the CSS wil be done in the edit project section of the site.

There will be an online CSS editor to make development of custom CSS forms 
easier.

Original issue reported on code.google.com by aaron.lo...@gmail.com on 6 Sep 2012 at 6:21

GoogleCodeExporter commented 9 years ago

Original comment by aaron.lo...@gmail.com on 10 Sep 2012 at 6:09