mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
notifications: Minor styling fix for operation notifications
- Use btn-toolbar class instead of <p> tag for more consistent spacing between buttons and the bottom of the notification. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
bbeced68f7
commit
09f1df6bb8
@ -17,10 +17,10 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
{% if data.state == "completed" %}
|
{% if data.state == "completed" %}
|
||||||
<p>
|
<div class="btn-toolbar">
|
||||||
<a href="{% url 'notification_dismiss' id=id %}?next={{ request.path|iriencode }}"
|
<a href="{% url 'notification_dismiss' id=id %}?next={{ request.path|iriencode }}"
|
||||||
role="button" class="btn btn-default">
|
role="button" class="btn btn-default">
|
||||||
{% trans "Dismiss" %}
|
{% trans "Dismiss" %}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user