Browse Source

Largeur du tableau

François Drouhard 4 năm trước cách đây
mục cha
commit
dd01541402
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  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">