Merge pull request #2119 from betagouv/ui-fixes

UI fixes
This commit is contained in:
gregoirenovel 2018-06-19 13:57:01 +02:00 committed by GitHub
commit 75bdb8c4bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -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;
}
}

View file

@ -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 } }
@ -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...' }