Fixes #1. Moved compile button above textarea
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -35,3 +35,6 @@ node_modules
|
|||||||
#nodejs things
|
#nodejs things
|
||||||
node_modules
|
node_modules
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
|
||||||
|
#vim swap files
|
||||||
|
*.swp
|
||||||
|
|||||||
@@ -28,5 +28,5 @@ nav {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btm-btn {
|
.btm-btn {
|
||||||
margin-top: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,9 +15,9 @@ block body
|
|||||||
form
|
form
|
||||||
.form-group
|
.form-group
|
||||||
label(for="inputCode") Code
|
label(for="inputCode") Code
|
||||||
|
button(onclick="compile()" type="button").btn.btn-default.btm-btn.pull-right Compile
|
||||||
#codearea
|
#codearea
|
||||||
textarea.code.formControl.sh_c(rows="12" id="inputCode")
|
textarea.code.formControl.sh_c(rows="12" id="inputCode")
|
||||||
button(onclick="compile()" type="button").btn.btn-default.btm-btn.pull-right Compile
|
|
||||||
|
|
||||||
.col-md-6
|
.col-md-6
|
||||||
p.lbl.
|
p.lbl.
|
||||||
|
|||||||
Reference in New Issue
Block a user