This commit is contained in:
Nicolas Bally 2020-06-12 14:21:20 +02:00
parent f1b114f7e4
commit 61b1b5475b
4 changed files with 13 additions and 5 deletions

View File

@ -921,8 +921,7 @@ body {
.recherche_filtre {
padding-top: 40px;
padding-bottom: 30px;
background-color: #cc4b14;
background: #cc4b14 url('/fond-recherche.jpg?m=mm') no-repeat center top;
.group_valider {
text-align: right;
margin-top: 20px;

View File

@ -13,7 +13,7 @@
.select.inline_large_input=select_tag "search[circuit_id]", options_for_select([["Circuit",""]]+Circuit.order(:name).all.map{|a| [a.name, a.id]}, params[:search][:circuit_id]), :place_holder => ""
.select.inline_large_input=select_tag "search[organisateur_id]", options_for_select([["Organisateur",""]]+Circuit.order(:name).all.map{|a| [a.name, a.id]}, params[:search][:organisateur_id]), :place_holder => ""
.select.inline_large_input=select_tag "search[organisateur_id]", options_for_select([["Organisateur",""]]+Organisateur.order(:name).all.map{|a| [a.name, a.id]}, params[:search][:organisateur_id]), :place_holder => ""
.right{:style => "position:relative;top:10px;"}

View File

@ -18,10 +18,19 @@
%h3 Dunlop sponsor program
%p Des avantages pour vous et votre moto
%a{:href => "/fr/primes.html"} Le programme
%br
.block_intro
%h3 Des avantages accordés gratuitement aux membres passionnés de roulage sur circuit
%p Conçu et animé par Dunlop et ses partenaires.
%h3
Devenez membre
%br
de la communauté
%p
Et recevez gratuitement 1 planche de stickers.
%br
%br
%a{:href => public_my_account_path} S'inscrire
%br
.avantage
.center_home
%h4 Les 4 avantages du programme

BIN
public/fond-recherche.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 KiB