remove admin panel
This commit is contained in:
parent
0ce5d3ae97
commit
65b51bb1ab
|
@ -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;}
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user