From 27745b13c5bb7763d6add725ef27798a09358394 Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 26 Dec 2012 15:43:04 +0530 Subject: [PATCH] form padding remove --- itf/static/uni_form/default.uni-form.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itf/static/uni_form/default.uni-form.css b/itf/static/uni_form/default.uni-form.css index 5983930..8c06ef4 100644 --- a/itf/static/uni_form/default.uni-form.css +++ b/itf/static/uni_form/default.uni-form.css @@ -33,7 +33,7 @@ .uniForm legend{ font-weight: bold; font-size: 100%; margin: 0; padding: 1.5em 0; } - .uniForm .ctrlHolder{ padding: 1em; border-bottom: 1px solid #efefef; } + .uniForm .ctrlHolder{ border-bottom: 1px solid #efefef; } .uniForm .ctrlHolder.focused{ background: #fffcdf; } .uniForm .inlineLabels .noLabel{} @@ -150,4 +150,4 @@ .uniForm .col{ margin-bottom: 1.5em; } /* Use .first and .last classes to control the layout/spacing of your columns */ .uniForm .col.first{ width: 49%; float: left; clear: none; } - .uniForm .col.last { width: 49%; float: right; clear: none; margin-right: 0; } \ No newline at end of file + .uniForm .col.last { width: 49%; float: right; clear: none; margin-right: 0; }