diff options
author | June McEnroe <june@causal.agency> | 2020-07-11 21:24:56 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-11 21:25:50 -0400 |
commit | eaf1dddbe5326f347757c21247ba5b8b0047d81c (patch) | |
tree | 4a8c1355de8bc79bd8186590eacc9e52b69808da /default.css | |
parent | Check database version against a range (diff) | |
download | scooper-eaf1dddbe5326f347757c21247ba5b8b0047d81c.tar.gz scooper-eaf1dddbe5326f347757c21247ba5b8b0047d81c.zip |
Add date jump form to events page
Sad that Safari doesn't implement anything for the date input type.
Diffstat (limited to 'default.css')
-rw-r--r-- | default.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/default.css b/default.css index 609ad61..cc45711 100644 --- a/default.css +++ b/default.css @@ -42,7 +42,7 @@ nav { flex-wrap: wrap; align-items: center; justify-content: space-between; - margin-bottom: 1.5em; + margin-bottom: 1em; } nav ol { @@ -62,6 +62,7 @@ nav form { } table { + margin: 1em 0; border-collapse: collapse; } tr { @@ -105,7 +106,7 @@ tr.notice td.nick span::before, tr.notice td.nick span::after { footer { font-size: 0.83em; color: var(--dim); - margin-top: 1.5rem; + margin-top: 1rem; display: flex; flex-wrap: wrap; justify-content: space-between; |