diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-06-28 12:47:28 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-06-28 12:50:26 +0200 |
| commit | 352f64c7171cf62f2e1a7578fb8e786dead90d9f (patch) | |
| tree | 2fcb0663f1509b2fe5d1f2533f1e8859ddac36ad /pages/style.css | |
| parent | 08e042b949ca358a86c256d137379e76f3881bfc (diff) | |
Prototype compressed event listing
Diffstat (limited to 'pages/style.css')
| -rw-r--r-- | pages/style.css | 10 |
1 files changed, 7 insertions, 3 deletions
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; |
