When I create a standard webform, the height of the textfields does not accomodate the text and it is difficult to even type in text. The text I entered was from autocomplete when I tested it in Seven to see if it worked there and it did. I checked the css files and I couldn't find a clear way to correct this. Here is a screenshot to show you what I mean.

CommentFileSizeAuthor
Screen shot 2011-03-12 at 1.01.33 PM.png20.11 KBSeph

Comments

Seph’s picture

I just found the conflict. In Corolla's base CSS, the CSS3 attribute box-sizing is used to determine the size of the text boxes. Adding custom CSS to correct the shrinking of the text boxes causes a conflict somehow with Firefox and makes you unable to enter anything into the boxes if you are using the arrange fields module. Deleting the box-sizing attribute corrects the box sizing, but I'm still having issues with the text. The top and bottom of the text is cut off.