From 6d51755d6c0b136c2ea4631f6aebb3d01ba059d2 Mon Sep 17 00:00:00 2001 From: merdan Date: Fri, 21 Feb 2020 20:57:35 +0500 Subject: [PATCH] mobilee pages under checkout --- public/assets/stylesheet/custom.css | 4 +++- resources/views/mobile/Pages/SeatsPage.blade.php | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/public/assets/stylesheet/custom.css b/public/assets/stylesheet/custom.css index 1c0418ae..5801ba3e 100644 --- a/public/assets/stylesheet/custom.css +++ b/public/assets/stylesheet/custom.css @@ -2370,7 +2370,9 @@ choose_seats_content > div.tab-pane.fade{ #mobile tr.last-tr td { font-size: 6px; } #mobile tr td:first-child { - font-size: 20px; } + font-size: 20px; +display: block; +} #mobile tr { height: 10px; } diff --git a/resources/views/mobile/Pages/SeatsPage.blade.php b/resources/views/mobile/Pages/SeatsPage.blade.php index 3b3d415c..a2ebc665 100644 --- a/resources/views/mobile/Pages/SeatsPage.blade.php +++ b/resources/views/mobile/Pages/SeatsPage.blade.php @@ -73,10 +73,10 @@ @lang("Public_ViewEvent.sales_have_ended") @else -
+
{{$ticket->section->section_no}} {{$ticket->section->description}}
- @foreach($ticket->section->seats as $row)