wcs: isolate footer <img> from its <p>, to avoid overlapping form buttons

This commit is contained in:
Frédéric Péters 2014-12-22 17:23:30 +01:00
parent 7ea51bb180
commit d30ed13e4f
2 changed files with 8 additions and 2 deletions

View File

@ -22,8 +22,8 @@
</div>
<div id="bas-de-page">
<img width="170" height="121" src="[theme_url]/assets/logo-boite.png" alt=""/>
<p>
<img width="170" height="121" src="[theme_url]/assets/logo-boite.png" alt=""/>
<span>© AUF 2014 Tous droits réservés</span>
|
<a href="http://www.auf.org/autres-pages/mentions-legales/">Mentions légales</a>

View File

@ -210,13 +210,19 @@ div#bas-de-page {
margin-top: 80px;
}
div#bas-de-page p {
div#bas-de-page img {
position: relative;
left: 50px;
top: -50px;
margin: 0;
}
div#bas-de-page p {
margin: 0 0 0 200px;
position: relative;
top: -70px;
}
div#bas-de-page span {
padding-left: 50px;
padding-right: 10px;