This commit is contained in:
Sanj 2011-10-21 18:05:02 +01:00
commit 7c49f4aa29
3 changed files with 10 additions and 6 deletions

View File

@ -416,8 +416,8 @@ border-radius:3px;
#lightbox
{display:none;
background-color:#000;
opacity:0.9;
filter:alpha(opacity=90);
opacity:0.7;
filter:alpha(opacity=70);
position:fixed;
top:0px;
left:0px;

View File

@ -62,7 +62,11 @@ position:absolute;
left:413px;
top:69px;*/
cursor:pointer;
background:none;}
}
#homeList:hover
{
background:#FFF !important;}
#navMenu
{background-color:#FFF;
@ -94,8 +98,7 @@ padding:0px 15px;
float:left;
/*-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;*/
width:180px;}
border-radius:10px;*/}
#navMenu ul
{/*width:180px;*/

View File

@ -26,7 +26,8 @@
</form>
<ul id="navMenu">
<li><a href="/t/"><img src="/static/images/noel/home.png" width="16" height="17" alt="home" id="homeIcon"></a></li>
<li id="homeList"><a href="/t/"><img src="/static/images/noel/home.png" width="16" height="17" alt="home" id="homeIcon"></a></li>
{% for m in menus %}
<li><a href="">{{ m.name }}</a>
<ul>