From 5779fa03fb61ae5005c6d28a99ffe322baf3324e Mon Sep 17 00:00:00 2001 From: Karen Date: Thu, 1 Sep 2011 03:30:35 +0530 Subject: [PATCH] nav links a --- gazetteer/static/css/main.css | 22 ++++++++++++++++------ gazetteer/templates/search.html | 10 +++++----- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/gazetteer/static/css/main.css b/gazetteer/static/css/main.css index a017302..27b830e 100644 --- a/gazetteer/static/css/main.css +++ b/gazetteer/static/css/main.css @@ -12,7 +12,7 @@ color:#666;} .header {width:100%; /*background-color:grey;*/ -height:15%;} +height:14%;} #logoMain {float:left; @@ -91,12 +91,12 @@ height:68%; .nav {height:4%; width:100%; -margin-bottom:1%;} +margin-bottom:2%;} .nav ul {padding-top: 4px; padding-bottom: 4px; -margin-left:1%; +padding-left:1%; background-image:url(http://gazetteer.in/admin/media/img/admin/default-bg.gif); background-color:#7CA0C7;} @@ -108,6 +108,14 @@ color:#FFF; font-weight:bold; cursor:pointer;} +.nav ul li a +{text-decoration:none; +color:#FFF;} + +.nav ul li a:hover +{color:#5B80B2;} + + .mapListSection {float:left; width:33%; @@ -144,12 +152,14 @@ cursor:pointer;} #totalResults {font-size:10px; float:left; -padding-left:4px;} +padding-left:4px; +color:#666;} #showingResults {font-size:10px; float:right; -padding-right:4px;} +padding-right:4px; +color:#666;} #noOfResults, #currPageNo, #totalPages, #of {font-weight:normal;} @@ -226,7 +236,7 @@ transform:scale(1.25);}*/ .firstLast {font-size:10px; -padding-bottom:20px; +padding-bottom:22px; padding-left: 4px; padding-right: 4px; cursor:pointer; diff --git a/gazetteer/templates/search.html b/gazetteer/templates/search.html index d919fe9..d12ade8 100644 --- a/gazetteer/templates/search.html +++ b/gazetteer/templates/search.html @@ -27,7 +27,7 @@ -
+ @@ -50,10 +50,10 @@