--- 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>