From 1d0aae9826c77d0297b7ac2df170bc0b7eaf55d5 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Thu, 13 Feb 2025 03:44:01 +0100 Subject: [PATCH] Minimally improve booking balance layout. --- src/templates/_macros.tmpl | 4 ++-- src/templates/edit_structured.tmpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/_macros.tmpl b/src/templates/_macros.tmpl index f5d7943..85f3b14 100644 --- a/src/templates/_macros.tmpl +++ b/src/templates/_macros.tmpl @@ -122,8 +122,8 @@ function taint() { {% macro booking_balance_account_with_children(node) %} - -{{node.name}}{% if node.children %}:{% endif %} + +{{node.name}}{% if node.children %}:{% endif %} {% for curr, amt in node.wealth_before.items() %} diff --git a/src/templates/edit_structured.tmpl b/src/templates/edit_structured.tmpl index ba99349..43a1858 100644 --- a/src/templates/edit_structured.tmpl +++ b/src/templates/edit_structured.tmpl @@ -8,7 +8,7 @@ input.date_input, input.number_input { font-family: monospace; } input.number_input { text-align: right; } input.date_input { margin-right: 0.1em; } -tr.directly_set > td { font-weight: bold; } +td.directly_set { font-weight: bold; } {% endblock %} -- 2.30.2