##// END OF EJS Templates
Merge pull request #5760 from ivanov/connection-mixin...
Merge pull request #5760 from ivanov/connection-mixin DRY out load_connection_file implementations

File last commit:

r15899:6af177f5
r16508:3403b188 merge
Show More
quickhelp.less
15 lines | 214 B | text/x-less | LessCssLexer
MinRK
use box-flex to layout quickhelp
r15899 .quickhelp {
.hbox();
}
Brian E. Granger
Splitting notebook.less into separate files.
r10730 .shortcut_key {
display: inline-block;
MinRK
use box-flex to layout quickhelp
r15899 width: 20ex;
Brian E. Granger
Splitting notebook.less into separate files.
r10730 text-align: right;
font-family: @monoFontFamily;
}
.shortcut_descr {
Paul Ivanov
two column quickhelp dialog, closes #3895...
r11981 display: inline-block;
MinRK
use box-flex to layout quickhelp
r15899 .box-flex1();
Paul Ivanov
two column quickhelp dialog, closes #3895...
r11981 }