aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
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">