From 87a7e0de00ee770089560d22f71a82aca6f854bd Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Thu, 29 Jul 2021 14:35:14 +0200 Subject: [PATCH] household alert dropdown style --- .../_join_household.html.twig | 66 ++++++++++--------- 1 file changed, 34 insertions(+), 32 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/_join_household.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/_join_household.html.twig index fd0cf373d..600430b31 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/_join_household.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/_join_household.html.twig @@ -1,38 +1,40 @@ -
-
- {{ 'Some peoples does not belong to any household currently. Add them to an household soon'|trans }} -
- -
- -
-
- -

{{ 'household.Select people to move'|trans }}

-
    - {% for p in withoutHousehold %} -
  • - - {{ p|chill_entity_render_box }} -
  • - {% endfor %} -
- - - +
+
+
+ {{ 'Some peoples does not belong to any household currently. Add them to an household soon'|trans }} +
  • -
- +
+ +
+
+ +

{{ 'household.Select people to move'|trans }}

+
    + {% for p in withoutHousehold %} +
  • + + {{ p|chill_entity_render_box }} +
  • + {% endfor %} +
+ + + +
    +
  • + +
  • +
+
+