From 96949cd72fe54d781cb510df6f3c3f30e2329467 Mon Sep 17 00:00:00 2001 From: Karen Date: Thu, 1 Sep 2011 03:53:44 +0530 Subject: [PATCH] aligning of next previous buttons --- gazetteer/static/css/main.css | 13 +++++++++---- gazetteer/templates/search.html | 2 ++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/gazetteer/static/css/main.css b/gazetteer/static/css/main.css index 27b830e..4bc51e8 100644 --- a/gazetteer/static/css/main.css +++ b/gazetteer/static/css/main.css @@ -90,8 +90,9 @@ height:68%; .nav {height:4%; -width:100%; -margin-bottom:2%;} +width:98%; +margin-bottom:2%; +margin:0 auto;} .nav ul {padding-top: 4px; @@ -113,7 +114,7 @@ cursor:pointer;} color:#FFF;} .nav ul li a:hover -{color:#5B80B2;} +{color:#036;} .mapListSection @@ -257,8 +258,12 @@ font-weight:bold;} .last {float:right;} +.prevNext +{width:150px; +margin:0 auto;}} + .next, .previous -{margin-left: 92px; +{/*margin-left: 92px;*/ font-weight: bold; font-size: 10px; color: #999; diff --git a/gazetteer/templates/search.html b/gazetteer/templates/search.html index b1f6b3d..b7c53f7 100644 --- a/gazetteer/templates/search.html +++ b/gazetteer/templates/search.html @@ -62,8 +62,10 @@
First
+
+
Last