1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:55:55 +00:00

prefs: add help link for hotkeys

This commit is contained in:
Andrew Dolgov
2008-05-16 07:53:55 +01:00
parent 07185aeab6
commit d1628a4fad
3 changed files with 14 additions and 0 deletions

View File

@@ -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;
}