From a9c5713ab5b0966e6d7322596b844b394d501a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 12 Aug 2013 18:12:02 +0200 Subject: [PATCH] style: "my account" box --- .../static/themes/django-montpellier/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/compte_agglo_montpellier/static/themes/django-montpellier/style.css b/compte_agglo_montpellier/static/themes/django-montpellier/style.css index e45c56c..8d351e0 100644 --- a/compte_agglo_montpellier/static/themes/django-montpellier/style.css +++ b/compte_agglo_montpellier/static/themes/django-montpellier/style.css @@ -672,3 +672,12 @@ table.announces tbody th { color: rgb(58, 58, 58); text-decoration: none; } + +#my-password p { + font-weight: bold; + margin: 1ex; +} + +#my-password p a { + color: inherit; +}