From 12b0432cd25a8cb498f23364fc019b66af3a16fd Mon Sep 17 00:00:00 2001 From: Karen Date: Wed, 26 Oct 2011 14:44:19 +0530 Subject: [PATCH] links forms --- itf/static/css/register.css | 7 ++++--- itf/templates/registration/login.html | 2 +- itf/templates/registration/registration_form.html | 4 +++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/itf/static/css/register.css b/itf/static/css/register.css index f6b2598..28eff5a 100755 --- a/itf/static/css/register.css +++ b/itf/static/css/register.css @@ -41,8 +41,9 @@ padding-bottom:18px; text-align:center; text-transform:none;} -.orangeForm -{color:#f7bd00;} +.orangeForm, .orangeForm:visited +{color:#f7bd00; +text-decoration:none;} table {margin:0 auto; @@ -50,7 +51,7 @@ margin-bottom:8px; font-weight:600; } -.registerLink:link, .registerLink:visited, .registerLink:active +.registerLink, .registerLink:link, .registerLink:visited, .registerLink:active {text-decoration:none; font-size:12px; diff --git a/itf/templates/registration/login.html b/itf/templates/registration/login.html index f0ca30a..b968e7d 100755 --- a/itf/templates/registration/login.html +++ b/itf/templates/registration/login.html @@ -14,7 +14,7 @@ Forgot your Password? -New Here? Click here! + diff --git a/itf/templates/registration/registration_form.html b/itf/templates/registration/registration_form.html index 0345ea3..c5daac6 100755 --- a/itf/templates/registration/registration_form.html +++ b/itf/templates/registration/registration_form.html @@ -9,10 +9,12 @@ {{ form.as_table }} {% csrf_token %} - Already a user? Click here. +

Already a user? Click here.

+ + {% endblock %}