removed top right login
This commit is contained in:
parent
3f6edfb760
commit
1b46aa5efa
|
@ -260,12 +260,10 @@ font-size:10px;
|
||||||
clear:both;}
|
clear:both;}
|
||||||
|
|
||||||
#footerLinks
|
#footerLinks
|
||||||
{margin-left: 35%;
|
{padding-top: 6px;
|
||||||
text-align: right;
|
position: absolute;
|
||||||
margin-right: 1%;
|
bottom: 0px;
|
||||||
padding-top: 6px;
|
right: 10px;}
|
||||||
position: absolute; /*is this absolute positioning okay?*/
|
|
||||||
bottom: 0px;}
|
|
||||||
|
|
||||||
.footer a, .footer a:link, .footer a:visited, .footer a:active
|
.footer a, .footer a:link, .footer a:visited, .footer a:active
|
||||||
{text-decoration:none;
|
{text-decoration:none;
|
||||||
|
|
|
@ -29,8 +29,8 @@
|
||||||
|
|
||||||
<div id="user-tools">
|
<div id="user-tools">
|
||||||
|
|
||||||
Welcome,<strong> admin.</strong><a href="/admin/password_change/"> Change password</a> /
|
<!--Welcome,<strong> admin.</strong><a href="/admin/password_change/"> Change password</a> /
|
||||||
<a href="/admin/logout/">Log out</a>
|
<a href="/admin/logout/">Log out</a>-->
|
||||||
<p id="logoText">Digital Gazetteer Demo</p>
|
<p id="logoText">Digital Gazetteer Demo</p>
|
||||||
<p id="entropyLink"><a href="http://entropyfree.com">by Entropy Free LLC</a></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???-->
|
<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="text" placeholder="Search digital gazetteer" id="searchField" name="field" class="search" />
|
||||||
<input type="submit" name="searchButton" value="Search" id="searchButton">
|
<input type="submit" name="searchButton" value="Search" id="searchButton">
|
||||||
|
<input type="hidden" value="1" id="page_no" name="page_no" />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user