- keywords in color grey - new calss . label-keyword in search_style.css

- composer updates
- user manaual as link in dashboard.blade.php
This commit is contained in:
Arno Kaimbacher 2020-04-24 15:37:24 +02:00
parent 082cab1d4f
commit 76bdfcdf92
5 changed files with 29 additions and 10 deletions

View file

@ -96,6 +96,9 @@
border: 0;
height: 1px;
}
.box-content a {
text-decoration:underline;
}
</style>
@endsection
@ -107,10 +110,9 @@
</div>
<div class="pure-g box-content">
<div class="pure-u-1 pure-u-md-1">
<embed src="{{ url('/docs/HandbuchTethys.pdf') }}" style="width:100%; height:800px;" frameborder="0">
<a href="{{ url('/docs/HandbuchTethys.pdf') }}" target=_blank>
Datenpublikationsrichtlinien, Terms & Conditions, Anleitung
</a>
<div class="php-info">
{{-- @php
@ -125,5 +127,4 @@
</div>
</div>
@endsection
@endsection