Adjust error message positions of sign-in form.

This commit is contained in:
takezoe
2013-07-09 19:58:39 +09:00
parent ebc858aed9
commit 43efcf3a99

View File

@@ -8,11 +8,11 @@
<td>
<form action="@path/signin" method="POST" validate="true">
<label for="userName">Username</label>
<input type="text" name="userName" id="userName" style="width: 95%"/>
<span id="error-userName" class="error"></span>
<input type="text" name="userName" id="userName" style="width: 95%"/>
<label for="password">Password</label>
<input type="password" name="password" id="password" style="width: 95%"/>
<span id="error-password" class="error"></span>
<input type="password" name="password" id="password" style="width: 95%"/>
<div>
<input type="submit" class="btn btn-success" value="Sign in"/>
@if(systemSettings.allowAccountRegistration){