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:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user