[fix #879] Yes_No: use standard order and display inline

This commit is contained in:
Simon Lehericey 2017-11-17 19:23:46 +01:00
parent deb3f02903
commit 3dd2b7fd1d
2 changed files with 12 additions and 1 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, true
Oui