From b1b941c82a5fb40aeca4d04eb7a9dceaf113532b Mon Sep 17 00:00:00 2001 From: hubobel Date: Thu, 25 Jun 2026 17:04:02 +0200 Subject: [PATCH] Formatierung angepasst --- static/style.css | 16 +++++++++- templates/maintenance.html | 65 +++++++++++++++++++------------------- 2 files changed, 47 insertions(+), 34 deletions(-) diff --git a/static/style.css b/static/style.css index ff7256f..002b30a 100644 --- a/static/style.css +++ b/static/style.css @@ -431,4 +431,18 @@ text-decoration: underline; .automation-card { grid-column: 1 / -1; } -# \ No newline at end of file +.action-column { + text-align: right; +} +.automation-table { + width: 100%; +} + +.automation-table .action-column { + text-align: right; + width: 220px; +} +.automation-table .action-column { + text-align: right; + width: 180px; +} \ No newline at end of file diff --git a/templates/maintenance.html b/templates/maintenance.html index d897cce..8cdc943 100644 --- a/templates/maintenance.html +++ b/templates/maintenance.html @@ -213,44 +213,43 @@

Automatisierung

- +
- - - - + + + + - - - - - + + + + + - - - - - - - - - - - + + + + + + + + + +
ScriptCronAktion
ScriptCronAktion
balance.py{{ cron_jobs.balance }} - - - -
balance.py{{ cron_jobs.balance }} + + + +
transactions.py{{ cron_jobs.transactions }} - - - -
categorize_transactions.py{{ cron_jobs.categorize }} - - - -
transactions.py{{ cron_jobs.transactions }} + + + +
categorize_transactions.py{{ cron_jobs.categorize }} + + + +