Input type text height and padding

TugBeaummaBob

New Member
I just run into a very weird issue.I am adapting some html file (actually, ftl) to a template. I have been given a static html and css files. After apply everithing properly, my inputs don't look as they should. I have checked very carefully the computed style and they are right, as you can see in the image below.
Jl4kI.png
The original input has height 18px and padding top and bottom of 6px, so must be 18+12=30px height. Altough, what I get is an input with height 6px plus padding top 6px and padding bottom 6px so 6+6+6=18px.Can somebody explain what is happening here?? BTW I am using safari in both cases.Thanks in advance!
 
Top