This commit is contained in:
Sanj 2011-09-01 03:39:11 +05:30
commit 2a413f6d91
2 changed files with 31 additions and 16 deletions

View File

@ -12,8 +12,6 @@ color:#666;}
.header .header
{width:100%; {width:100%;
/*background-color:grey;*/ /*background-color:grey;*/
border-bottom:1px solid #c6c6c6;
margin-bottom:2%;
height:14%;} height:14%;}
#logoMain #logoMain
@ -89,20 +87,35 @@ margin-bottom:1%;
height:68%; height:68%;
} }
.nav
{height:4%;
width:100%;
margin-bottom:2%;}
.nav ul .nav ul
{background-image:url(../img/admin/default-bg.gif); {padding-top: 4px;
padding-bottom: 4px;
padding-left:1%;
background-image:url(http://gazetteer.in/admin/media/img/admin/default-bg.gif);
background-color:#7CA0C7;} background-color:#7CA0C7;}
.nav ul li .nav ul li
{height:4%; {padding-right: 60px;
width:100%;
padding-right: 60px;
list-style:none; list-style:none;
display:inline; display:inline;
color:#FFF; color:#FFF;
font-weight:bold; font-weight:bold;
cursor:pointer;} cursor:pointer;}
.nav ul li a
{text-decoration:none;
color:#FFF;}
.nav ul li a:hover
{color:#5B80B2;}
.mapListSection .mapListSection
{float:left; {float:left;
width:33%; width:33%;
@ -139,12 +152,14 @@ cursor:pointer;}
#totalResults #totalResults
{font-size:10px; {font-size:10px;
float:left; float:left;
padding-left:4px;} padding-left:4px;
color:#666;}
#showingResults #showingResults
{font-size:10px; {font-size:10px;
float:right; float:right;
padding-right:4px;} padding-right:4px;
color:#666;}
#noOfResults, #currPageNo, #totalPages, #of #noOfResults, #currPageNo, #totalPages, #of
{font-weight:normal;} {font-weight:normal;}
@ -221,7 +236,7 @@ transform:scale(1.25);}*/
.firstLast .firstLast
{font-size:10px; {font-size:10px;
padding-bottom:20px; padding-bottom:22px;
padding-left: 4px; padding-left: 4px;
padding-right: 4px; padding-right: 4px;
cursor:pointer; cursor:pointer;

View File

@ -29,7 +29,7 @@
<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>
@ -48,12 +48,12 @@
<div class="content"> <div class="content">
<div class="nav module"> <div class="nav">
<ul id="navMenu"> <ul>
<li>Dummy Link A</li> <li><a href="">Dummy Link A</a></li>
<li>Dummy Link B</li> <li><a href="">Dummy Link B</a></li>
<li>Dummy Link C</li> <li><a href="">Dummy Link C</a></li>
<li>Dummy Link D</li> <li><a href="">Dummy Link D</a></li>
</ul> </ul>
</div> </div>