Changes between Initial Version and Version 1 of Ticket #18484, comment 3
- Timestamp:
- Sep 13, 2012, 11:56:31 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18484, comment 3
initial v1 1 1 By removing style="display:none" the layout of every form that uses csrf_token has been changed. The div becomes significant to the layout/flow of the form and moves everything that follows below it - divs are blocks. This is a backwards incompatible change. Could we, at least, give the surrounding div an id or class so we can address it in CSS to fix the layout of all of our forms? 2 3 Or get rid of the div completely? 2 4 3 5 Thanks