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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user