diff --git a/iTrust/WebRoot/loginMenu.jsp b/iTrust/WebRoot/loginMenu.jsp index 38d20c40b23567559c35875466f36538da721d76..a6fe356631dc6cbefbc0d1e2ffde3dd7acc13c8e 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>  </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> <%