diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index 20dcefc..4bfe2f7 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -418,14 +418,7 @@ text-transform:uppercase; } -.cristal_image{ - position:absolute; - bottom:0px; - right:-20px; - margin:0; - width:220px; - -} + .bottom{ position:relative; @@ -445,8 +438,9 @@ text-transform:uppercase; .address{ float:left; margin:20px 0; - margin-left:400px; + margin-left:550px; font-size:14px; + position:relative; h4{ margin:0; padding:0; @@ -464,6 +458,9 @@ text-transform:uppercase; margin-top:24px; margin-left:100px; + + + } } diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 3dc48e5..4a4fb0d 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -96,6 +96,7 @@ .infos .main .address + %h4 Cris Graphic Atelier de production %br @@ -113,9 +114,12 @@ %p =image_tag "/fax.png" 04 76 01 95 31 + .clear + =link_to image_tag("/bottom.png", :class => "bottom_image"), "/cristal-protect.html" - =link_to image_tag("/cristal-protect.png", :class => "cristal_image"), "/cristal-protect.html" + + .legals Cris Graphic - SARL au capital de 7.622,00 € - RCS : Grenoble B 451 888 101 - APE : 1812Z - diff --git a/public/bottom copie.png b/public/bottom copie.png new file mode 100644 index 0000000..3934428 Binary files /dev/null and b/public/bottom copie.png differ diff --git a/public/bottom.png b/public/bottom.png index bbdb4e2..e0b82ee 100644 Binary files a/public/bottom.png and b/public/bottom.png differ