From 65b51bb1ab942de75ee09f1e8d0a51618fba9c5f Mon Sep 17 00:00:00 2001 From: Karen Date: Thu, 1 Sep 2011 20:21:21 +0530 Subject: [PATCH] remove admin panel --- gazetteer/static/css/main.css | 15 +++++++-------- gazetteer/templates/search.html | 4 ++-- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/gazetteer/static/css/main.css b/gazetteer/static/css/main.css index 46e52a3..ae15a19 100644 --- a/gazetteer/static/css/main.css +++ b/gazetteer/static/css/main.css @@ -250,7 +250,7 @@ list-style:none; position: relative; margin-left: 0px !important;} -.first, .last +.first, .last, .next, .previous {border:1px solid #e5e5e5; padding:2px 4px; color:#666; @@ -275,13 +275,12 @@ font-size:10px;} .last {/*float:right*/; position:absolute; -right:6px; -top:-2px; /*this is hacky!!! should change*/} +right:6px;} -.next, .previous +/*.next, .previous {font-weight: bold; font-size: 10px; -color: #666;} +color: #666;}*/ .next {float:right; @@ -290,13 +289,13 @@ margin-right:18%;} .previous {margin-left:9%;} -.next:hover, .previous:hover -{color:#036;} +/*.next:hover, .previous:hover +{color:#036;}*/ .clear {clear:both;} -.first:hover, .last:hover +.first:hover, .last:hover, .next:hover, .previous:hover {-moz-box-shadow:2px 3px 4px #c6c0c0; -webkit-box-shadow:2px 3px 4px #c6c0c0; box-shadow:2px 3px 4px 2px #c6c0c0;} diff --git a/gazetteer/templates/search.html b/gazetteer/templates/search.html index d64fde1..b3b3b23 100644 --- a/gazetteer/templates/search.html +++ b/gazetteer/templates/search.html @@ -29,8 +29,8 @@
- Welcome, admin. Change password / - Log out +

Digital Gazetteer Demo