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
|
||||
node_modules
|
||||
npm-debug.log
|
||||
|
||||
#vim swap files
|
||||
*.swp
|
||||
|
||||
@@ -28,5 +28,5 @@ nav {
|
||||
}
|
||||
|
||||
.btm-btn {
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
@@ -15,9 +15,9 @@ block body
|
||||
form
|
||||
.form-group
|
||||
label(for="inputCode") Code
|
||||
button(onclick="compile()" type="button").btn.btn-default.btm-btn.pull-right Compile
|
||||
#codearea
|
||||
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
|
||||
p.lbl.
|
||||
|
||||
Reference in New Issue
Block a user