mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 03:05:55 +00:00
tweak shortcut help
This commit is contained in:
@@ -18,9 +18,7 @@
|
|||||||
<tr><td class='n'>u</td><td><?php echo __("Toggle unread") ?></td></tr>
|
<tr><td class='n'>u</td><td><?php echo __("Toggle unread") ?></td></tr>
|
||||||
<tr><td class='n'>T</td><td><?php echo __("Edit tags") ?></td></tr>
|
<tr><td class='n'>T</td><td><?php echo __("Edit tags") ?></td></tr>
|
||||||
<tr><td class='n'>o</td><td><?php echo __("Open article in new window") ?></td></tr>
|
<tr><td class='n'>o</td><td><?php echo __("Open article in new window") ?></td></tr>
|
||||||
<tr><td class='n'>P</td><td><?php echo __("Mark articles above active as read") ?></td></tr>
|
<tr><td class='n'>N/P</td><td><?php echo __("Mark articles below/above active as read") ?></td></tr>
|
||||||
<tr><td class='n'>N</td><td><?php echo __("Mark articles below active as read") ?></td></tr>
|
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h2><?php echo __("Other actions") ?></h2>
|
<h2><?php echo __("Other actions") ?></h2>
|
||||||
|
|||||||
@@ -1866,6 +1866,10 @@ div#hotkey_help_overlay td.n {
|
|||||||
padding-right : 5px;
|
padding-right : 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#hotkey_help_overlay td {
|
||||||
|
vertical-align : top;
|
||||||
|
}
|
||||||
|
|
||||||
div#hotkey_help_overlay h1 {
|
div#hotkey_help_overlay h1 {
|
||||||
margin : 0px 0px 0.5em 0px;
|
margin : 0px 0px 0.5em 0px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user