Help: added help modal, accessed by shortcut '?', the help modal only contains a list of all shortcuts right now but will be extended in the future, #952

This commit is contained in:
Torkel Ödegaard
2014-10-19 12:30:41 -04:00
parent e3e08cf8e7
commit 16e7980982
5 changed files with 73 additions and 2 deletions
+6
View File
@@ -552,3 +552,9 @@ select.grafana-target-segment-input {
.grafana-tip {
padding-left: 5px;
}
.shortcut-table {
td { padding: 3px; }
th:last-child { text-align: left; }
td:first-child { text-align: right; }
}