From e07f1c97549d3b6d64fcaf36b1a866d2b5c63e0e Mon Sep 17 00:00:00 2001 From: Anika Date: Tue, 5 Mar 2024 14:47:55 +0100 Subject: [PATCH] =?UTF-8?q?looks=20prettier,=20mehr=20erkl=C3=A4rung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/style.css | 12 +++++++++--- templates/base.html | 6 +++--- templates/help.html | 23 ++++++++++++++++++++--- templates/index.html | 14 ++++++-------- 4 files changed, 38 insertions(+), 17 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 4c013ca..0c98692 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -19,18 +19,24 @@ div.log { } div.alarms { + margin-top: 8mm; grid-area: alarms; margin-bottom: 1cm; } div.savedLogs { - border: #454d55; - border-radius: 20px; - border-width: 5px; + border:1px solid gray; + border-radius: 10px; + padding: 3mm; + padding-top: 2mm; grid-area: savedLogs; margin-right: 2cm; } div.savedAlarms { + border:1px solid gray; + border-radius: 10px; + padding: 3mm; + padding-top: 2mm; grid-area: savedAlarms; } diff --git a/templates/base.html b/templates/base.html index 9caebff..427e265 100644 --- a/templates/base.html +++ b/templates/base.html @@ -18,12 +18,12 @@ diff --git a/templates/help.html b/templates/help.html index 65a1cd3..793467d 100644 --- a/templates/help.html +++ b/templates/help.html @@ -3,14 +3,31 @@ {% block content %}

{% block title %} Hilfe! {% endblock %}

+

Erste Schritte

+

How-To

+
Alarm eintragen
+

+Es braucht eine Uhrzeit und eine alarm Nachricht. Wenn kein Datum eingetragen ist, wird heute genommen, +außer der Zeitpunkt liegt in der Vergangenheit. Dann wird der Alarm morgen zur angegeben Uhrzeit eingetragen. +

+
Log eintragen
+

+Schreibe einen Text, drücke Enter, sei glücklich. Nein, du kannst das nicht korrigieren. +

-

Debugging Hilfe

+ +

Debugging Hilfe

+Wird gefüllt, sobald ich Probleme/Unklarheiten identifiziere oder gesagt bekomme diff --git a/templates/index.html b/templates/index.html index 5b0f512..bd6bf37 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,7 +13,7 @@ {% endfor %}
-

Upcoming Alarms

+

Anstehende Alarme

{% for alarm in alarms %}
{{ alarm.datetime }}: {{ alarm.message }} @@ -24,7 +24,7 @@
- + @@ -36,19 +36,17 @@
-
- +
- + value="{{ request.form['time'] }}" style="width: 85px;" required>
- + @@ -59,7 +57,7 @@
-

Previous Alarm

+

Vergangene Alarme