From 7bdbd54cab99cb42b90704d363ef6b0c9d2f8155 Mon Sep 17 00:00:00 2001
From: Karen
Date: Thu, 11 Aug 2011 17:11:13 +0530
Subject: [PATCH] made SOLID changes.. all sharvari's latest set sorted
---
itf/static/css/noel/home.css | 17 ++++++++++++-----
itf/templates/noel/bestpractices.html | 2 +-
2 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/itf/static/css/noel/home.css b/itf/static/css/noel/home.css
index a11fa6d..841b149 100644
--- a/itf/static/css/noel/home.css
+++ b/itf/static/css/noel/home.css
@@ -180,16 +180,23 @@ position:relative;}
#arrowLeft
{position:absolute;
-top:49%;
+top:92px;
+left:12px;
z-index:5;
-left:12px;} /*need to increase size for sliding purposes*/
+padding-left:0;
+padding-right:120px;
+padding-bottom:60px;
+padding-top:60px;}
#arrowRight
{position:absolute;
-top:49%;
+top:92px;
+right:12px;
z-index:5;
-right:8px;}
-
+padding-right:0;
+padding-left:120px;
+padding-bottom:60px;
+padding-top:60px;}
#sliderTabs /*at 800 res, we have different probs in different browsers with the tabs, ok to give position absolute to the ul?*/
{width:4000px;
diff --git a/itf/templates/noel/bestpractices.html b/itf/templates/noel/bestpractices.html
index 0f8dc6a..fd77717 100644
--- a/itf/templates/noel/bestpractices.html
+++ b/itf/templates/noel/bestpractices.html
@@ -75,7 +75,7 @@
-
+