From 3e6deecb21c81285f4e8f3c0160c7ab040164b63 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:15:28 +0200 Subject: [PATCH] style: more "my account" stuff --- .../static/themes/django-montpellier/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compte_agglo_montpellier/static/themes/django-montpellier/style.css b/compte_agglo_montpellier/static/themes/django-montpellier/style.css index 8d351e0..aa0363d 100644 --- a/compte_agglo_montpellier/static/themes/django-montpellier/style.css +++ b/compte_agglo_montpellier/static/themes/django-montpellier/style.css @@ -673,11 +673,15 @@ table.announces tbody th { text-decoration: none; } +#my-password { + padding-bottom: 1ex; +} + #my-password p { font-weight: bold; - margin: 1ex; } #my-password p a { color: inherit; + padding: 1ex; }