Skip to content
Snippets Groups Projects
Commit 7d493509 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Cleaning up the forgot password a bit.

parent 1432c0c7
No related branches found
No related tags found
No related merge requests found
......@@ -466,7 +466,7 @@ html[xmlns] .cf {
display: none;
}
#differentEmail > button {
#differentEmail > button, .submit > button {
margin: 10px 5px 0 0;
}
......
......@@ -5,9 +5,11 @@
<label for="email_input"> Email </label>
<input id="email_input" type="email" value="<%= email %>"/>
</li>
</ul>
<div class="submit cf">
<li class="submit cf">
<button>Reset Password</button>
</div>
<button id="back">Cancel</button>
</li>
</ul>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment