removed top right login

This commit is contained in:
Karen 2011-09-01 02:15:41 +05:30
parent 3f6edfb760
commit 1b46aa5efa
2 changed files with 7 additions and 8 deletions

View File

@ -260,12 +260,10 @@ font-size:10px;
clear:both;}
#footerLinks
{margin-left: 35%;
text-align: right;
margin-right: 1%;
padding-top: 6px;
position: absolute; /*is this absolute positioning okay?*/
bottom: 0px;}
{padding-top: 6px;
position: absolute;
bottom: 0px;
right: 10px;}
.footer a, .footer a:link, .footer a:visited, .footer a:active
{text-decoration:none;

View File

@ -29,8 +29,8 @@
<div id="user-tools">
Welcome,<strong> admin.</strong><a href="/admin/password_change/"> Change password</a> /
<a href="/admin/logout/">Log out</a>
<!--Welcome,<strong> admin.</strong><a href="/admin/password_change/"> Change password</a> /
<a href="/admin/logout/">Log out</a>-->
<p id="logoText">Digital Gazetteer Demo</p>
<p id="entropyLink"><a href="http://entropyfree.com">by Entropy Free LLC</a></p>
@ -39,6 +39,7 @@
<form action="" method="get" class="searchForm" id="searchForm"><!--method is right???-->
<input type="text" placeholder="Search digital gazetteer" id="searchField" name="field" class="search" />
<input type="submit" name="searchButton" value="Search" id="searchButton">
<input type="hidden" value="1" id="page_no" name="page_no" />
</form>
</div>