From 0e8a832a48784f23ad8d21f0d63d62f94866fc54 Mon Sep 17 00:00:00 2001 From: mama Date: Thu, 28 Sep 2017 16:28:48 +0200 Subject: [PATCH 1/3] :art: Alignement de la conversation au milieu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit L'aide est releguée en dessous de la question en cours --- source/components/Aide.css | 29 ++++------------------------- source/components/Simulateur.css | 6 ++---- 2 files changed, 6 insertions(+), 29 deletions(-) diff --git a/source/components/Aide.css b/source/components/Aide.css index 3ac789dd8..6c50dabdc 100644 --- a/source/components/Aide.css +++ b/source/components/Aide.css @@ -1,8 +1,8 @@ #sim #helpWrapper { - width: 35%; - margin: 3em; - visibility: hidden; + max-width: 85%; + margin: 3em auto; + display: none; } #sim #help { @@ -15,27 +15,6 @@ position: relative; } -@media (max-width: 1280px) { - #sim #helpWrapper { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - background: rgba(255, 255, 255, 0.86); - z-index: 1; - } - #sim #help { - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - width: 30em; - max-width: 90%; - margin: 0; - } -} - #sim #help blockquote { font-style: italic; font-size: 90%; @@ -45,7 +24,7 @@ } #sim #helpWrapper.active { - visibility: visible; + display: block; } #sim #help i.fa-info-circle { diff --git a/source/components/Simulateur.css b/source/components/Simulateur.css index 5ccf534b8..6e7d8771b 100644 --- a/source/components/Simulateur.css +++ b/source/components/Simulateur.css @@ -92,13 +92,11 @@ #conversation { margin: 3em auto; + padding: 0 1em; font-size: 110%; line-height: normal; - display: flex; - align-items: flex-start; min-height: 10em; - max-width: 90%; - max-height: 85%; + max-width: 50em; } From 19d83e4958120cc1475ba702f746e2baa127e133 Mon Sep 17 00:00:00 2001 From: mama Date: Thu, 28 Sep 2017 16:29:27 +0200 Subject: [PATCH 2/3] :art: recentrage des questions de type choix --- source/components/conversation/conversation.css | 1 + 1 file changed, 1 insertion(+) diff --git a/source/components/conversation/conversation.css b/source/components/conversation/conversation.css index 4a23ff743..49507506c 100644 --- a/source/components/conversation/conversation.css +++ b/source/components/conversation/conversation.css @@ -143,6 +143,7 @@ .step fieldset ul { list-style-type: none; + padding-left: 2em; } #foldedSteps { From 2bc469388c9c233ec3163793a3333cf9f0e99b33 Mon Sep 17 00:00:00 2001 From: Laurent Bossavit Date: Sun, 1 Oct 2017 18:29:00 +0200 Subject: [PATCH 3/3] =?UTF-8?q?:art:=20Passer=20=C3=A0=20la=20ligne=20avan?= =?UTF-8?q?t=20les=20smileys?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/Satisfaction.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/components/Satisfaction.js b/source/components/Satisfaction.js index 59e448007..7264f7083 100644 --- a/source/components/Satisfaction.js +++ b/source/components/Satisfaction.js @@ -55,9 +55,10 @@ export default class Satisfaction extends Component { return (

Vous ĂȘtes satisfait du simulateur ? - {" "} - - +

+ + +

)