This commit is contained in:
Nicolas Bally 2017-10-23 01:45:26 +02:00
parent 0d63783d18
commit abad718cec
3 changed files with 5 additions and 4 deletions

View File

@ -38,7 +38,7 @@
"height" : $(".customer_message_show").height()+"px"
min_height = 0
min_height = $(window).height() - $(".top").height() - $(".top_home").height() - $(".bottom").height() - 30
min_height = $(window).height() - $(".top").height() - $(".top_home").height() - $(".bottom").height() - 0
$("#main").css("min-height", min_height+"px")

View File

@ -12,7 +12,7 @@ body{
font-size:15px;
color:#55595B;
padding:0;
margin:0;
}

View File

@ -68,10 +68,11 @@
Développement Quartz Agence
.clear
-if @my_reseauxes
.reseauxes_home_video{:style => "position:absolute;bottom:10px;right:10px;"}=link_to ic(:"youtube-play")+" Présentation Négos","", :class => "btn negos-video"
.clear
=#render :partial => "public/shared/bottom"
-if @my_reseauxes
.reseauxes_home_video{:style => "position:absolute;bottom:10px;right:10px;"}=link_to ic(:"youtube-play")+" Présentation Négos","", :class => "btn negos-video"