@@ -437,32 +437,32 @@ define([
437
437
var create_runtools_div = function ( ) {
438
438
var btn = '<div class="btn-toolbar">\
439
439
<div class="btn-group">\
440
- <button type="button" id="run_c" class="btn btn -primary fa fa-step-forward" title="Run current cell"></button>\
441
- <button type="button" id="run_ca" class="btn btn -primary fa icon-run-to" title="' +
440
+ <button type="button" id="run_c" class="btn-primary fa fa-step-forward" title="Run current cell"></button>\
441
+ <button type="button" id="run_ca" class="btn-primary fa icon-run-to" title="' +
442
442
'Run cells above (' + params [ "run_cells_above" ] + ')"</button>\
443
- <button type="button" id="run_cb" class="btn btn -primary fa icon-run-from" title="' +
443
+ <button type="button" id="run_cb" class="btn-primary fa icon-run-from" title="' +
444
444
'Run cells below (' + params [ "run_cells_below" ] + ')"</button>\
445
- <button type="button" id="run_a" class="btn btn -primary fa icon-run-all" title="' +
445
+ <button type="button" id="run_a" class="btn-primary fa icon-run-all" title="' +
446
446
'Run all cells (' + params [ "run_all_cells" ] + ')"</button>\
447
- <button type="button" id="run_af" class="btn btn -primary fa icon-run-all-forced" title="' +
447
+ <button type="button" id="run_af" class="btn-primary fa icon-run-all-forced" title="' +
448
448
'Run all - ignore errors (' + params [ "run_all_cells_ignore_errors" ] + ')"</button>\
449
- <button type="button" id="run_m" class="btn btn -primary fa icon-run-marked" title="' +
449
+ <button type="button" id="run_m" class="btn-primary fa icon-run-marked" title="' +
450
450
'Run marked codecells (' + params [ "run_marked_cells" ] + ')"</button>\
451
- <button type="button" id="interrupt_b" class="btn btn -primary fa fa-stop" title="' +
451
+ <button type="button" id="interrupt_b" class="btn-primary fa fa-stop" title="' +
452
452
'Stop execution (' + params [ "stop_execution" ] + ')"</button>\
453
453
</div>\
454
454
<div class="btn-group">\
455
- <button type="button" id="mark_toggle" class="btn btn -primary fa icon-mark-toggle" title="Mark single code cell"></button>\
456
- <button type="button" id="mark_all" class="btn btn -primary fa icon-mark-all" title="Mark all code cells"></button>\
457
- <button type="button" id="mark_none" class="btn btn -primary fa icon-mark-none" title="Unmark all code cells"></button>\
455
+ <button type="button" id="mark_toggle" class="btn-primary fa icon-mark-toggle" title="Mark single code cell"></button>\
456
+ <button type="button" id="mark_all" class="btn-primary fa icon-mark-all" title="Mark all code cells"></button>\
457
+ <button type="button" id="mark_none" class="btn-primary fa icon-mark-none" title="Unmark all code cells"></button>\
458
458
</div>\
459
459
<div class="btn-group">\
460
- <button type="button" id="show_input" class="btn btn -primary fa icon-show-input" title="Show input of code cell"></button>\
461
- <button type="button" id="hide_input" class="btn btn -primary fa icon-hide-input" title="Hide input of code cell"></button>\
462
- <button type="button" id="show_output" class="btn btn -primary fa icon-show-output" title="Show output of code cell"></button>\
463
- <button type="button" id="hide_output" class="btn btn -primary fa icon-hide-output" title="Hide output of code cell"></button>\
464
- <button type="button" id="lock_marked" class="btn btn -primary fa fa-lock" title="Lock marked cells"></button>\
465
- <button type="button" id="unlock_marked" class="btn btn -primary fa fa-unlock" title="Unlock marked cells"></button>\
460
+ <button type="button" id="show_input" class="btn-primary fa icon-show-input" title="Show input of code cell"></button>\
461
+ <button type="button" id="hide_input" class="btn-primary fa icon-hide-input" title="Hide input of code cell"></button>\
462
+ <button type="button" id="show_output" class="btn-primary fa icon-show-output" title="Show output of code cell"></button>\
463
+ <button type="button" id="hide_output" class="btn-primary fa icon-hide-output" title="Hide output of code cell"></button>\
464
+ <button type="button" id="lock_marked" class="btn-primary fa fa-lock" title="Lock marked cells"></button>\
465
+ <button type="button" id="unlock_marked" class="btn-primary fa fa-unlock" title="Unlock marked cells"></button>\
466
466
</div>\
467
467
</div>' ;
468
468
0 commit comments