suite
This commit is contained in:
parent
0d63783d18
commit
abad718cec
@ -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")
|
||||
|
||||
|
@ -12,7 +12,7 @@ body{
|
||||
font-size:15px;
|
||||
color:#55595B;
|
||||
padding:0;
|
||||
|
||||
margin:0;
|
||||
|
||||
|
||||
}
|
||||
|
@ -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"
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user