special case: theater in march '26

This commit is contained in:
2025-10-01 21:36:00 +02:00
parent 447ae6d97d
commit 49fa19ed1e
17 changed files with 72 additions and 23 deletions

View File

@@ -49,6 +49,9 @@
$eventName = $event->title;
$eventDate = date("d. m. Y", strtotime($seat->date));
$eventTime = $event->starttime;
if($eventDate == '15. 03. 2026'){
$eventTime = '18:00';
}
$sumPrice = 0;
$my_user = Auth::user();

View File

@@ -42,6 +42,7 @@
div.seatCharts-row:nth-child(7){
padding-top: 70px;
}
/*
div.seatCharts-row:nth-child(1){
margin-left: 96px;
}
@@ -50,7 +51,7 @@ div.seatCharts-row:nth-child(2){
}
div.seatCharts-row:nth-child(3){
margin-left: 64px;
}
}*/
/*SOMMERTHEATERdiv.seatCharts-row:nth-last-child(53){
margin-left: 32%;
}