[fix #879] Yes_No: use standard order and display inline
This commit is contained in:
parent
deb3f02903
commit
3dd2b7fd1d
2 changed files with 12 additions and 1 deletions
|
@ -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],
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue