Smaller text and larger padding on note label

This commit is contained in:
Alexandre Iooss 2020-09-09 15:03:34 +02:00
parent 8225445c3e
commit ce4c22a4a1
2 changed files with 4 additions and 4 deletions

View File

@ -18,8 +18,8 @@ SPDX-License-Identifier: GPL-3.0-or-later
<img src="{% static "member/img/default_picture.png" %}"
id="profile_pic" alt="" class="card-img-top d-none d-sm-block">
</a>
<div class="card-body text-center text-break px-1 py-2">
<span id="user_note"><i>{% trans "Please select a note" %}</i></span>
<div class="card-body text-center text-break p-2">
<span id="user_note"><i class="small">{% trans "Please select a note" %}</i></span>
</div>
</div>
</div>

View File

@ -40,8 +40,8 @@ SPDX-License-Identifier: GPL-2.0-or-later
<div class="card bg-light mb-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 px-1 py-2">
<span id="user_note"><i>{% trans "Please select a note" %}</i></span>
<div class="card-body text-center p-2">
<span id="user_note"><i class="small">{% trans "Please select a note" %}</i></span>
</div>
</div>
</div>