mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Add (hidden) location field to event list widget
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user