Merge pull request #950 from sgmap/fix_#879_better_fields_display

Fix #879 better fields display
This commit is contained in:
LeSim 2017-11-21 16:43:52 +01:00 committed by GitHub
commit 7d33c5c1b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 2 deletions

View file

@ -23,6 +23,17 @@
}
}
.radios {
label {
display: inline;
margin-left: $default-padding;
&:first-child {
margin-left: 0;
}
}
}
input[type=text]:not([data-address='true']),
input[type=email],
input[type=password],

View file

@ -1,6 +1,6 @@
= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { form: form, champ: champ }
%div
.radios
%label
= form.radio_button :value, 'M.'
Monsieur

View file

@ -1,6 +1,6 @@
= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { form: form, champ: champ }
%div
.radios
%label
= form.radio_button :value, true
Oui