diff --git a/Style/seeListStyle.css b/Style/seeListStyle.css index a3ec539..962d5b4 100644 --- a/Style/seeListStyle.css +++ b/Style/seeListStyle.css @@ -131,7 +131,7 @@ h2 { box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1); } .col-1 { - flex-basis: 20%; + flex-basis: 15%; } .col-2 { flex-basis: 50%; @@ -142,6 +142,12 @@ h2 { .col-4 { flex-basis: 10%; } + .col-5 { + flex-basis: 5%; + } + .col-6 { + flex-basis: 100%; + } @media all and (max-width: 767px) { .table-header { diff --git a/Vues/seeList.php b/Vues/seeList.php index 0f2131a..014de47 100644 --- a/Vues/seeList.php +++ b/Vues/seeList.php @@ -4,6 +4,7 @@ Ajouter une Liste + @@ -36,13 +37,46 @@ if (isset($dataView)): ?> +
+ + + + +
+