Add (hidden) location field to event list widget

This commit is contained in:
Raphael Michel
2019-10-23 15:28:00 +02:00
parent 357972c8f8
commit 2a51969b04
3 changed files with 16 additions and 0 deletions

View File

@@ -390,6 +390,11 @@
padding: 5px;
box-sizing: border-box;
}
.pretix-widget-event-list-entry-location {
padding: 5px;
box-sizing: border-box;
display: none;
}
.pretix-widget-event-list-entry-date {
width: 25%;
padding: 5px;
@@ -673,6 +678,9 @@
.pretix-widget-event-list-entry-name {
width: 100%;
}
.pretix-widget-event-list-entry-location {
width: 100%;
}
.pretix-widget-event-list-entry-date {
width: 50%;
}