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