summaryrefslogtreecommitdiff
path: root/res/templates
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2015-01-11 17:46:30 +0200
committergarbash <dor.garbash@gmail.com>2015-01-11 17:46:33 +0200
commit18e4e1c681df73f278ae90c987b9c30769de2d89 (patch)
tree55a247dc423774e527410a9c3da53a6cd1e3efd3 /res/templates
parentb234ba575952dd16aae9b4c3fe0b024d7a1a02dd (diff)
wip - login styling2
Diffstat (limited to 'res/templates')
-rw-r--r--res/templates/login.html15
1 files changed, 4 insertions, 11 deletions
diff --git a/res/templates/login.html b/res/templates/login.html
index 0712b35d..8334e9e8 100644
--- a/res/templates/login.html
+++ b/res/templates/login.html
@@ -38,17 +38,10 @@
</div>
<div id="login_form_panel" class="login-form">
<fieldset>
- <form onsubmit="submit_login_form();" id="login_form">
-
- <div class="login_form__value">
- <input type="text" id="login_username" placeholder="Email">
- </div>
- <div class="login_form__value">
- <input type="password" id="login_password" placeholder="Password">
- </div>
- <p>
- <input type="submit" value="Sign in">
- </p>
+ <form action="javascript:void(0);" method="get" onsubmit="submit_login_form();" id="login_form">
+ <input class="login-input" type="email" id="login_username" placeholder="Email">
+ <input class="login-input" type="password" id="login_password" placeholder="Password" required value="Password">
+ <input class="login-input" type="submit" value="Sign in">
<a class="forgot-password"> forgot password? </a>
</form>
</fieldset>