mirror of
https://github.com/myvesta/vesta
synced 2025-07-15 01:23:23 -07:00
[js, css, php] all massive operations fixed. link hovers changed
This commit is contained in:
parent
ba5090c717
commit
1698e42e9f
6 changed files with 82 additions and 52 deletions
|
@ -88,11 +88,11 @@ App.Templates.html = {
|
|||
<form id="login-form" method="post" action="#" class="auth">\
|
||||
<div class="form-row cc">\
|
||||
<label for="email" class="field-label">Login</label>\
|
||||
<input type="text" tabindex="1" id="authorize-login" autocomplete="on" class="field-text">\
|
||||
<input type="text" tabindex="1" id="authorize-login" autocomplete="on" class="field-text" name="login">\
|
||||
</div>\
|
||||
<div class="form-row cc">\
|
||||
<label for="password" class="field-label">Password</label>\
|
||||
<input type="password" tabindex="2" id="authorize-password" autocomplete="on" class="field-text">\
|
||||
<input type="password" tabindex="2" id="authorize-password" autocomplete="on" class="field-text" name="password">\
|
||||
</div>\
|
||||
<div id="auth-error" class="error-box hidden"></div>\
|
||||
<div class="form-row last-row cc">\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue