Is there a line-height discrepancy in Firefox that would be affecting the line-height on this input element? http://cure.org/curekids/
You’ll see in the signup form right in the middle of the page that my email a dress input field has the text vertically aligned very awkward, whereas in Chrome, Safari and IE (gasp) all is well.
What’s causing this inconsistency in Firefox and how should I remedy it?
on sponsor.css you have
div#sponsor-notify-me input#email-fieldthere thispadding:10px 10px 0;just change this topadding:0 10px 0;and also change theheight:32px;toheight:42px;