change presentation style for footer logos (#5091)

This commit is contained in:
Frédéric Péters 2014-07-15 15:08:02 +02:00
parent 8d8284767e
commit be228bd124
4 changed files with 16 additions and 5 deletions

View File

@ -216,16 +216,26 @@ div.upload-attached-file label {
font-weight: bold;
}
#footer #entrouvert-logo,
#footer #montpellier-agglo {
background: url(../images/logo-agglo-50p.png);
background: white url(../images/logo160.jpg) center center no-repeat;
display: block;
width: 69px;
height: 96px;
width: 160px;
height: 65px;
position: absolute;
right: 1em;
top: 1ex;
top: 30px;
border-radius: 10px;
padding: 2px 10px;
}
#footer #entrouvert-logo {
background: white url(../images/logo-eo.png) center center no-repeat;
right: 200px;
}
#ContentLeft {
width: 200px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -73,7 +73,8 @@
<a href="http://www.entrouvert.com/fr/legal/">Mentions légales</a>
-
Contact : <a href="mailto:info@entrouvert.com">info@entrouvert.com</a>
<span id="montpellier-agglo"/>
<a href="http://www.montpellier-agglo.com" id="montpellier-agglo"></a>
<a href="http://www.entrouvert.com" id="entrouvert-logo"></a>
</p>
</div>
{% if settings.FOOTER_MODE == 'default' %}