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
@@ -44,6 +44,10 @@
cursor: not-allowed;
}
.letterSpaceTable{
letter-spacing: 1.2px;
}
td >
</style>
<div class="row align-items-center">
@@ -51,12 +55,12 @@
<a class="btn btn-inline btn-sde-blue mb-0" href="{{ route('users.create') }}"><img src="{{ asset('/images/icons/plus.svg') }}" alt="Create">Opret Bruger</a>
@endif
</div>
<table class="tbl mt-2" id="table_id">
<table class="tbl mt-2 letterSpaceTable" id="table_id">
<thead>
<th>Fornavn</th>
<th>Efternavn</th>
<th>Email</th>
<th>Tlf nr</th>
<th>Mail</th>
<th>Telefon</th>
<th>Rolle(r)</th>
<th style="width: 1em;"><img class="w-100" src="{{ asset('/images/icons/eye.svg') }}" alt="ShowImage"></th>
@if(auth()->user()->can('user.edit'))