summaryrefslogtreecommitdiff
path: root/pages/style.css
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-04-01 14:00:00 +0200
committerTom Smeding <tom@tomsmeding.com>2026-04-01 14:00:00 +0200
commit40d29ea3eef3f7fa15ab629b5f6694dab66d9b68 (patch)
tree158e103f0a5a190465beb138f8afe15e8213ba11 /pages/style.css
parent42b8b5fbcbe02b02878f8f6e2b98aafc713204be (diff)
Duplicate page picker at bottom of event listHEADmaster
Diffstat (limited to 'pages/style.css')
-rw-r--r--pages/style.css12
1 files changed, 8 insertions, 4 deletions
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;