From ea381ef53e409632ae2976b3220afe74c8f5b676 Mon Sep 17 00:00:00 2001 From: Karen Date: Thu, 19 Jul 2012 20:32:13 +0530 Subject: [PATCH] add another change --- itf/static/css/register.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/itf/static/css/register.css b/itf/static/css/register.css index 58759d3..189c4cc 100755 --- a/itf/static/css/register.css +++ b/itf/static/css/register.css @@ -89,10 +89,12 @@ box-shadow:inset 2px 2px 6px #d7d7d7; margin-bottom:10px; margin-left:8px;} -#regContent a +#regContent a, #formItf a {color:#FF8400; text-decoration:none;} + + #regContent a:hover, #regContent a:focus {text-decoration:underline;} @@ -166,4 +168,9 @@ padding-left:20px;} {display:inline;} .select2-results li -{padding:6px;} \ No newline at end of file +{padding:6px;} + +.add-row +{padding-left:16px; +padding-top:16px; +display:inline-block;} \ No newline at end of file