- 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",
|
"description": "Symfony HttpKernel Component",
|
||||||
"homepage": "https://symfony.com",
|
"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"
|
"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 {
|
.label-info {
|
||||||
background-color: #6aa3d5;
|
background-color: #6aa3d5;
|
||||||
}
|
}
|
||||||
|
.label-keyword {
|
||||||
|
background-color: #7E7E7E;
|
||||||
|
}
|
||||||
.label {
|
.label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: .2em .12em .3em;
|
padding: .2em .12em .3em;
|
||||||
|
@ -310,7 +313,7 @@ font-size: 16px; */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.css-subject {
|
/* .css-subject {
|
||||||
display: flex;
|
display: flex;
|
||||||
-moz-box-pack: center;
|
-moz-box-pack: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -318,6 +321,7 @@ font-size: 16px; */
|
||||||
}
|
}
|
||||||
.css-keyword {
|
.css-keyword {
|
||||||
background: mediumseagreen none repeat scroll 0% 0%;
|
background: mediumseagreen none repeat scroll 0% 0%;
|
||||||
|
background: #eee none repeat scroll 0% 0%;
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -325,7 +329,7 @@ font-size: 16px; */
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
} */
|
||||||
.abstract {
|
.abstract {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
/* white-space: nowrap; */
|
/* white-space: nowrap; */
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -55,7 +55,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<!-- <div class="css-subject" v-if="document.subject && document.subject.length > 0"> -->
|
<!-- <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 }}
|
#{{ item }}
|
||||||
</span>
|
</span>
|
||||||
<!-- <p>
|
<!-- <p>
|
||||||
|
|
|
@ -96,6 +96,9 @@
|
||||||
border: 0;
|
border: 0;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
}
|
}
|
||||||
|
.box-content a {
|
||||||
|
text-decoration:underline;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
|
@ -107,10 +110,9 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="pure-g box-content">
|
<div class="pure-g box-content">
|
||||||
<div class="pure-u-1 pure-u-md-1">
|
<div class="pure-u-1 pure-u-md-1">
|
||||||
|
<a href="{{ url('/docs/HandbuchTethys.pdf') }}" target=_blank>
|
||||||
|
Datenpublikationsrichtlinien, Terms & Conditions, Anleitung
|
||||||
<embed src="{{ url('/docs/HandbuchTethys.pdf') }}" style="width:100%; height:800px;" frameborder="0">
|
</a>
|
||||||
|
|
||||||
|
|
||||||
<div class="php-info">
|
<div class="php-info">
|
||||||
{{-- @php
|
{{-- @php
|
||||||
|
@ -126,4 +128,3 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user