How do I set the size of an HTML text box?
Try:
input[type="text"]{ padding:10px 0;}
This is way it remains independent of what textsize has been set for the textbox. You are increasing the height using padding instead