From 44b14d18d917b0097ce857d2bf578dde1c179678 Mon Sep 17 00:00:00 2001 From: Karen Date: Wed, 3 Aug 2011 22:34:42 +0530 Subject: [PATCH] login --- itf/static/css/register.css | 26 +++++++++++++++++++++++++- itf/templates/registration/login.html | 9 ++++++--- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/itf/static/css/register.css b/itf/static/css/register.css index 145a719..8d1f87e 100644 --- a/itf/static/css/register.css +++ b/itf/static/css/register.css @@ -10,7 +10,7 @@ position:relative;} #regContent -{width:400px; +{width:450px; background-color:#FFF; position:absolute; right:0px; @@ -24,3 +24,27 @@ border-radius:20px; -webkit-box-shadow:2px 3px 20px #252425; box-shadow: 2px 3px 20px #252425; margin-top:100px;} + +table +{margin:0 auto; +margin-bottom:8px;} + +th +{color:#8A8A8A; +font-weight:bold;} + + +.registerLink:link, .registerLink:visited, .registerLink:active + +{text-decoration:none; +font-size:12px; +color:#8A8A8A; +font-weight:bold; +display:block; +padding-left:92px; +padding-bottom:12px;} + +.registerLink:hover +{color:#F7BD00; +font-weight:bold;} + diff --git a/itf/templates/registration/login.html b/itf/templates/registration/login.html index d3bfa60..57b3a41 100644 --- a/itf/templates/registration/login.html +++ b/itf/templates/registration/login.html @@ -2,16 +2,19 @@ {% block reg_content %} -
{% csrf_token %} {{ form.as_table }} - + + +
+Forgot your Password? +New Here? Register Now! +
-
{% endblock %}