diff options
author | jayparikh111 | 2012-02-02 12:45:09 +0530 |
---|---|---|
committer | jayparikh111 | 2012-02-02 12:45:09 +0530 |
commit | 573dcc6149f3ccf8ffaa2df2dba3461b3b795c48 (patch) | |
tree | bda26698879e8617b04135d8fb4d2358f9f6aaa3 /testapp/templates/exam/login.html | |
parent | 6809186e406f96fa321b55060364bcaf7bfc4a99 (diff) | |
download | online_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.html | 11 |
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> <button class="btn" type="reset">Cancel</button></center> +<center><button class="btn" type="submit">Login</button> <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 %} |