All CSS declarations must end with a semi-colon

This commit is contained in:
gregoirenovel 2017-04-06 19:58:11 +02:00
parent 3797015908
commit 9c04d3ff93
39 changed files with 75 additions and 76 deletions

View file

@ -3,7 +3,7 @@
Mes informations
%br
- unless @facade.entreprise.nil?
.center{ style: 'margin-left: -5%' }
.center{ style: 'margin-left: -5%;' }
Vous êtes authentifié avec le SIRET
%h3.text-success
@ -15,7 +15,7 @@
.etape.etapes_informations.col-xs-9
.row
- if @facade.entreprise.nil?
#new_siret{ style: 'margin-left: 20%; margin-top: 5%' }
#new_siret{ style: 'margin-left: 20%; margin-top: 5%;' }
= form_for @facade.dossier, html: { class: 'form-inline' }, url: users_dossier_siret_informations_path(dossier_id: @facade.dossier.id), method: :post, remote: true do |f|
.form-group.form-group-lg
= f.text_field :siret, class: "form-control", placeholder: "Entrez votre Siret", value: @siret
@ -26,15 +26,15 @@
#recap_info_entreprise
= render partial: '/dossiers/infos_entreprise'
%p#insee_infogreffe{ style: 'color: grey; float: right' }
%p#insee_infogreffe{ style: 'color: grey; float: right;' }
%i
Informations récupérées auprès de l'INSEE et d'INFOGREFFE
%br
= form_for @facade.dossier, url: { controller: '/users/dossiers', action: :update } do |f|
= f.hidden_field :id
%label{ style: 'font-weight: normal' }
%label{ style: 'font-weight: normal;' }
= f.check_box :autorisation_donnees
J'autorise les décideurs publics à vérifier les informations de mon organisation auprès des administrations concernées. Ces informations resteront strictement confidentielles.
%br
= f.submit 'Etape suivante', class: "btn btn btn-info", style: 'float: right', id: 'etape_suivante', disabled: :disabled
= f.submit 'Etape suivante', class: "btn btn btn-info", style: 'float: right;', id: 'etape_suivante', disabled: :disabled

View file

@ -34,7 +34,7 @@
= ff.date_field :birthdate, { class: 'form-control', placeholder: 'jj/mm/aaaa' }
%p
%label{ style: 'font-weight: normal' }
%label{ style: 'font-weight: normal;' }
= f.check_box :autorisation_donnees
= " ".html_safe
Vos informations personnelles ne seront jamais utilisées dans un but lucratif ou commercial. Elles ne pourront être communiquées à de tiers personnes sans votre accord préalable. Elles pourront en revanche être communiquées aux administrations compétentes afin d'instruire votre dossier, conformément à la déclaration CNIL effectué par le service TPS.