v1.4.9 - Fixed (most of) style in all documents
This commit is contained in:
@@ -51,12 +51,12 @@
|
||||
}
|
||||
</style>
|
||||
<main style="min-height: calc(100% - 61.3px)">
|
||||
<table class="tbl" style="margin: 2rem 8px 0px 8px; width: calc(100% - 16px);">
|
||||
<table class="tbl mt-2rem mr-1 mb-0 ml-1" style="width: calc(100% - 16px);">
|
||||
@if(count($events) == 0)
|
||||
<p class="text-center mt-2">{{__('msg.ingentilmeldte')}}</p>
|
||||
@else
|
||||
<tr>
|
||||
<th style="text-align: center;">{{ __('msg.tilmeldtesnavn') }}</th>
|
||||
<th class="text-center">{{ __('msg.tilmeldtesnavn') }}</th>
|
||||
</tr>
|
||||
@endif
|
||||
@foreach($events as $UE)
|
||||
@@ -67,6 +67,6 @@
|
||||
@endif
|
||||
@endforeach
|
||||
</table>
|
||||
<button onclick="document.location = document.referrer;" style="margin-top: auto; margin-bottom: 8px;" class="btn btn-sde-blue text-white">{{ __('msg.tilbage') }}</button>
|
||||
<button onclick="document.location = document.referrer;" class="btn btn-sde-blue text-white mb-1 mt-auto">{{ __('msg.tilbage') }}</button>
|
||||
</main>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user