This commit is contained in:
Nicolas Bally 2020-06-28 14:41:38 +02:00
parent 3e43518507
commit a0be49f658
2 changed files with 19 additions and 3 deletions

View File

@ -10490,13 +10490,18 @@ a.sp-video {
display:none;
}
.no-mobile{
.mobile-block{
display:none;
}
@media screen and (min-width: 0px) and (max-width: 740px) {
.no-mobile{
display:none;
}
.columns{
float:none;
width:auto !important;
@ -10708,6 +10713,14 @@ a.sp-video {
font-size:10px;
}
}
.recherche_filtre{
#start{
margin-bottom:5px;
margin-top:-5px;
}
}
}

View File

@ -16,7 +16,7 @@
.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;"}
.no-mobile.right{:style => "position:relative;top:10px;"}
=submit_tag "Rechercher", :class => "submit"
%p
@ -40,4 +40,7 @@
= label_tag "p_document_type_ids_"+pdt.to_slug, pdt
.clear
.mobile-block
=submit_tag "Rechercher", :class => "submit"