Jasmin's Version Hinzugefügt part 3
parent
4afb91cde8
commit
28a7d917f2
|
@ -1041,6 +1041,14 @@ font-size: 30px;
|
||||||
|
|
||||||
/*----- Registrierung-------*/
|
/*----- Registrierung-------*/
|
||||||
|
|
||||||
|
#errorMessage {
|
||||||
|
color: red;
|
||||||
|
display: none;
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
#registrierungTitel{
|
#registrierungTitel{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
|
@ -1079,27 +1087,22 @@ font-size: 30px;
|
||||||
|
|
||||||
.registrierenNormalesTextfeld{
|
.registrierenNormalesTextfeld{
|
||||||
width: 275px;
|
width: 275px;
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#strasse{
|
#strasse{
|
||||||
width: 212px;
|
width: 212px;
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#hausNummer{
|
#hausNummer{
|
||||||
width: 50px;
|
width: 50px;
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#postleitzahl{
|
#postleitzahl{
|
||||||
width: 85px;
|
width: 85px;
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ort{
|
#ort{
|
||||||
width: 177px;
|
width: 177px;
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.registrierenKnopf {
|
.registrierenKnopf {
|
||||||
|
@ -1131,9 +1134,6 @@ input[type=number] {
|
||||||
-moz-appearance: textfield;
|
-moz-appearance: textfield;
|
||||||
}
|
}
|
||||||
|
|
||||||
#registrierungFehler{
|
|
||||||
color: red;
|
|
||||||
}
|
|
||||||
/*----- Registrierung Ende-------*/
|
/*----- Registrierung Ende-------*/
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue