From 4afb91cde81099d2814a2bcc9c47ff2bf3e2c4ce Mon Sep 17 00:00:00 2001 From: Nils Date: Tue, 9 May 2023 11:28:11 +0200 Subject: [PATCH] =?UTF-8?q?Jasmin's=20Version=20Hinzugef=C3=BCgt=20part=20?= =?UTF-8?q?2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- probestyle.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/probestyle.css b/probestyle.css index c60ba2b..27ee36b 100644 --- a/probestyle.css +++ b/probestyle.css @@ -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-------*/