diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index 6bbdaaa..21eeac3 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -307,6 +307,10 @@ td { } } +#logo_fondmob { + display: none; +} + #bottom_actus{ background:#ececec; @@ -481,6 +485,19 @@ img{ } + #logo_fondmob { + display: block; + position: absolute; + top: 5px; + left: 20px; + height: 50px; + z-index: 3; + } + + #logo_fond { + display: none; + } + #logo_fond{ @@ -494,6 +511,8 @@ img{ #logo_france_rurale { width: 240px; height: auto !important; + position: relative; + top: 5px; } .menu { diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index d2d680c..fe9c0c4 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -156,6 +156,7 @@ -else + =link_to image_tag("/logo-fondmob.png", :id => "logo_fondmob"), "/" =link_to image_tag("/logo-fond.png", :id => "logo_fond"), "/" -if @menu_item and @menu_item.id == 1 #SI PAGE D'ACCUEIL .slide_home_wrapper @@ -223,7 +224,7 @@ .slide_home_wrapper.with_ratio{:style => "background-image:url('#{@img_url}');", :data => {:ratio => 0.35}} - + -if @menu_item and @menu_item.id == 1 diff --git a/public/logo-fondmob.png b/public/logo-fondmob.png new file mode 100644 index 0000000..5c7aa12 Binary files /dev/null and b/public/logo-fondmob.png differ