From 856bcd73dda181b850f4140411e4a280c9c1bb5c Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Fri, 24 Nov 2017 10:26:14 +0100 Subject: [PATCH] suite --- app/assets/stylesheets/public.scss | 9 +++++++-- app/views/layouts/public.html.haml | 12 ++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index aedc58a..cd931e4 100755 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -16,11 +16,16 @@ @import "vendor/flipclock"; -.quartz{ +.footer{ position:absolute; bottom:10px; right:10px; - color:rgba(black, 0.5); + a{ + color:rgba(black, 0.5); + } + .quartz{ + display:inline-block; + } font-size:0.9em; img{ height:20px; diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index cff8197..111dd7e 100755 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -62,6 +62,18 @@ =yield -if !@my_reseauxes .footer + =link_to "A propos", "http://negos.pro/negos-a-propos.html", :target => "_blank" +    + ="-" +    + =link_to "CGU", "http://negos.pro/negos-conditions-generales-dutilisation.html", :target => "_blank" +    + ="-" +    + =link_to "Mentions légales", "http://negos.pro/negos-mentions-legales.html", :target => "_blank" +    + ="-" +    =link_to "http://quartz.xyz", :target => "_blank" do .quartz =image_tag "/logo-quartz.png"