From 02c1c434a2930bb49677c1fbe193e979029b7b8f Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 1 Jul 2020 12:01:58 +0200 Subject: [PATCH] core: update styling of impersonate banner --- passbook/core/templates/base/skeleton.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/passbook/core/templates/base/skeleton.html b/passbook/core/templates/base/skeleton.html index bcae7ff0d..f6edef55e 100644 --- a/passbook/core/templates/base/skeleton.html +++ b/passbook/core/templates/base/skeleton.html @@ -20,11 +20,15 @@ {% if 'impersonate_id' in request.session %} -
- - {% blocktrans with user=user %}You're currently impersonating {{ user }}.{% endblocktrans %} - {% trans 'Stop impersonation' %} - +
+
+
+
+ {% blocktrans with user=user %}You're currently impersonating {{ user }}.{% endblocktrans %} + {% trans 'Stop impersonation' %} +
+
+
{% endif %} {% block body %}