v1.4.8 Fixed alot of the areas the graphic designer told me to.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user