⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

form field height



Ron van den Bergh

Ron van den Bergh
  • profile picture
  • Member

Posted 14 May 2015 - 13:21 PM

Hi

 

I do not know what i did but suddenly all forms have a strange field height. (to small)

the heights for enum fields and relation fields are fine..

 

I have checked multiple browsers, everywhere the same issue.

 

 

I have inspected a wrong field with firefox and found:

 

 

.flexigrid div.form-div input[type="text"], .flexigrid div.form-div input[type="password"] {
    font-size: 15px;
    width: 500px;
    height: 20px;
    border: 1px solid #AAA;
    padding: 5px;
    background: none repeat scroll 0% 0% #FAFAFA;

 

If i change the height to 30px everything is fine..

I have not changed the css..  so what causes this?

 

 

 

Anybody?

 

 

 

Thanks

 

Ron