Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions html/modal-exec.html

This file was deleted.

6 changes: 3 additions & 3 deletions html/panel.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<div id="brackets-nodejs-terminal" class="bottom-panel">
<div class="toolbar simple-toolbar-layout" style="position: relative">
<div style="position: absolute;top: -2px;left: 0;height: 10px;width: 100%; cursor: n-resize" class="resize"></div>
<div style="position: absolute;top: -2px;left: 0;height: 10px;width: 100%; cursor: n-resize" class="resize"></div>
<div class="title">
Terminal:&nbsp;
<code class="cmd"></code>
<input class="cmd-value" type="text" />
<span class="action-execute" style="font-size: 200%;cursor: pointer;" title="Execute">&#187;</span>
</div>
<div class="close" style="font-size: 200%;">
<span class="action-rerun" title="Rerun">&#8635;</span>
<span class="action-terminate" title="Terminate">&bull;</span>
<span class="action-close" title="Terminate and close">&times;</span>
</div>
Expand Down
Loading