From 0133a0e932982e209ac0e01184b9af571aba01f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 13 Aug 2014 13:52:00 +0200 Subject: [PATCH] unify copyright label in footer with wcs (#5075) --- .../static/themes/django-montpellier/style.css | 7 ++++--- compte_agglo_montpellier/templates/base.html | 5 ++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/compte_agglo_montpellier/static/themes/django-montpellier/style.css b/compte_agglo_montpellier/static/themes/django-montpellier/style.css index 29fb534..4a5c87e 100644 --- a/compte_agglo_montpellier/static/themes/django-montpellier/style.css +++ b/compte_agglo_montpellier/static/themes/django-montpellier/style.css @@ -81,11 +81,12 @@ div#footer { } p#legal { + position: absolute; font-size: small; - padding-top: 140px; - color: white; + color: #444; margin: 0; - padding-left: 15px; + bottom: 0px; + left: 40px; } #content { diff --git a/compte_agglo_montpellier/templates/base.html b/compte_agglo_montpellier/templates/base.html index d58134d..edfbc5b 100644 --- a/compte_agglo_montpellier/templates/base.html +++ b/compte_agglo_montpellier/templates/base.html @@ -89,7 +89,10 @@