Footer
This commit is contained in:
parent
68bb4935e7
commit
9daeafbad3
2 changed files with 39 additions and 1 deletions
|
@ -25,6 +25,26 @@ body {
|
||||||
background-color: rgb(255, 255, 255)
|
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 {
|
.logo {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
%body
|
%body
|
||||||
#beta
|
#beta
|
||||||
Beta
|
Beta
|
||||||
%div
|
%div#wrap
|
||||||
%div.navbar
|
%div.navbar
|
||||||
= image_tag('marianne_small.png', class: 'logo')
|
= image_tag('marianne_small.png', class: 'logo')
|
||||||
%a{href: '/'}
|
%a{href: '/'}
|
||||||
|
@ -50,3 +50,21 @@
|
||||||
|
|
||||||
%div{:style => 'margin-left:10%; margin-right:10%;'}
|
%div{:style => 'margin-left:10%; margin-right:10%;'}
|
||||||
= yield
|
= 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"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue