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