mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-01 19:15:59 +01:00
Adjust error message positions of sign-in form.
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user