Skip to content
Snippets Groups Projects
Commit 9b75215b authored by John Watkins's avatar John Watkins
Browse files

spacing

parent 5bf963d5
No related branches found
No related tags found
1 merge request!114LoggingService service class, new method to add a log to the "Logs" table when...
......@@ -37,8 +37,8 @@
<div class="field has-name">
<span class="control">
<p style="font-size:15px">Profile Picture</p>
<label class="file-label" for="newProfilePicture">
<img style="width:50px; height:50px;" th:src="${loggedInUser.getUserProfilePicture()}" alt="Old Profile Picture" id="profilePicPreview"><br>
<label class="file-label is-flex is-justify-content-flex-start is-align-items-center" for="newProfilePicture">
<img style="width:50px; height:50px;" class="mr-2" th:src="${loggedInUser.getUserProfilePicture()}" alt="Old Profile Picture" id="profilePicPreview"><br>
<input class="file-input mb-4" type="file" id="newProfilePicture" onchange="loadNewPicture(event)">
<span class="file-cta">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment