From 352f64c7171cf62f2e1a7578fb8e786dead90d9f Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sun, 28 Jun 2026 11:47:28 +0100 Subject: Prototype compressed event listing --- pages/style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'pages/style.css') diff --git a/pages/style.css b/pages/style.css index 3b0aab7..56de563 100644 --- a/pages/style.css +++ b/pages/style.css @@ -80,11 +80,11 @@ footer { color: var(--footer-text-color); } -header > .hdritem:first-child { +header > .hdritem-home { margin-right: 30px; } -header > .hdritem:nth-child(n + 2) { +header > .hdritem-view { margin-left: 15px; } @@ -100,13 +100,17 @@ header > .hdritem:nth-child(n + 2) { } /* log page */ -.pagepicker { +.pagepicker, .viewopts { display: inline-block; background-color: var(--footer-bg-color); padding: 5px; border-radius: 5px; } +.viewopts { + margin-top: 10px; +} + .pagepicker-pages { display: inline-block; margin-left: 10px; -- cgit v1.3.1