From fa938471aa205a6efe117429c1af61fc453aa29e Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Fri, 10 Sep 2021 16:39:59 +0200 Subject: [PATCH] vue_accourse: move no-household warning above table --- .../components/PersonsAssociated.vue | 45 +++++++++---------- 1 file changed, 21 insertions(+), 24 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated.vue index da1b4c4e6..f04674cef 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated.vue @@ -9,6 +9,26 @@ +
+ +
+
+ +
+

{{ $t('persons_associated.person_without_household_warning') }}

+
+ + +
+
+
+
-
- -
-
- -
-

{{ $t('persons_associated.person_without_household_warning') }}

-
- - -
- -
- - -
- @@ -118,7 +115,7 @@ export default { div#accompanying-course { div.vue-component { & > div.alert { - margin: 1em 0 0; + margin: 0 0 -1em; } div.no-household { display: flex;