remove admin panel
This commit is contained in:
parent
0ce5d3ae97
commit
65b51bb1ab
|
@ -250,7 +250,7 @@ list-style:none;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-left: 0px !important;}
|
margin-left: 0px !important;}
|
||||||
|
|
||||||
.first, .last
|
.first, .last, .next, .previous
|
||||||
{border:1px solid #e5e5e5;
|
{border:1px solid #e5e5e5;
|
||||||
padding:2px 4px;
|
padding:2px 4px;
|
||||||
color:#666;
|
color:#666;
|
||||||
|
@ -275,13 +275,12 @@ font-size:10px;}
|
||||||
.last
|
.last
|
||||||
{/*float:right*/;
|
{/*float:right*/;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
right:6px;
|
right:6px;}
|
||||||
top:-2px; /*this is hacky!!! should change*/}
|
|
||||||
|
|
||||||
.next, .previous
|
/*.next, .previous
|
||||||
{font-weight: bold;
|
{font-weight: bold;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
color: #666;}
|
color: #666;}*/
|
||||||
|
|
||||||
.next
|
.next
|
||||||
{float:right;
|
{float:right;
|
||||||
|
@ -290,13 +289,13 @@ margin-right:18%;}
|
||||||
.previous
|
.previous
|
||||||
{margin-left:9%;}
|
{margin-left:9%;}
|
||||||
|
|
||||||
.next:hover, .previous:hover
|
/*.next:hover, .previous:hover
|
||||||
{color:#036;}
|
{color:#036;}*/
|
||||||
|
|
||||||
.clear
|
.clear
|
||||||
{clear:both;}
|
{clear:both;}
|
||||||
|
|
||||||
.first:hover, .last:hover
|
.first:hover, .last:hover, .next:hover, .previous:hover
|
||||||
{-moz-box-shadow:2px 3px 4px #c6c0c0;
|
{-moz-box-shadow:2px 3px 4px #c6c0c0;
|
||||||
-webkit-box-shadow:2px 3px 4px #c6c0c0;
|
-webkit-box-shadow:2px 3px 4px #c6c0c0;
|
||||||
box-shadow:2px 3px 4px 2px #c6c0c0;}
|
box-shadow:2px 3px 4px 2px #c6c0c0;}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user