From f50cfaefa1b13d293f6846641e9abdd0a2b944e8 Mon Sep 17 00:00:00 2001
From: Karen
Date: Wed, 10 Aug 2011 02:25:46 +0530
Subject: [PATCH] a few more changes
---
itf/static/css/noel/home.css | 10 ++++-----
itf/static/css/noel/inner.css | 31 +++++++++++++++------------
itf/static/css/noel/main.css | 2 +-
itf/templates/noel/bestpractices.html | 9 +++-----
itf/templates/noel/index.html | 5 +++--
5 files changed, 29 insertions(+), 28 deletions(-)
diff --git a/itf/static/css/noel/home.css b/itf/static/css/noel/home.css
index bbff9ee..cc027bb 100644
--- a/itf/static/css/noel/home.css
+++ b/itf/static/css/noel/home.css
@@ -150,19 +150,19 @@ clear:both;}
{list-style:none;}
#triangle
-{font-size:18px;
+{font-size:20px;
color:#929292;}
-#triangleUp
+#triangleNext
{position:absolute;
-left:12px;
+left:22px;
bottom:10px;
cursor:pointer;}
-#triangleDown
+#trianglePrevious
{position:absolute;
bottom:10px;
-right:12px;
+right:22px;
cursor:pointer;}
#slider
diff --git a/itf/static/css/noel/inner.css b/itf/static/css/noel/inner.css
index ce87646..0f763fd 100644
--- a/itf/static/css/noel/inner.css
+++ b/itf/static/css/noel/inner.css
@@ -27,7 +27,7 @@ float:left;}
{font-size:24px;
color:#ffb400;
padding-top:7px;
-padding-left:66px;}
+padding-left:16px;}
#topTextSpan
{font-weight:bold;}
@@ -36,7 +36,7 @@ padding-left:66px;}
{font-size:24px;
color:#ffb400;
position:absolute;
-right:34px;
+right:42px;
top:6px;
cursor:pointer;}
@@ -47,20 +47,21 @@ cursor:pointer;}
#searchInner
{position:absolute;
-right:5px;
+right:16px;
top:11px;
cursor:pointer;}
#tabsInner /*tabs not touching because i would prefer not to give fixed width, shadow, etc.*/
{font-size:14px;
color:#ff8400;
-margin-top:6px;}
+margin-top:6px;
+margin-left:8px;}
#tabsInner li
{list-style:none;
text-align:center;
-padding-left:12px;
-padding-right:12px;
+padding-left:10px;
+padding-right:10px;
float:left;}
#selection
@@ -103,7 +104,10 @@ cursor:pointer;}
font-size:13px;
color:#3b3b39;
text-align:justify;
-padding:10px;
+padding-top:6px;
+padding-left:10px;
+padding-right:20px; /*why is this 20 and the left 10?*/
+padding-bottom:6px;
clear:both;}
#listLeft
@@ -113,12 +117,11 @@ clear:both;}
{color:#f7bd00;
list-style-type:disc;
list-style-position:inside;
-padding-left:4px;
+padding-left:16px;
overflow:hidden; /*this prevents the box shadow from sticking out on the right*/}
#listLeft ul span
-{color:#898989;
-font-weight:bold;}
+{color:#898989;}
#listLeft ul li
{border-top:1px solid #cac9c9;
@@ -201,9 +204,8 @@ padding-top:20px;
padding-right:14px;
float:left;}
-#twitter
-{width:54px;
-padding-top:38px;
+.twitter-share-button
+{padding-top:35px;
margin-left:164px;
float:left;}/*WHAT'S HAPPENING IN SAFARI, doesn't show until you hover?? hard to custmoise these ones, on hover*/
@@ -246,7 +248,8 @@ border-radius:8px;
box-shadow:2px 3px 20px #252425;}
#sectionTitle
-{color:#f7bd00;}
+{color:#f7bd00;
+font-weight:bold;}
#clearBoth
{clear:both;}
diff --git a/itf/static/css/noel/main.css b/itf/static/css/noel/main.css
index 889249d..9448024 100644
--- a/itf/static/css/noel/main.css
+++ b/itf/static/css/noel/main.css
@@ -172,7 +172,7 @@ color:#ff8400;}
{color:#FFF;
background-color:#ff8400;}
-#loginMenu li a:hover
+#loginMenu li:hover a
{color:#FFF;}
#woodPng
diff --git a/itf/templates/noel/bestpractices.html b/itf/templates/noel/bestpractices.html
index 77721af..c2de8e1 100644
--- a/itf/templates/noel/bestpractices.html
+++ b/itf/templates/noel/bestpractices.html
@@ -70,15 +70,12 @@
The Mystery of vanishing rights
-
- Share
+
diff --git a/itf/templates/noel/index.html b/itf/templates/noel/index.html
index b77fac5..92156de 100644
--- a/itf/templates/noel/index.html
+++ b/itf/templates/noel/index.html
@@ -30,6 +30,7 @@