From c81e9d5cac9ba1a66c302829078c8202e0a9188b Mon Sep 17 00:00:00 2001 From: merdan Date: Mon, 24 Feb 2020 17:22:19 +0500 Subject: [PATCH] desktop event page --- public/assets/stylesheet/custom.css | 5 ++++- .../views/desktop/Partials/CreateOrderSection.blade.php | 8 ++++---- resources/views/mobile/Pages/SeatsPage.blade.php | 4 ++-- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/public/assets/stylesheet/custom.css b/public/assets/stylesheet/custom.css index f7d2452f..cebb7881 100644 --- a/public/assets/stylesheet/custom.css +++ b/public/assets/stylesheet/custom.css @@ -1609,7 +1609,10 @@ input.reserved-seats ~ label svg { margin: 3px; border-top-right-radius: 10px; font-size: 1.25rem; - border-top-left-radius: 10px; } + border-top-left-radius: 10px; + display: block; + width: fit-content; + float: left} #confirm-seats { font-size: 1.25rem; diff --git a/resources/views/desktop/Partials/CreateOrderSection.blade.php b/resources/views/desktop/Partials/CreateOrderSection.blade.php index 6201818b..19587491 100644 --- a/resources/views/desktop/Partials/CreateOrderSection.blade.php +++ b/resources/views/desktop/Partials/CreateOrderSection.blade.php @@ -12,7 +12,7 @@ {!! Form::hidden('event_id', $event->id) !!} -

@lang("Public_ViewEvent.your_information")

+

@lang("Public_ViewEvent.your_information")

@@ -46,7 +46,7 @@
-

@lang("Public_ViewEvent.ticket_holder_information")

+

@lang("Public_ViewEvent.ticket_holder_information")

@@ -56,9 +56,9 @@
-

+

@lang("Public_ViewEvent.ticket_holder_n", ["n"=>$seat]) {{$ticket['ticket']['title']}} -
+
diff --git a/resources/views/mobile/Pages/SeatsPage.blade.php b/resources/views/mobile/Pages/SeatsPage.blade.php index a2ebc665..da11ed10 100644 --- a/resources/views/mobile/Pages/SeatsPage.blade.php +++ b/resources/views/mobile/Pages/SeatsPage.blade.php @@ -113,9 +113,9 @@
{{__("ClientSide.yourSeats")}}:
-
+
- {!!Form::submit(trans("ClientSide.confirm-seats"), ['id' => 'confirm-seats'])!!} + {!!Form::submit(trans("ClientSide.confirm-seats"), ['id' => 'confirm-seats', 'style' => 'margin-top: 20px'])!!}