I have applied the following CSS to a FORM
submit button:
font:normal 15px helvetica,arial,sans-serif;
padding:6px;
On Windows, regardless of the browser (IE/Firefox/Chrome), this increase the FORM submit button and give the button spacing padding of 6px.
However, on OS X (Mac), the form submit button is not stylized at all. Meaning, the font size is the default and no padding is being applied.
Any idea on how I can make a FORM submit button bigger on OS X (Mac)?