Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
Lass links und rechts das padding weg oder reduziere die Breite.
Doch. 0.8em. Und deswegen die die Box größer als die andere.Hab kein padding bei der box^^
.login {
background:transparent; /*#392d30 */
background:transparent url(../images/login_right.png);
background-repeat: no-repeat;
background-position:right;
height:38px;
width:250px;
float:right;
margin:0 23px 0 0;
}
.login-left {
background:transparent url(../images/login_left.png);
height: 38px;
background-repeat: no-repeat;
background-position:left;
}
.login-right {
margin:0 23px;
background:#392d30;
color:white;
height: 38px;
}
Doch. 0.8em. Und deswegen die die Box größer als die andere.