Tiny fixes. #932

This commit is contained in:
Nicolas Stepien 2013-03-13 11:26:12 +01:00
parent a9a14a8a78
commit 6994904af2
4 changed files with 8 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@ -67,18 +67,15 @@ a[href="javascript:;"] {
z-index: 999;
}
#notifications {
z-index: 80;
}
#qp, #ihover {
z-index: 70;
}
#menu {
#qp, #ihover {
z-index: 60;
}
#navlinks, #updater, #thread-stats {
#menu {
z-index: 50;
}
#header:hover {
#navlinks, #updater, #thread-stats {
z-index: 40;
}
#qr {

View File

@ -143,7 +143,7 @@ Config =
'Close': ['Esc', 'Close Settings, Notifications or QR.']
'Spoiler tags': ['Ctrl+s', 'Insert spoiler tags.']
'Code tags': ['Alt+c', 'Insert code tags.']
'Eqn tags': ['Alt+e', 'Insert egn tags.']
'Eqn tags': ['Alt+e', 'Insert eqn tags.']
'Math tags': ['Alt+m', 'Insert math tags.']
'Submit QR': ['Alt+s', 'Submit post.']
# Thread related

View File

@ -606,7 +606,7 @@ Settings =
section.innerHTML = """
<div class=warning #{if Conf['Keybinds'] then 'hidden' else ''}><code>Keybinds</code> are disabled.</div>
<div>Allowed keys: <kbd>a-z</kbd>, <kbd>0-9</kbd>, <kbd>Ctrl</kbd>, <kbd>Shift</kbd>, <kbd>Alt</kbd>, <kbd>Meta</kbd>, <kbd>Enter</kbd>, <kbd>Esc</kbd>, <kbd>Up</kbd>, <kbd>Down</kbd>, <kbd>Right</kbd>, <kbd>Left</kbd>.</div>
<div>Press <kbd>Return</kbd> to disable a keybind.</div>
<div>Press <kbd>Backspace</kbd> to disable a keybind.</div>
<table><tbody>
<tr><th>Actions</th><th>Keybinds</th></tr>
</tbody></table>