Usability : keyboard shortcuts cheatsheet

- click outside of cheatsheet-wrapper closes the popup
- removed jquery from CheatsheetService
- removed label 'Keyboard shortcuts' in favor of tooltip
This commit is contained in:
juliandescottes
2015-04-14 11:09:36 +02:00
parent 6070ebead5
commit 007e4d4e11
3 changed files with 31 additions and 21 deletions

View File

@@ -27,12 +27,10 @@
position: absolute;
z-index: 10000;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 50px;
top: 50px;
right: 50px;
bottom: 50px;
left: 50px;
box-sizing: border-box;
-moz-box-sizing : border-box;