Merge pull request #950 from sgmap/fix_#879_better_fields_display
Fix #879 better fields display
This commit is contained in:
commit
7d33c5c1b0
3 changed files with 13 additions and 2 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, 'M.'
|
||||
Monsieur
|
||||
|
|
|
@ -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…
Reference in a new issue