I have the following HTML code:
... ...
/* Remove button padding in FF */ button::-moz-focus-inner { border:0; padding:0; }
You'll get the same button appearance in Chrome and Firefox.