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>
|
||||
<script src="{{ asset("/js/jquery-3.2.1.min.js") }}"></script>
|
||||
@if(auth()->user()->can('menuplan.create'))
|
||||
<div class="row align-items-center">
|
||||
@@ -17,7 +22,7 @@
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<table class="tbl" id="table_id">
|
||||
<table class="tbl letterSpaceTable" id="table_id">
|
||||
<thead>
|
||||
<th>Uge</th>
|
||||
<th style="width: 1em;"><img class="w-100" src="{{ asset('/images/icons/print-hvid.svg') }}" alt="Print"></th>
|
||||
|
||||
Reference in New Issue
Block a user