v1.4.8 Fixed alot of the areas the graphic designer told me to.

This commit is contained in:
2020-10-21 09:12:53 +02:00
parent 26ae5f1212
commit 94749fcf21
17 changed files with 103 additions and 41 deletions
@@ -13,13 +13,18 @@
<?php
date_default_timezone_set('Europe/Copenhagen');
?>
<style>
.letterSpaceTable{
letter-spacing: 1.2px;
}
</style>
<div class="row align-items-center">
@if(auth()->user()->can('event.show'))
<a class="btn btn-inline btn-sde-blue mb-0" href="{{ route('events.create') }}"><img src="{{ asset('/images/icons/plus.svg') }}" alt="Create">Opret Aktivitet</a>
@endif
</div>
<table class="tbl mt-2" id="table_id">
<table class="tbl mt-2 letterSpaceTable" id="table_id">
<thead>
<th>Aktivitet Navn</th>
<th>Aktivitet Ansvarlig</th>