From ad59af7bc4ef69623f0eb13d786f2ed982d2e472 Mon Sep 17 00:00:00 2001 From: Karen Date: Thu, 19 Jul 2012 18:17:45 +0530 Subject: [PATCH] changes to test profile page --- itf/static/css/noel/main.css | 3 ++- itf/static/css/register.css | 26 ++++++++++++++++++----- itf/templates/test/popup.html | 39 +++++++++++++++++++++-------------- 3 files changed, 47 insertions(+), 21 deletions(-) diff --git a/itf/static/css/noel/main.css b/itf/static/css/noel/main.css index 7d05ee9..ca734a4 100755 --- a/itf/static/css/noel/main.css +++ b/itf/static/css/noel/main.css @@ -275,7 +275,7 @@ font-family:Arial, 'Century Gothic', 'DejaVu Sans', sans-serif; /*should test th font-size:13px; color:#7b7b7b; line-height:16px; -padding:14px 24px 46px 24px; +padding:14px 24px 36px 24px; float:left;} .footerList li @@ -297,6 +297,7 @@ color:#515050;} font-size:12px; color:#ffb400; text-align:left; +padding-top:10px; padding-left:22px; clear:both;} diff --git a/itf/static/css/register.css b/itf/static/css/register.css index 4e4cfa6..58759d3 100755 --- a/itf/static/css/register.css +++ b/itf/static/css/register.css @@ -102,7 +102,7 @@ vertical-align:text-top; #formItf -{text-transform:capitalize;} +{padding:10px;} #formItf input:focus {outline:none; @@ -140,14 +140,30 @@ margin-left:70px; margin-top:10px; display:block;} -.select2-container .select2-choice -{width:400px;} +.select2-container +{width:400px !important; +float:left; +} .uniForm fieldset -{width:560px;} +{width:540px;} #formItf h3 {padding:16px;} .formset_help_text -{padding-left:16px;} \ No newline at end of file +{padding-left:16px;} + +.popup_add_btn +{color:#FFB400; +font-size:200%; +text-decoration:none; +float:left; +display:block; +padding-left:20px;} + +#formItf input[type="checkbox"]+label +{display:inline;} + +.select2-results li +{padding:6px;} \ No newline at end of file diff --git a/itf/templates/test/popup.html b/itf/templates/test/popup.html index 9226b00..9bae388 100644 --- a/itf/templates/test/popup.html +++ b/itf/templates/test/popup.html @@ -1,15 +1,24 @@ - - - - - - -
- {% csrf_token %} - {{ form.as_p }} -

- -
- - - + + + + + + + + +
+ {% csrf_token %} + + {{ form.as_table }} + + + + +
+
+ + +
+ + +