summaryrefslogtreecommitdiff
path: root/res/templates
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2015-01-13 12:14:01 +0200
committergarbash <dor.garbash@gmail.com>2015-01-13 12:14:04 +0200
commit793ead47307e91d89d591f6cb579c884d15be494 (patch)
treef6c16a58d9ce8695e6b8efb1fcc1171a36e10f3d /res/templates
parentbb94165d41118f20df6613a6e4fa4f3b67ce2045 (diff)
Style fixed login screen
Font size is larger Password box placeholder text fix
Diffstat (limited to 'res/templates')
-rw-r--r--res/templates/login.html16
1 files changed, 7 insertions, 9 deletions
diff --git a/res/templates/login.html b/res/templates/login.html
index 0ad15443..b2971879 100644
--- a/res/templates/login.html
+++ b/res/templates/login.html
@@ -35,19 +35,17 @@
<body class="login-background">
<div class="welcome-box">
<img src="/static/img/logo-red.png" class="login-rhizi-logo">
- <div class="login-text">
- <h1 class="login-header"> Welcome to Rhizi!</h1>
- <p><b>Rhizi is a collaborative knowledge editor.</b></p>
- <p>Upload your internship proposals for review.</p>
- <p>Share the skills, interests and project you participate in.</p>
- <br>
- <p>The resulting interactome allows the entire CRI to better collaborate with AIV students</p>
- </div>
+ <h1 class="login-header"> Welcome to Rhizi!</h1>
+ <p class="login-text">Rhizi is a collaborative knowledge editor.</p>
+ <p class="login-text">Upload your internship proposals for review.</p>
+ <p class="login-text">Share the skills, interests and project you participate in.</p>
+ <br>
+ <p class="login-text">The resulting interactome allows the entire CRI to better collaborate with AIV students</p>
<div id="login_form_panel" class="login-form">
<fieldset>
<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="password" id="login_password" placeholder="Password">
<input class="login-input" type="submit" value="Sign in">
<a class="forgot-password">Forgot your password?</a>
</form>