prefs: add help link for hotkeys
This commit is contained in:
parent
07185aeab6
commit
d1628a4fad
Binary file not shown.
After Width: | Height: | Size: 699 B |
|
@ -109,6 +109,10 @@ window.onload = init;
|
|||
<a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a>
|
||||
</div> -->
|
||||
|
||||
<div class='prefKbdHelp'>
|
||||
<img src="images/small_question.png" alt="?"> <a onclick="Element.show('hotkey_help_overlay')">Keyboard shortcuts</a>
|
||||
</div>
|
||||
|
||||
<div class="firstTab"> </div>
|
||||
|
||||
<div id="genConfigTab" class="prefsTab"
|
||||
|
|
10
tt-rss.css
10
tt-rss.css
|
@ -1879,3 +1879,13 @@ div#hotkey_help_overlay table.hho td.bottom {
|
|||
font-size : 11pt;
|
||||
}
|
||||
|
||||
div.prefKbdHelp {
|
||||
float : right;
|
||||
font-size : 9pt;
|
||||
margin-right : 15px;
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
div.prefKbdHelp img {
|
||||
vertical-align : middle;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue