#2082 presentation notice textes
This commit is contained in:
+7
-1
@@ -609,7 +609,13 @@ section[role="main-content"]{
|
||||
>header{
|
||||
position: relative;
|
||||
h1{
|
||||
@include title1black;
|
||||
@include title1blue;
|
||||
}
|
||||
aside.notice{
|
||||
// margin-top: 0;
|
||||
// font-size: 1em;
|
||||
// line-height: $base-line *0.5;
|
||||
// margin-bottom: $base-line / 2;
|
||||
}
|
||||
aside.index-tooltip{
|
||||
z-index:10;
|
||||
|
||||
+22
-20
@@ -13,26 +13,28 @@
|
||||
<h1>
|
||||
<router-link :to="{ name:'edition', params: { id: editionid }}">{{ title }}</router-link>
|
||||
</h1>
|
||||
<div v-if="author">
|
||||
<p>{{ author }}</p>
|
||||
</div>
|
||||
<div v-if="date">
|
||||
<p>{{ date }}</p>
|
||||
</div>
|
||||
<div v-if="description">
|
||||
<p v-html="description" />
|
||||
</div>
|
||||
<div v-if="biblio" class="biblio">
|
||||
<p v-html="biblio.description" />
|
||||
<a
|
||||
:href="edition_manifestation_href"
|
||||
@click.prevent="onClickManifestation"
|
||||
@keyup.enter="onClickManifestation"
|
||||
>
|
||||
// todo better label
|
||||
{{ biblio.uuid }}
|
||||
</a>
|
||||
</div>
|
||||
<aside class="notice opened">
|
||||
<div v-if="description">
|
||||
<p v-html="description" />
|
||||
</div>
|
||||
<div v-if="author">
|
||||
<p>{{ author }}</p>
|
||||
</div>
|
||||
<!-- <div v-if="date">
|
||||
<p>{{ date }}</p>
|
||||
</div> -->
|
||||
<div v-if="biblio" class="biblio">
|
||||
<p v-html="biblio.description" />
|
||||
<a
|
||||
:href="edition_manifestation_href"
|
||||
@click.prevent="onClickManifestation"
|
||||
@keyup.enter="onClickManifestation"
|
||||
>
|
||||
<!-- // todo better label
|
||||
{{ biblio.uuid }} -->
|
||||
</a>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<!-- displayed on hover entity on texte -->
|
||||
<aside
|
||||
|
||||
Reference in New Issue
Block a user