Optimized no-sidebar pages spacing / centering (closes #1760)

This commit is contained in:
Bernd Bestel
2022-01-24 21:17:45 +01:00
parent fa3e705673
commit 7e6efb4a14
4 changed files with 9 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
@section('content')
<div class="row">
<div class="col">
<div class="col text-center">
<h1 class="alert alert-danger">{{ $__t('You are not allowed to view this page') }}</h1>
</div>
</div>

View File

@@ -5,8 +5,9 @@
@section('content')
<meta http-equiv="refresh"
content="5;url={{$U('/')}}">
<div class="row">
<div class="col">
<div class="col text-center">
<h1 class="alert alert-danger">{{ $__t('This page does not exist') }}</h1>
<div class="alert alert-info">{{ $__t('You will be redirected to the default page in %s seconds', '5') }}</div>
</div>