Il y a une différence dans la façon dont Firefox et Chrome rendent le padding en CSS. ce qui semble correct dans Chrome est excessivement rembourré dans Firefox. y a-t-il un moyen de résoudre?
.button {
font-family: helvetica, arial;
font-size: 64px;
width: 70px;
height: 45px;
font-weight: bold;
padding: 0px;
padding-top: 25px;
background-color: #000;
color: #fff;
text-align: center;
float: right;
margin: 7px 10px 0 0;
}