Skip to content
Snippets Groups Projects
Commit 96237815 authored by Seth Meranda's avatar Seth Meranda
Browse files

Change the email field to the email input type.

parent 299912a1
No related branches found
No related tags found
No related merge requests found
...@@ -105,10 +105,10 @@ ...@@ -105,10 +105,10 @@
#maincontent .stuapp ol li fieldset label { #maincontent .stuapp ol li fieldset label {
display:inline; display:inline;
} }
#maincontent .stuapp input[type="text"], #maincontent .stuapp select { #maincontent .stuapp input[type="text"], #maincontent .stuapp input[type="email"], #maincontent .stuapp select {
max-width: 99%; max-width: 99%;
} }
#maincontent .stuapp input[type="text"] { #maincontent .stuapp input[type="text"], #maincontent .stuapp input[type="email"] {
width: 99%; width: 99%;
} }
#maincontent .stuapp > fieldset ul { #maincontent .stuapp > fieldset ul {
......
...@@ -374,7 +374,7 @@ ...@@ -374,7 +374,7 @@
</li> </li>
<li> <li>
<label for="email">Email address<em>*</em></label> <label for="email">Email address<em>*</em></label>
<input type="text" id="email" name="Email" value='<c:out value="${ugApp.email1}"/>' size="20" maxlength="40" /> <input type="email" id="email" name="Email" value='<c:out value="${ugApp.email1}"/>' size="20" maxlength="40" />
</li> </li>
<li> <li>
<fieldset id="date_of_birth"> <fieldset id="date_of_birth">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment