gaiaresources / ala-citizenscience

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

Record form footer doesn't show in read only mode - can break tracker form CSS layout #387

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The record form footer (see recordFormFooter.jsp) is not shown in read only 
mode. This can cause issues with float based CSS form layouts (a high frequency 
use case) as there is no universal clearing div at the bottom of the forms in 
read only mode.

In read only mode insert a div with the recordFormFooter class so we can use it 
for styling.

Original issue reported on code.google.com by aaron.lo...@gmail.com on 8 Jan 2013 at 4:11

GoogleCodeExporter commented 9 years ago

Original comment by aaron.lo...@gmail.com on 8 Jan 2013 at 6:18