diff --git a/public/assets/stylesheet/custom.css b/public/assets/stylesheet/custom.css index c56e5030..1c0418ae 100644 --- a/public/assets/stylesheet/custom.css +++ b/public/assets/stylesheet/custom.css @@ -2370,17 +2370,16 @@ choose_seats_content > div.tab-pane.fade{ #mobile tr.last-tr td { font-size: 6px; } #mobile tr td:first-child { - font-size: 8px; } + font-size: 20px; } #mobile tr { height: 10px; } -#mobile td { - padding: 0 1px !important; - line-height: 1.1; } + #mobile td label { margin-bottom: 0 !important; } #mobile td svg { - width: 10px !important; - height: 10px !important; } + margin: 3px; + width: 30px !important; + height: 30px !important; } #mobile .seats-top-overlay { width: 100%; display: block; } diff --git a/resources/views/mobile/Pages/SeatsPage.blade.php b/resources/views/mobile/Pages/SeatsPage.blade.php index 913a3756..3b3d415c 100644 --- a/resources/views/mobile/Pages/SeatsPage.blade.php +++ b/resources/views/mobile/Pages/SeatsPage.blade.php @@ -20,7 +20,7 @@ @endforeach -
+
{{__('ClientSide.available')}} {{__('ClientSide.booked')}} {{__('ClientSide.reserved')}} @@ -73,7 +73,7 @@ @lang("Public_ViewEvent.sales_have_ended") @else -
+
{{$ticket->section->section_no}} {{$ticket->section->description}}
- {{$i}} + {{$i}} @endfor