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

added border radius to image

parent 9b75215b
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...
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<span class="control"> <span class="control">
<p style="font-size:15px">Profile Picture</p> <p style="font-size:15px">Profile Picture</p>
<label class="file-label is-flex is-justify-content-flex-start is-align-items-center" for="newProfilePicture"> <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> <img style="width:50px; height:50px; border-radius: 500px;" 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)"> <input class="file-input mb-4" type="file" id="newProfilePicture" onchange="loadNewPicture(event)">
<span class="file-cta"> <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