merged
This commit is contained in:
commit
7c49f4aa29
|
@ -416,8 +416,8 @@ border-radius:3px;
|
||||||
#lightbox
|
#lightbox
|
||||||
{display:none;
|
{display:none;
|
||||||
background-color:#000;
|
background-color:#000;
|
||||||
opacity:0.9;
|
opacity:0.7;
|
||||||
filter:alpha(opacity=90);
|
filter:alpha(opacity=70);
|
||||||
position:fixed;
|
position:fixed;
|
||||||
top:0px;
|
top:0px;
|
||||||
left:0px;
|
left:0px;
|
||||||
|
|
|
@ -62,7 +62,11 @@ position:absolute;
|
||||||
left:413px;
|
left:413px;
|
||||||
top:69px;*/
|
top:69px;*/
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
background:none;}
|
}
|
||||||
|
|
||||||
|
#homeList:hover
|
||||||
|
{
|
||||||
|
background:#FFF !important;}
|
||||||
|
|
||||||
#navMenu
|
#navMenu
|
||||||
{background-color:#FFF;
|
{background-color:#FFF;
|
||||||
|
@ -94,8 +98,7 @@ padding:0px 15px;
|
||||||
float:left;
|
float:left;
|
||||||
/*-moz-border-radius:10px;
|
/*-moz-border-radius:10px;
|
||||||
-webkit-border-radius:10px;
|
-webkit-border-radius:10px;
|
||||||
border-radius:10px;*/
|
border-radius:10px;*/}
|
||||||
width:180px;}
|
|
||||||
|
|
||||||
#navMenu ul
|
#navMenu ul
|
||||||
{/*width:180px;*/
|
{/*width:180px;*/
|
||||||
|
|
|
@ -26,7 +26,8 @@
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<ul id="navMenu">
|
<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 %}
|
{% for m in menus %}
|
||||||
<li><a href="">{{ m.name }}</a>
|
<li><a href="">{{ m.name }}</a>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user