Currently I'm creating a website and I have a little problem: only in Firefox button looks like this:
Although, in the rest browsers button looks like this
You can watch it here http://router.kg/ubiquiti And another mistake I've noticed: every browser show button's padding like this
padding: 10px 20px 15px 20px;
Firefox shows only this:
padding: 10px 20px 15px;
Firefox v26.0
So, can anyone tell me where is the problem hiding?