This commit is contained in:
Xavier J 2016-01-28 17:16:37 +01:00
parent 68bb4935e7
commit 9daeafbad3
2 changed files with 39 additions and 1 deletions

View file

@ -25,6 +25,26 @@ body {
background-color: rgb(255, 255, 255)
}
html, body {
height: 100%;
}
#wrap {
min-height: 100%;
margin-bottom: -50px;
}
#wrap:after {
content: "";
display: block;
}
#footer, #wrap:after {
height: 40px;
}
#footer {
background-color: rgb(240, 240, 240)
}
.logo {
margin-left: 10px;
padding-top: 5px;

View file

@ -12,7 +12,7 @@
%body
#beta
Beta
%div
%div#wrap
%div.navbar
= image_tag('marianne_small.png', class: 'logo')
%a{href: '/'}
@ -50,3 +50,21 @@
%div{:style => 'margin-left:10%; margin-right:10%;'}
= yield
%br
#footer.navbar
.container.center
%p{style:'margin-top: 1em;'}
%p{class: "copyright text-muted small"}
Copyright ©
=link_to 'SGMAP', "http://etatplateforme.modernisation.gouv.fr"
2016. All Rights Reserved
=link_to 'contact@tps.apientreprise.fr', "mailto:contact@tps.apientreprise.fr"