From a0ccbddbb5bffdcac717134c87aafb5deca4e398 Mon Sep 17 00:00:00 2001 From: Karen Date: Wed, 26 Oct 2011 01:41:44 +0530 Subject: [PATCH] f --- itf/static/css/noel/home.css | 2 +- itf/static/css/noel/inner.css | 22 ++++++++++++++++++++++ itf/templates/search/search.html | 4 ++-- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/itf/static/css/noel/home.css b/itf/static/css/noel/home.css index a5642ee..8cc9634 100755 --- a/itf/static/css/noel/home.css +++ b/itf/static/css/noel/home.css @@ -149,7 +149,7 @@ margin-right:6px; font-weight:bold;} #contentTab -{padding:6px 18px 10px 6px; +{padding:0px 18px 10px 6px; clear:both; height:172px; overflow:hidden;} /*we may need to do some JAVASCRIPT for this*/ diff --git a/itf/static/css/noel/inner.css b/itf/static/css/noel/inner.css index 8d6d868..7e54b9d 100755 --- a/itf/static/css/noel/inner.css +++ b/itf/static/css/noel/inner.css @@ -280,6 +280,28 @@ cursor:pointer; display:block; } + +#prevSearch +{font-size:12px; +color:#f7bd00; +float:left; +margin-bottom: 8px; +cursor:pointer; +font-weight:bold; +text-decoration:none; +margin-top:6px;} + +#nextSearch +{font-size:12px; +color:#f7bd00; +cursor:pointer; +font-weight:bold; +float:right; +margin-bottom: 8px; +text-decoration:none; +margin-top:6px;} + + #triangleUp {font-size:12px; color:#f7bd00; diff --git a/itf/templates/search/search.html b/itf/templates/search/search.html index a2f28a2..7d3cbf9 100755 --- a/itf/templates/search/search.html +++ b/itf/templates/search/search.html @@ -44,9 +44,9 @@ {% if page.has_previous or page.has_next %}
- {% if page.has_previous %}Previous{% endif %} + {% if page.has_previous %}Prev{% endif %} | - {% if page.has_next %}Next{% endif %} + {% if page.has_next %}Next{% endif %}
{% endif %}