Skip to content

Commit

Permalink
Added link to forum
Browse files Browse the repository at this point in the history
  • Loading branch information
tcstewar committed Feb 15, 2017
1 parent 2f9d9e7 commit 55e730b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 7 additions & 2 deletions nengo_gui/static/top_toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,17 @@
cursor: default !important;
}

#filename:hover {
#Forum_link {
padding: 0.5em;
cursor: hand !important;
}

#filename:hover, #Forum_link:hover {
color: #eee;
background: #666;
}

#Help_button{
#Help_button, #Forum_link{
float: right;
}

Expand Down
3 changes: 3 additions & 0 deletions nengo_gui/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
<li id='Redo_last_button' role="presentation">
<a title='Redo last' class='glyphicon glyphicon-share-alt'> </a>
</li>
<li id='Forum_link' role="presentation" onclick="window.open('https://forum.nengo.ai');">
Help
</li>
<li id='Help_button' role="presentation">
<a title='List of hotkeys' class='glyphicon glyphicon-question-sign'> </a>
</li>
Expand Down

0 comments on commit 55e730b

Please sign in to comment.