From 94b9c2f1daa28d7a0bc5574c95f623824016e600 Mon Sep 17 00:00:00 2001 From: Karen Date: Thu, 1 Sep 2011 00:29:04 +0530 Subject: [PATCH] alignment --- gazetteer/static/css/main.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/gazetteer/static/css/main.css b/gazetteer/static/css/main.css index 741ea9b..a338896 100644 --- a/gazetteer/static/css/main.css +++ b/gazetteer/static/css/main.css @@ -207,7 +207,9 @@ transform:scale(1.25);}*/ .firstLast {font-size:12px; -padding-bottom:14px; +padding-bottom:20px; +padding-left: 4px; +padding-right: 4px; cursor:pointer; clear:both;} @@ -221,12 +223,18 @@ box-shadow:2px 3px 4px #c6c0c0; font-size:10px; font-weight:bold;} -.first, .next, .previous +.first, .next, {float:left;} -.last +.previous, .last {float:right;} +.previous +{padding-right:20px;} + +.next +{padding-left:20px;} + .clear {clear:both;}