[web2py] date fieds layout problem

2010-03-05 Thread Andrea Parodi
Sorry for double post, my mistake... I thought first was lost... Anyway, create an app from scratch, define following in model: db.define_table('mytable', Field('myfield1','date'),Field('myfield2','text'), Field('myfield3','text'),Field('myfield4','text'), Field('myfield5','text'),Field('myfield

[web2py] date fieds layout problem

2010-03-05 Thread Andrea Parodi
I have a problem with date fields. I've created a SQLFORM with lot of fields (about 40). Some of there are dates. In firefox calendar widgets works correctly, but in IE the calendar appear vertically shifted. And the shift amount increase on the fields on the bottom of page. Anyone already get thi

[web2py] date fieds layout problem

2010-03-04 Thread Andrea Parodi
I have a problem with date fields. I've created a SQLFORM with lot of fields (about 40). Some of there are dates. In firefox calendar widgets works correctly, but in IE the calendar appear vertically shifted. And the shift amount increase on the fields on the bottom of page. Anyone already get t