From b571d53fd61d5bf18713e424d91ed569e4314c4b Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 26 Dec 2012 15:47:56 +0530 Subject: [PATCH] form css --- itf/static/css/register.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/itf/static/css/register.css b/itf/static/css/register.css index a67f607..6502226 100755 --- a/itf/static/css/register.css +++ b/itf/static/css/register.css @@ -148,7 +148,10 @@ float:left; } .uniForm fieldset -{width:540px;} +{width:540px; +margin-bottom: 16px; +padding: 10px; +} #formItf h3 {padding:16px;} @@ -200,4 +203,4 @@ margin-bottom: 0;} .inlineWrapper fieldset:nth-of-type(even) { background: #e8e8e8; -} \ No newline at end of file +}