diff options
author | hardythe1 | 2012-02-06 15:22:41 +0530 |
---|---|---|
committer | hardythe1 | 2012-02-06 15:22:41 +0530 |
commit | 76eec9e15f749a0a477ceec44820766b0e1ecc7e (patch) | |
tree | b1b34d9c7764aecbfc8a602d9399ef724e073bda /testapp/templates/exam/login.html | |
parent | 493f228229d96dab4a13b21cf7d4d089fcf7b2fd (diff) | |
parent | 573dcc6149f3ccf8ffaa2df2dba3461b3b795c48 (diff) | |
download | online_test-76eec9e15f749a0a477ceec44820766b0e1ecc7e.tar.gz online_test-76eec9e15f749a0a477ceec44820766b0e1ecc7e.tar.bz2 online_test-76eec9e15f749a0a477ceec44820766b0e1ecc7e.zip |
Merge branch 'visual_changes' of github.com:hardythe1/online_test into visual_changes
Diffstat (limited to 'testapp/templates/exam/login.html')
-rw-r--r-- | testapp/templates/exam/login.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/testapp/templates/exam/login.html b/testapp/templates/exam/login.html index 770ceb4..62aedcf 100644 --- a/testapp/templates/exam/login.html +++ b/testapp/templates/exam/login.html @@ -18,19 +18,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> |