diff --git a/src/Bundle/ChillMainBundle/Resources/public/chill/scss/flex_table.scss b/src/Bundle/ChillMainBundle/Resources/public/chill/scss/flex_table.scss index eb0a4ca41..0f4dc3e8a 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/chill/scss/flex_table.scss +++ b/src/Bundle/ChillMainBundle/Resources/public/chill/scss/flex_table.scss @@ -263,25 +263,23 @@ div.wrap-header { */ div.floatbutton { - width: 100%; + div.box { width: 100%; + div.action { - float: right; /* - width: 50%; */ + float: right; } } &.top { div.action { - //margin: 0 0 1em 1em; padding: 0 0 1em 1em; } } &.bottom { display: flex; overflow: hidden; - //margin-bottom: 100px; div.action { height: calc(100% - 0em); shape-outside: inset(calc(100% - 2em) 0 0); @@ -301,4 +299,9 @@ div.floatbutton { background-color: #00ffffa3; } } + + // avoid a position relative that make links unclickable + .fa-ul > li { + position: initial; + } } diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Household/summary.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Household/summary.html.twig index 614e13fed..89bb4da14 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/Household/summary.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/Household/summary.html.twig @@ -53,9 +53,9 @@ {% if household.waitingForBirth %} {% if household.waitingForBirthDate is not null %} - {{ 'household.Expecting for birth on date'|trans({ 'date': household.waitingForBirthDate|format_date('long') }) }} + {{ 'household.Expecting for birth on date'|trans({ 'date': household.waitingForBirthDate|format_date('long') }) }} {% else %} - {{ 'household.Expecting for birth'|trans }} + {{ 'household.Expecting for birth'|trans }} {% endif %} {% else %}

@@ -76,6 +76,7 @@ {% for p in positions %} +

{{ p.label|localize_translatable_string }} {% if false == p.shareHousehold %} 0 %} -

- -
-
- {% for m in members %} - {% include '@ChillPerson/Household/_render_member.html.twig' with { - 'member': m - } %} - {% endfor %} -
+ +
+
+

+ +

+
+
+ {% for m in members %} + {% include '@ChillPerson/Household/_render_member.html.twig' with { 'member': m } %} + {% endfor %} +
+
+
- {% endif %} + +
{% endfor %}
    diff --git a/src/Bundle/ChillPersonBundle/translations/messages+intl-icu.fr.yaml b/src/Bundle/ChillPersonBundle/translations/messages+intl-icu.fr.yaml index fb7354789..cdaf55cc8 100644 --- a/src/Bundle/ChillPersonBundle/translations/messages+intl-icu.fr.yaml +++ b/src/Bundle/ChillPersonBundle/translations/messages+intl-icu.fr.yaml @@ -19,6 +19,7 @@ household: many {Montrer # anciennes ou futures appartenances} other {Montrer # anciennes ou futures appartenances} } + Hide memberships: Masquer Those members does not share address: Ces usagers ne partagent pas l'adresse du ménage. Any persons into this position: Aucune personne n'appartient au ménage à cette position. Leave household: Quitter le ménage