]> git.wh0rd.org Git - tt-rss.git/commitdiff
tweak shortcut help
authorAndrew Dolgov <fox@bah.spb.su>
Sat, 17 May 2008 16:07:37 +0000 (17:07 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sat, 17 May 2008 16:07:37 +0000 (17:07 +0100)
help/3.php
tt-rss.css

index d5c95c11ffd45a609d4f8e026204af0096905fda..b226c942feb5fe8d256f8ce30b853c00cf07363a 100644 (file)
@@ -18,9 +18,7 @@
                <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'>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</td><td><?php echo __("Mark articles below active as read") ?></td></tr>
-
+               <tr><td class='n'>N/P</td><td><?php echo __("Mark articles below/above active as read") ?></td></tr>
        </table>
 
        <h2><?php echo __("Other actions") ?></h2>
index 4746a2e77748bf452b799e03014a5dc9dd334494..7cc989a50b1677b69fa125b9616f4a98bcc557eb 100644 (file)
@@ -1866,6 +1866,10 @@ div#hotkey_help_overlay td.n {
        padding-right : 5px;
 }
 
+div#hotkey_help_overlay td {
+       vertical-align : top;
+}
+
 div#hotkey_help_overlay h1 {
        margin : 0px 0px 0.5em 0px;
 }