From 00bc9550f26eb367c182ecc65eff81704b5eff97 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO <yohann.danello@gmail.com> Date: Sat, 5 Sep 2020 19:27:22 +0200 Subject: [PATCH] Add padding to the the note picture (cc shirenn) --- apps/note/templates/note/transaction_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/note/templates/note/transaction_form.html b/apps/note/templates/note/transaction_form.html index 871088d4..9c484799 100644 --- a/apps/note/templates/note/transaction_form.html +++ b/apps/note/templates/note/transaction_form.html @@ -37,7 +37,7 @@ SPDX-License-Identifier: GPL-2.0-or-later <div class="row"> {# Preview note profile (picture, username and balance) #} <div class="col-md-3" id="note_infos_div"> - <div class="card bg-light border-success shadow mb-4 text-center"> + <div class="card bg-light border-success shadow mb-4 pt-4 text-center"> <a id="profile_pic_link" href="#"><img src="{% static "member/img/default_picture.png" %}" id="profile_pic" alt="" class="img-fluid rounded mx-auto"></a> <div class="card-body text-center"> -- GitLab