From ca3ed44ff3ae0e0c6df69ce9f6494549b4fa6ee1 Mon Sep 17 00:00:00 2001 From: elpatron Date: Thu, 16 Apr 2026 08:17:49 +0200 Subject: [PATCH] fix: Termin-Uhrzeit ohne AM/PM (Stunde/Minute als Zahleneingabe) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ersetzt type=time durch number 0–23 / 0–59, damit kein 12h-Picker mehr erscheint. Validierung, URL-Parameter und Vorschau angepasst; lang de-DE im Termin-Block. Made-with: Cursor --- index.html | 55 ++++++++++++++++--- main.js | 153 +++++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 162 insertions(+), 46 deletions(-) diff --git a/index.html b/index.html index 98e9165..3824541 100644 --- a/index.html +++ b/index.html @@ -318,6 +318,35 @@ margin: -4px 0 12px 0; line-height: 1.4; } + + .time-24h-block { + margin-bottom: 15px; + } + + .time-24h-block .time-24h-row { + display: flex; + align-items: center; + gap: 8px; + flex-wrap: wrap; + } + + .time-24h-block input[type="number"] { + width: 4.25rem; + margin-bottom: 0; + text-align: center; + } + + .time-24h-sep { + font-weight: 600; + color: #374151; + user-select: none; + } + + .time-24h-hint { + font-size: 12px; + color: #6b7280; + margin-top: 4px; + } @@ -355,11 +384,11 @@ -