diff --git a/app/static/styles.css b/app/static/styles.css index bb489ae..4ea126d 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -89,7 +89,7 @@ body { /* Layout */ .container { - max-width: 1200px; + max-width: 1250px; margin: 0 auto; padding: 0 20px; } @@ -165,6 +165,7 @@ h2 { input[type="text"], input[type="email"], input[type="number"], +input[type="date"], select, textarea { width: 100%; @@ -178,6 +179,14 @@ textarea { font-family: inherit; } +/* Normalize date input appearance */ +input[type="date"] { + -webkit-appearance: none; + appearance: none; + font-family: inherit; + /* Ensure text is legible and consistent */ +} + textarea { resize: vertical; min-height: 80px; diff --git a/app/templates/elsa_mono_form.html b/app/templates/elsa_mono_form.html index 7441c93..2b7b055 100644 --- a/app/templates/elsa_mono_form.html +++ b/app/templates/elsa_mono_form.html @@ -84,7 +84,7 @@
| Autor (Nachname, Vorname) | ' + + 'Autor (Nachname, Vorname) | ' +
'Jahr | ' + 'Auflage | ' + 'Titel | ' + @@ -202,7 +202,7 @@ title = 'Zeitschriftenartikel'; tableHtml = '
|---|
| Autor (Nachname, Vorname) | ' + + 'Autor (Nachname, Vorname) | ' +
'Jahr | ' + 'Band | ' + 'Titel des Artikels | ' + @@ -217,11 +217,11 @@ title = 'Herausgeberwerk'; tableHtml = '
|---|
| Herausgeber (Nachname, Vorname) | ' + + 'Herausgeber (Nachname, Vorname) | ' +
'Titel des Werks | ' + 'Jahr | ' + 'Auflage | ' + - 'Autor des Artikels (Nachname, Vorname) | ' + + 'Autor des Artikels (Nachname, Vorname) | ' +
'Titel des Artikels | ' + 'Signatur | ' + 'Seiten von | ' +
|---|