the about and log out links now behave as links

git-svn-id: https://beef.googlecode.com/svn/trunk@642 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
xntrik
2010-12-29 07:30:41 +00:00
parent 98f5fe2441
commit dfb0c86f85
2 changed files with 9 additions and 3 deletions

View File

@@ -41,8 +41,8 @@
<%= nonce_tag %>
<div id="header">
<div class="right-menu">
<a id='open-about-menu'>About</a>
<a id='do-logout-menu'>Logout</a>
<a id='open-about-menu' href='#'>About</a>
<a id='do-logout-menu' href='#'>Logout</a>
</div>
</div>
</body>

View File

@@ -6,6 +6,12 @@
color:#000;
}
#header a:link,
#header a:visited {
color:#000;
text-decoration:underline;
}
.x-grid3-cell-inner, .x-grid3-hd-inner {
white-space: normal; /* changed from nowrap */
}
@@ -80,4 +86,4 @@
.command-module-panel-description {
margin-bottom: 10px;
padding-top: 4px;
}
}