From 40d29ea3eef3f7fa15ab629b5f6694dab66d9b68 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Wed, 1 Apr 2026 14:00:00 +0200 Subject: Duplicate page picker at bottom of event list --- pages/style.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'pages/style.css') diff --git a/pages/style.css b/pages/style.css index d9ade07..6fb9fbe 100644 --- a/pages/style.css +++ b/pages/style.css @@ -94,23 +94,27 @@ footer { } /* log page */ -#pagepicker { +.pagepicker { display: inline-block; background-color: var(--footer-bg-color); padding: 5px; border-radius: 5px; - margin-bottom: 10px; } -#pagepicker-pages { +.pagepicker-pages { display: inline-block; margin-left: 10px; } -#pagepicker-pages a, #pagepicker-pages b { +.pagepicker-pages a, .pagepicker-pages b { padding: 0 6px; } +table#events { + margin-top: 10px; + margin-bottom: 20px; +} + table#events td { padding: 2px; vertical-align: top; -- cgit v1.3