suite
This commit is contained in:
parent
3e43518507
commit
a0be49f658
@ -10490,13 +10490,18 @@ a.sp-video {
|
|||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-mobile{
|
.mobile-block{
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media screen and (min-width: 0px) and (max-width: 740px) {
|
@media screen and (min-width: 0px) and (max-width: 740px) {
|
||||||
|
|
||||||
|
.no-mobile{
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.columns{
|
.columns{
|
||||||
float:none;
|
float:none;
|
||||||
width:auto !important;
|
width:auto !important;
|
||||||
@ -10708,6 +10713,14 @@ a.sp-video {
|
|||||||
font-size:10px;
|
font-size:10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.recherche_filtre{
|
||||||
|
|
||||||
|
#start{
|
||||||
|
margin-bottom:5px;
|
||||||
|
margin-top:-5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -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 => ""
|
.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"
|
=submit_tag "Rechercher", :class => "submit"
|
||||||
|
|
||||||
%p
|
%p
|
||||||
@ -40,4 +40,7 @@
|
|||||||
= label_tag "p_document_type_ids_"+pdt.to_slug, pdt
|
= label_tag "p_document_type_ids_"+pdt.to_slug, pdt
|
||||||
|
|
||||||
.clear
|
.clear
|
||||||
|
|
||||||
|
.mobile-block
|
||||||
|
=submit_tag "Rechercher", :class => "submit"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user