diff --git a/editor/js/ui/keyboard.js b/editor/js/ui/keyboard.js
index 87bb648b5..b26634336 100644
--- a/editor/js/ui/keyboard.js
+++ b/editor/js/ui/keyboard.js
@@ -263,6 +263,11 @@ RED.keyboard = (function() {
}
if (!shortcutDialog) {
shortcutDialog = $('
')
.appendTo("body");
diff --git a/editor/sass/keyboard.scss b/editor/sass/keyboard.scss
index 6e6ffeeda..a58e781c7 100644
--- a/editor/sass/keyboard.scss
+++ b/editor/sass/keyboard.scss
@@ -16,10 +16,18 @@
#keyboard-help-dialog {
font-size: 0.9em;
+ padding-top: 10px;
+
+}
+.keyboard-shortcut-entry.keyboard-shortcut-list-header {
+ padding:0 30px 0 5px;
+ div {
+ color: #666 !important;
+ }
}
#keyboard-shortcut-list {
position: absolute;
- top:10px;
+ top:30px;
left:10px;
right:10px;
bottom:10px;