events.pm: show previous and next event

When retrieving individual events, the previous and the following event are determined
according to the current filters to allow navigation between events.
This commit is contained in:
Milan
2021-04-11 16:28:33 +02:00
parent a304e73145
commit 103e27969b
5 changed files with 93 additions and 24 deletions

View File

@@ -129,11 +129,12 @@ a {
transition: all .2s ease-in-out;
}
.load-prev, .load-next{
a.load-prev, a.load-next{
text-align:center;
cursor:pointer;
display:block ruby;
background:#eee;
padding:0.5rem;
}
#calcms_menu .event:hover {