From 486ea5e23364f93fa66dbc94f5c08bc826674960 Mon Sep 17 00:00:00 2001 From: Reto Bollinger Date: Sat, 11 Jan 2025 01:39:22 +0100 Subject: [PATCH] Improving Alignment of time cells on termine page --- lektor/lektordata/project/assets/static/style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/lektor/lektordata/project/assets/static/style.css b/lektor/lektordata/project/assets/static/style.css index 42afa8f..64eb063 100644 --- a/lektor/lektordata/project/assets/static/style.css +++ b/lektor/lektordata/project/assets/static/style.css @@ -367,6 +367,11 @@ div.left_footer, div.middle_footer, div.right_footer { .termine ul > li > ul > li:nth-child(2) { width: 55px; } +.termine ul > li > ul > li:nth-child(2) > div{ + margin-left: auto; + margin-right: 0; + text-align: right; +} .vorstand ul > li > ul > li:nth-child(2) { width: 400px; } @@ -781,7 +786,12 @@ div.left_footer, div.middle_footer, div.right_footer { } .termine ul > li > ul > li:nth-child(1) > div{ width: 250px; } - .termine ul > li > ul > li:nth-child(2) > div{ width: 410px; } + .termine ul > li > ul > li:nth-child(2) > div{ + width: 410px; + margin-left: 0; + margin-right: auto; + text-align: left; + } .termine ul > li > ul > li:nth-child(3) > div{ width: 680px; padding: calc(10px * 0.7) calc(10px * 0.7) calc(20px * 0.7) calc(10px * 0.7);