diff --git a/static/styles/zulip.css b/static/styles/zulip.css index d9535c3b87..5409288971 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -2105,10 +2105,15 @@ div.floating_recipient { } .hotkeys_table { - float: left; width: 245px; margin-right: 10px; font-size: 90%; + display: inline-block; + vertical-align: top; +} + +.hotkeys_table th { + width: 245px; } .hotkeys_table .hotkey { diff --git a/templates/zerver/keyboard_shortcuts.html b/templates/zerver/keyboard_shortcuts.html index c821eb7314..ed7afd0f64 100644 --- a/templates/zerver/keyboard_shortcuts.html +++ b/templates/zerver/keyboard_shortcuts.html @@ -5,117 +5,121 @@

Keyboard shortcuts

- - +
+
+ + + + + - + + - - - - - - - - + + + + + + + - - - - - - - - -
Narrowing
NarrowingsNarrow by stream
sNarrow by stream
SNarrow by topic
SNarrow by topic
vNarrow to all private messages
vNarrow to all private messages
EscReturn to home view
+ + Esc + Return to home view + + - - +
+ + + + + - + + - - - - - - - - - - - - - -
Menus
MenusiOpen message actions menu
iOpen message actions menu
i then EnterEdit a message you sent
?Show these keyboard shortcuts
+ + i then Enter + Edit a message you sent + + + ? + Show these keyboard shortcuts + + +