From c0da0ba52c9aaad034ffffe438ada279c59ec266 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Wed, 13 Jun 2018 13:15:34 +0000 Subject: [PATCH 1/3] publish-modal: fix the textfield vertical alignement --- app/assets/stylesheets/admin_procedures_modal.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/admin_procedures_modal.scss b/app/assets/stylesheets/admin_procedures_modal.scss index 6c1cf1497..4796781a4 100644 --- a/app/assets/stylesheets/admin_procedures_modal.scss +++ b/app/assets/stylesheets/admin_procedures_modal.scss @@ -16,4 +16,9 @@ .tt-menu { width: 300px; } + + // Fix the input not being displayed on the same line than the text before + .tt-input { + vertical-align: initial !important; + } } From a4382ac198d5b2abecb637f51552abb30fb53c68 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Thu, 14 Jun 2018 11:16:16 +0200 Subject: [PATCH 2/3] =?UTF-8?q?dossiers:=20`asterisque`=20->=20`ast=C3=A9r?= =?UTF-8?q?isque`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/shared/dossiers/_edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/dossiers/_edit.html.haml b/app/views/shared/dossiers/_edit.html.haml index 79de4e7f4..40094f8d8 100644 --- a/app/views/shared/dossiers/_edit.html.haml +++ b/app/views/shared/dossiers/_edit.html.haml @@ -4,7 +4,7 @@ Pour vous aider à remplir votre dossier, vous pouvez consulter = link_to 'le guide de cette démarche', notice_url(dossier.procedure), { target: '_blank' } - %p.thanks Les champs avec une asterisque (*) sont obligatoires. + %p.thanks Les champs avec une astérisque (*) sont obligatoires. - if apercu - form_options = { url: '', method: :get, html: { class: 'form', multipart: true } } From 426e61777c23013a8441058700ee5004e66b3dbf Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Mon, 18 Jun 2018 16:45:38 +0200 Subject: [PATCH 3/3] dossier: make the "Save changes" button title more meaningful --- app/views/shared/dossiers/_edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/dossiers/_edit.html.haml b/app/views/shared/dossiers/_edit.html.haml index 40094f8d8..73b41af2a 100644 --- a/app/views/shared/dossiers/_edit.html.haml +++ b/app/views/shared/dossiers/_edit.html.haml @@ -64,6 +64,6 @@ data: { action: 'submit', disable_with: 'Envoi...' } - else - = f.button 'Modifier le dossier', + = f.button 'Enregistrer les modifications du dossier', class: 'button send primary', data: { action: 'submit', disable_with: 'Envoi...' }