src_js/iconolab-bundle/src/components/editor/AnnotationForm.vue
changeset 356 a45f7dac4789
parent 351 2d5557c01f95
child 385 d0465086d8d2
--- a/src_js/iconolab-bundle/src/components/editor/AnnotationForm.vue	Thu Feb 23 11:50:57 2017 +0100
+++ b/src_js/iconolab-bundle/src/components/editor/AnnotationForm.vue	Thu Feb 23 11:52:20 2017 +0100
@@ -8,7 +8,7 @@
             <i class="fa fa-ban" v-if="!readonly"></i>
             <span v-if="!readonly">Annuler</span>
         </button>
-        <div v-if="!annotation" class="alert alert-warning">
+        <div v-if="!annotation" class="alert alert-warning text-center">
             Aucune annotation sélectionnée.
         </div>
         <form v-bind:action="formAction" method="post">