--- a/src_js/iconolab-bundle/src/components/editor/AnnotationForm.vue Tue Feb 28 15:50:33 2017 +0100
+++ b/src_js/iconolab-bundle/src/components/editor/AnnotationForm.vue Tue Feb 28 16:34:22 2017 +0100
@@ -27,7 +27,7 @@
<p v-if="readonly" v-bind:class="{ 'text-muted': !description }">{{ description || 'Pas de description' }}</p>
</div>
<div v-if="annotation" class="form-group form-group-sm">
- <label class="small text-muted">Mots-clé</label>
+ <label class="small text-muted">Mots-clés</label>
<tag-list ref="taglist"
v-bind:original-tags="annotation.tags"
v-bind:readonly="readonly"
@@ -132,4 +132,8 @@
margin-bottom: 20px;
clear: both;
}
+
+label {
+ font-weight: normal;
+}
</style>
--- a/src_js/iconolab-bundle/src/components/editor/Tooltip.vue Tue Feb 28 15:50:33 2017 +0100
+++ b/src_js/iconolab-bundle/src/components/editor/Tooltip.vue Tue Feb 28 16:34:22 2017 +0100
@@ -13,7 +13,7 @@
<textarea name="description" v-model="description" class="form-control input-sm" placeholder="Décrivez ce que vous voyez"></textarea>
</div>
<div class="form-group">
- <label class="control-label">Mots-clé</label>
+ <label class="control-label">Mots-clés</label>
<tag-list ref="taglist" v-bind:original-tags="originalTags"></tag-list>
</div>
<button @click="save" class="btn btn-block btn-sm btn-primary">Valider</button>
--- a/src_js/iconolab-bundle/src/components/tagform/TagList.vue Tue Feb 28 15:50:33 2017 +0100
+++ b/src_js/iconolab-bundle/src/components/tagform/TagList.vue Tue Feb 28 16:34:22 2017 +0100
@@ -1,6 +1,6 @@
<template>
<div>
- <div v-show="tags.length === 0" class="alert alert-info">Pas de mots-clé pour le moment</div>
+ <div v-show="tags.length === 0" class="alert alert-info">Pas de mots-clés pour le moment.</div>
<div class="tag-list">
<tag-list-item ref="items"
class="tag-list-item"