فهرست منبع

Largeur du tableau

François Drouhard 4 سال پیش
والد
کامیت
dd01541402
1فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 5 5
      templates/videotheque/liste.html.twig

+ 5 - 5
templates/videotheque/liste.html.twig

@@ -46,15 +46,15 @@
 			<thead class="thead-dark">
 				<tr>
 					{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
-						<th>Voir</th>
-						<th>Vu</th>
+						<th style="width:2em;"></th>
+						<th style="width:2em;"></th>
 						<th>Ajouté par</th>
 					{% endif %}
-					<th>Titre du film</th>
+					<th>Titre</th>
 					<th>Genre</th>
 					<th>Réalisateur</th>
-					<th>Note moyenne</th>
-					<th>Année</th>
+					<th style="width:8em;">Note moyenne</th>
+					<th style="width:4em;">Année</th>
 				</tr>
 			</thead>
 			<tbody id="tableFilms">