From 0ce5d3ae9760b3f98302bb08cbd4b626054ed4c8 Mon Sep 17 00:00:00 2001 From: Karen Date: Thu, 1 Sep 2011 20:14:28 +0530 Subject: [PATCH] alignment --- gazetteer/static/css/main.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gazetteer/static/css/main.css b/gazetteer/static/css/main.css index 1501133..46e52a3 100644 --- a/gazetteer/static/css/main.css +++ b/gazetteer/static/css/main.css @@ -241,7 +241,7 @@ transform:scale(1.25);}*/ .firstLast {font-size:10px; -padding-bottom:22px; +padding-bottom:8px; padding-left: 6px !important; padding-right: 4px; cursor:pointer; @@ -275,7 +275,8 @@ font-size:10px;} .last {/*float:right*/; position:absolute; -right:6px;} +right:6px; +top:-2px; /*this is hacky!!! should change*/} .next, .previous {font-weight: bold; @@ -284,7 +285,7 @@ color: #666;} .next {float:right; -margin-right:20%;} +margin-right:18%;} .previous {margin-left:9%;}