Skip to content

Commit b0d5764

Browse files
committed
rezied login input
1 parent c5746be commit b0d5764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/templates/login.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@
102102
<tr>
103103
<td><p class="login-text1">Username</p></td>
104104
</tr><tr>
105-
<td><input tabindex="1" type="text" size="20px" name="user" class="loggin-input"></td>
105+
<td><input tabindex="1" type="text" size="20px" style="width:200px;" name="user" class="loggin-input"></td>
106106
</tr><tr>
107107
<td><p class="login-text1">Password <a tabindex="5" class="forgot" href="#" >(forgot password)</a></p></td>
108108
</tr><tr>
109-
<td><input tabindex="2" type="password" size="20px" name="password" class="loggin-input"></td>
109+
<td><input tabindex="2" type="password" size="20px" style="width:200px;" name="password" class="loggin-input"></td>
110110
</tr><tr>
111111
<td><p class="login-text2"><input tabindex="4" type="checkbox" style="margin: 0 8px 0 0" >Remember me</p></td>
112112
</tr><tr>

0 commit comments

Comments
 (0)