nav menu
This commit is contained in:
parent
1b46aa5efa
commit
0745f7f01d
|
@ -77,7 +77,7 @@ font-weight:bold;
|
|||
font-size:16px;
|
||||
text-transform:uppercase;
|
||||
color:#838383;
|
||||
padding-top:4px;}
|
||||
padding-top:8px;}
|
||||
|
||||
#entropyLink
|
||||
{text-decoration:none;
|
||||
|
@ -85,10 +85,15 @@ margin-top:-10px;}
|
|||
|
||||
.content
|
||||
{/*padding-bottom: 100px;*/
|
||||
margin-bottom:2%;
|
||||
height:71%;
|
||||
margin-bottom:1%;
|
||||
height:68%;
|
||||
}
|
||||
|
||||
#navMenu li
|
||||
{float:left;
|
||||
height:4%;
|
||||
width:100%;}
|
||||
|
||||
.mapListSection
|
||||
{float:left;
|
||||
width:33%;
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
<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>-->
|
||||
<p id="logoText">Digital Gazetteer Demo</p>
|
||||
<p id="entropyLink"><a href="http://entropyfree.com">by Entropy Free LLC</a></p>
|
||||
|
@ -48,7 +48,14 @@
|
|||
|
||||
<div class="content">
|
||||
|
||||
|
||||
<div class="nav module">
|
||||
<ul id="navMenu">
|
||||
<li>Dummy Link A</li>
|
||||
<li>Dummy Link B</li>
|
||||
<li>Dummy Link C</li>
|
||||
<li>Dummy Link D</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="mapListSection module">
|
||||
<p class="resultsList" id="totalResults">Total Results: <span id="noOfResults">21 </span></p><p class="resultsList" id="showingResults">Showing Page: <span id="currPageNo">1</span> <span id="of">of</span> <span id="totalPages"> 10</span></p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user