File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1615,6 +1615,9 @@ div.openInEditorButton {
1615
1615
margin-right : 0 ;
1616
1616
float : right;
1617
1617
}
1618
+ div .openInEditorButton i {
1619
+ padding-right : 5px ;
1620
+ }
1618
1621
.unittest_examples .d_example_buttons {
1619
1622
margin-top : 10px ;
1620
1623
}
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ $(document).ready(function()
73
73
+ '<div class="editButton"><i class="fa fa-edit" aria-hidden="true"></i> Edit</div>'
74
74
+ '<div class="runButton"><i class="fa fa-play" aria-hidden="true"></i> Run</div>'
75
75
+ '<div class="resetButton" style="display:none"><i class="fa fa-undo " aria-hidden="true"></i> Reset</div>'
76
- + '<div class="openInEditorButton" title="Open in an external editor"><i class="fa fa-external-link" aria-hidden="true"></i></div>'
76
+ + '<div class="openInEditorButton" title="Open in an external editor"><i class="fa fa-external-link" aria-hidden="true"></i>Open in IDE </div>'
77
77
+ '</div>'
78
78
+ '<div class="d_code_output"><span class="d_code_title">Application output</span><br><pre class="d_code_output" readonly>Running...</pre>'
79
79
+ '</div>'
You can’t perform that action at this time.
0 commit comments