mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-25 00:11:00 +02:00
prefs: add help link for hotkeys
This commit is contained in:
parent
07185aeab6
commit
d1628a4fad
BIN
images/small_question.png
Normal file
BIN
images/small_question.png
Normal file
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>
|
<a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a>
|
||||||
</div> -->
|
</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 class="firstTab"> </div>
|
||||||
|
|
||||||
<div id="genConfigTab" class="prefsTab"
|
<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;
|
font-size : 11pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.prefKbdHelp {
|
||||||
|
float : right;
|
||||||
|
font-size : 9pt;
|
||||||
|
margin-right : 15px;
|
||||||
|
cursor : pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.prefKbdHelp img {
|
||||||
|
vertical-align : middle;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user