##// END OF EJS Templates
Always show the modal dialog, and have a fallback generic message
Always show the modal dialog, and have a fallback generic message

File last commit:

r16912:30744239
r18066:5cb4060d
Show More
quickhelp.less
15 lines | 221 B | text/x-less | LessCssLexer
.quickhelp {
.hbox();
}
.shortcut_key {
display: inline-block;
width: 20ex;
text-align: right;
font-family: @font-family-monospace;
}
.shortcut_descr {
display: inline-block;
.box-flex1();
}