v1.4.8 Fixed alot of the areas the graphic designer told me to.
This commit is contained in:
@@ -10,6 +10,11 @@
|
||||
@endsection
|
||||
|
||||
@section("content")
|
||||
<style>
|
||||
.letterSpaceTable{
|
||||
letter-spacing: 1.2px;
|
||||
}
|
||||
</style>
|
||||
<div class="row align-items-center">
|
||||
@if(auth()->user()->can('washing.machine.create'))
|
||||
<a class="btn btn-inline btn-sde-blue mb-0" href="{{ route('washing-machines.create') }}"><img src="{{ asset('/images/icons/plus.svg') }}" alt="Create">Opret Vaskemaskine</a>
|
||||
@@ -28,7 +33,7 @@
|
||||
</div>
|
||||
<div id="searchWashingMachine" class="mt-2">
|
||||
<label>Vaskemaskiner</label>
|
||||
<table id="washingSearch" class="tbl">
|
||||
<table id="washingSearch" class="tbl letterSpaceTable">
|
||||
<thead>
|
||||
<th>Navn</th>
|
||||
<th>Lokation</th>
|
||||
|
||||
Reference in New Issue
Block a user