summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/login.html
diff options
context:
space:
mode:
authorjayparikh1112012-02-02 12:45:09 +0530
committerjayparikh1112012-02-02 12:45:09 +0530
commit573dcc6149f3ccf8ffaa2df2dba3461b3b795c48 (patch)
treebda26698879e8617b04135d8fb4d2358f9f6aaa3 /testapp/templates/exam/login.html
parent6809186e406f96fa321b55060364bcaf7bfc4a99 (diff)
downloadonline_test-573dcc6149f3ccf8ffaa2df2dba3461b3b795c48.tar.gz
online_test-573dcc6149f3ccf8ffaa2df2dba3461b3b795c48.tar.bz2
online_test-573dcc6149f3ccf8ffaa2df2dba3461b3b795c48.zip
Updated Views.py, monitor.html and login.html with new changes
Diffstat (limited to 'testapp/templates/exam/login.html')
-rw-r--r--testapp/templates/exam/login.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/testapp/templates/exam/login.html b/testapp/templates/exam/login.html
index 9420903..0908fc2 100644
--- a/testapp/templates/exam/login.html
+++ b/testapp/templates/exam/login.html
@@ -19,19 +19,20 @@
<style type="text/css">
label {
padding-top: 6px;
- font-size: 13px;
+ font-size: 15px;
line-height: 18px;
float: left;
- width: 130px;
- text-align: right;
+ width: 80px;
+ text-align: center;
color: #404040;
+/* font-weight : bold;*/
}
</style>
<center><table class=span1>
{{ form.as_table }}
</table></center>
-<center><button class="btn" type="submit">Login</button>&nbsp;<button class="btn" type="reset">Cancel</button></center>
+<center><button class="btn" type="submit">Login</button>&nbsp;&nbsp;&nbsp;&nbsp;<button class="btn" type="reset">Cancel</button></center>
<br><center><a href="{{URL_ROOT}}/exam/forgotpassword/">Forgot Password?</a></center><br>
<center><a href="{{URL_ROOT}}/exam/register/">New User? Sign-Up </a></center>
</form>
@@ -48,4 +49,4 @@
</html>
-{% endblock content %} \ No newline at end of file
+{% endblock content %}