aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
authorKristian Lyngstol <kly@kly.no>2016-11-14 20:50:28 +0100
committerKristian Lyngstol <kly@kly.no>2016-11-14 20:50:28 +0100
commitf1ebcb29694e4622b7d8c0c37efc676af29d8d4f (patch)
tree74922ca14f241bb2b0ff3ffd136b8d9bbfe86241 /web/index.html
parent3224688328dadf0d36237c3831c9b9ac98f63861 (diff)
Tweak template UI slightly
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html13
1 files changed, 5 insertions, 8 deletions
diff --git a/web/index.html b/web/index.html
index 38ba6d5..a9e4fd3 100644
--- a/web/index.html
+++ b/web/index.html
@@ -137,7 +137,8 @@
</div>
<div class="container-fluid" id="template">
<div class="row-fluid" id="template-row">
- <div id="template-parent" class="template">
+ <div class="span3 col-lg-6">
+ <textarea id="template-input" class="form-control" cols="80" rows="25"></textarea>
<div class="form-inline">
<div class="form-group">
<button onclick="nmsTemplate.fromFile('HOWTO.txt')" class="btn btn-info">Load HOWTO.txt</button>
@@ -152,14 +153,10 @@
<button onclick="nmsTemplate.test()" class="btn btn-primary">Test</button>
</div>
</div>
-
- <div class="form-inline">
- <div class="form-group">
- <textarea id="template-input" class="form-control" cols="80" rows="25"></textarea>
- <textarea id="template-output" class="form-control" disabled cols="80" rows="25"></textarea>
- </div>
</div>
- </div>
+ <div class="span3 col-lg-6">
+ <textarea id="template-output" class="form-control" disabled cols="80" rows="25"></textarea>
+ </div>
</div>
</div>
<div class="container-fluid" id="map">