From 15524a5263d17c2534046e793a500fc7cc76f146 Mon Sep 17 00:00:00 2001 From: Karen Date: Thu, 1 Sep 2011 00:02:43 +0530 Subject: [PATCH] alignment --- gazetteer/static/css/main.css | 20 ++++++++++++++------ gazetteer/templates/search.html | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/gazetteer/static/css/main.css b/gazetteer/static/css/main.css index a6d9f16..e7f3c46 100644 --- a/gazetteer/static/css/main.css +++ b/gazetteer/static/css/main.css @@ -86,7 +86,7 @@ line-height:4px;} .content {/*padding-bottom: 100px;*/ margin-bottom:2%; -height:70%; +height:71%; } .mapListSection @@ -122,6 +122,12 @@ cursor:pointer;} .resultsList {font-weight:bold;} +#totalResults +{float:left;} + +#showingResults +{float:right;} + #noOfResults, #currPageNo, #totalPages, #of {font-weight:normal;} @@ -229,22 +235,24 @@ box-shadow:2px 3px 4px 2px #c6c0c0;} /*height:100px*/ /*may need to be changed if content exceeds*/ /*margin-top:-100px;*/ width:100%; -height:8.6%; /*HA HA HA HA HA HA HA DECIMALS should work, right*/ +height:7.6%; /*HA HA HA HA HA HA HA DECIMALS should work, right*/ /*margin:0 auto;*/ /*background-color:grey;*/ color:#666; -font-size:12px; +font-size:10px; clear:both;} #footerLinks -{margin-left: 31%; +{margin-left: 35%; text-align: right; margin-right: 1%; -padding-top: 6px;} +padding-top: 6px; +position: absolute; /*is this absolute positioning okay?*/ +bottom: 0px;} .footer a, .footer a:link, .footer a:visited, .footer a:active {text-decoration:none; -font-size:12px; +font-size:10px; color:#666;} .footer a:hover diff --git a/gazetteer/templates/search.html b/gazetteer/templates/search.html index 9ce1058..a79167e 100644 --- a/gazetteer/templates/search.html +++ b/gazetteer/templates/search.html @@ -49,7 +49,7 @@
-

Total Results: 21 Showing Page: 1 of 10

+

Total Results: 21

Showing Page:

1 of 10

First