- 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:
parent
082cab1d4f
commit
76bdfcdf92
14
composer.lock
generated
14
composer.lock
generated
|
@ -2591,6 +2591,20 @@
|
|||
],
|
||||
"description": "Symfony HttpKernel Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://symfony.com/sponsor",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/fabpot",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-03-30T14:59:15+00:00"
|
||||
},
|
||||
{
|
||||
|
|
8
public/css/search_style.css
vendored
8
public/css/search_style.css
vendored
|
@ -25,6 +25,9 @@ section.search {
|
|||
.label-info {
|
||||
background-color: #6aa3d5;
|
||||
}
|
||||
.label-keyword {
|
||||
background-color: #7E7E7E;
|
||||
}
|
||||
.label {
|
||||
display: inline-block;
|
||||
padding: .2em .12em .3em;
|
||||
|
@ -310,7 +313,7 @@ font-size: 16px; */
|
|||
|
||||
|
||||
|
||||
.css-subject {
|
||||
/* .css-subject {
|
||||
display: flex;
|
||||
-moz-box-pack: center;
|
||||
justify-content: center;
|
||||
|
@ -318,6 +321,7 @@ font-size: 16px; */
|
|||
}
|
||||
.css-keyword {
|
||||
background: mediumseagreen none repeat scroll 0% 0%;
|
||||
background: #eee none repeat scroll 0% 0%;
|
||||
margin: 3px;
|
||||
padding: 4px;
|
||||
color: white;
|
||||
|
@ -325,7 +329,7 @@ font-size: 16px; */
|
|||
cursor: pointer;
|
||||
border-radius: 4px;
|
||||
font-size: 14px;
|
||||
}
|
||||
} */
|
||||
.abstract {
|
||||
overflow: hidden;
|
||||
/* white-space: nowrap; */
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -55,7 +55,7 @@
|
|||
</p>
|
||||
|
||||
<!-- <div class="css-subject" v-if="document.subject && document.subject.length > 0"> -->
|
||||
<span class="label label-success titlecase" v-for="(item, index) in document.subject" :key="index">
|
||||
<span class="label label-keyword titlecase" v-for="(item, index) in document.subject" :key="index">
|
||||
#{{ item }}
|
||||
</span>
|
||||
<!-- <p>
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue
Block a user