From 6e8a007e693f12d7750fb5d0638e9db447e8c7ce Mon Sep 17 00:00:00 2001
From: xuechen5 <xuechen5@illinois.edu>
Date: Mon, 16 Nov 2020 03:03:19 -0600
Subject: [PATCH] Add spaces between "reset password" and "Preregister patient"
 link

---
 iTrust/WebRoot/loginMenu.jsp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/iTrust/WebRoot/loginMenu.jsp b/iTrust/WebRoot/loginMenu.jsp
index 38d20c4..a6fe356 100644
--- a/iTrust/WebRoot/loginMenu.jsp
+++ b/iTrust/WebRoot/loginMenu.jsp
@@ -41,9 +41,9 @@ function fillLoginFields(u,p) {
 	<input type="submit" value="Login">
 		
 	<br /><br />
-	<a style="font-size: 80%;" href="/iTrust/util/resetPassword.jsp">Reset Password</a>
-	<a>        </a>
-	<a style="font-size: 80%;" href="/iTrust/util/PreRegisterPatient.jsp" id="preregister_link">Pre-Register</a>
+	<a style="font-size: 80%;margin-right: 2.5em;" href="/iTrust/util/resetPassword.jsp">Reset Password</a>
+	<a> &nbsp</a>
+	<a style="font-size: 80%;margin-left: 3em;" href="/iTrust/util/PreRegisterPatient.jsp" id="preregister_link">Pre-Register</a>
 
 	</form>
 <%
@@ -62,9 +62,9 @@ function fillLoginFields(u,p) {
 %>
 	<input type="submit" value="Login"><br /><br />
 
-	<a style="font-size: 80%;" href="/iTrust/util/resetPassword.jsp">Reset Password</a>
+	<a style="font-size: 80%;margin-right: 2.5em;" href="/iTrust/util/resetPassword.jsp">Reset Password</a>
 	<a>        </a>
-	<a style="font-size: 80%;" href="/iTrust/util/PreRegisterPatient.jsp">Pre-Register</a>
+	<a style="font-size: 80%;margin-left: 3em;" href="/iTrust/util/PreRegisterPatient.jsp">Pre-Register</a>
 
 	</form>
 <%
-- 
GitLab