From e5e055059a421c56696061cdd74bf22a46b12957 Mon Sep 17 00:00:00 2001 From: Karen Date: Thu, 1 Sep 2011 00:17:03 +0530 Subject: [PATCH] first last buttons --- gazetteer/static/css/main.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/gazetteer/static/css/main.css b/gazetteer/static/css/main.css index b41cdff..5a67ef9 100644 --- a/gazetteer/static/css/main.css +++ b/gazetteer/static/css/main.css @@ -123,11 +123,13 @@ cursor:pointer;} {font-weight:bold;} #totalResults -{float:left; +{font-size:10px; +float:left; padding-left:4px;} #showingResults -{float:right; +{font-size:10px; +float:right; padding-right:4px;} #noOfResults, #currPageNo, #totalPages, #of @@ -204,13 +206,12 @@ background: linear-gradient(top, #d19f9f 0%,#e5e5e5 100%); transform:scale(1.25);}*/ .firstLast -{font-size:10px; +{font-size:12px; padding-bottom:14px; cursor:pointer;} .first, .last -{margin-right:12px; -border:1px solid #e5e5e5; +{border:1px solid #e5e5e5; padding:2px 4px; color:#999; -moz-box-shadow:2px 3px 4px #c6c0c0; @@ -219,11 +220,11 @@ box-shadow:2px 3px 4px #c6c0c0; font-size:10px; font-weight:bold;} -.first +/*.first {text-align:left;} .last -{text-align:right;} +{text-align:right;}*/ .first:hover, .last:hover