From fa9c460eede7fa4d309a325426631ca444a73932 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Wed, 10 Oct 2018 10:09:44 +0200 Subject: [PATCH] center explanation text (#27182) --- src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css | 2 +- .../templates/authentic2_auth_fc/explanation.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css b/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css index 65eef1c..04c6da8 100644 --- a/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css +++ b/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css @@ -1,4 +1,4 @@ -div#fc-button-wrapper { +div#fc-button-wrapper, div#fc-explanation-text { padding: 20px 0px 20px 0px; text-align: center; width: 100%; diff --git a/src/authentic2_auth_fc/templates/authentic2_auth_fc/explanation.html b/src/authentic2_auth_fc/templates/authentic2_auth_fc/explanation.html index 1131eb5..dfacd91 100644 --- a/src/authentic2_auth_fc/templates/authentic2_auth_fc/explanation.html +++ b/src/authentic2_auth_fc/templates/authentic2_auth_fc/explanation.html @@ -1,5 +1,6 @@ {% load i18n %} {% block fc-explanation %} +

{% trans "What is FranceConnect?" %}

@@ -7,4 +8,5 @@ FranceConnect is the solution proposed by the French state to streamline logging in online services. You can use to connect to your account. {% endblocktrans %}

+
{% endblock %}