CSS fixes, BS5 doesnt have ml/mr,pl/pr. Fix remember me. Style consistencies. Added Error 500 page.
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
|
||||
<span class="col-6 mt-auto mx-auto text-center align-bottom">
|
||||
@if($errors->count())
|
||||
<span class="pl-5 btn btn-sm btn-danger" role="alert">
|
||||
<span class="btn btn-sm btn-danger" role="alert">
|
||||
There were errors with the submission.
|
||||
</span>
|
||||
@endif
|
||||
@@ -117,7 +117,7 @@
|
||||
|
||||
@can('admin',$o)
|
||||
<div class="col-2">
|
||||
<button type="submit" name="submit" class="btn btn-success mr-0 float-end">Add</button>
|
||||
<button type="submit" name="submit" class="btn btn-success float-end">Add</button>
|
||||
</div>
|
||||
@endcan
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user