summaryrefslogtreecommitdiff
path: root/res/templates
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-02-09 02:39:28 +0200
committerLV-426 <lv-426@taproot.org.il>2015-02-09 02:57:02 +0200
commited96793ed646d93692283dda6b0816842dfd3240 (patch)
treeba82b49cca5c90445bff561150b61a20ec9f6596 /res/templates
parent70708488d670129ef86c84088bd480377dccbac2 (diff)
index.html: split input-container into input-container__graph-input, input-container__search
Diffstat (limited to 'res/templates')
-rw-r--r--res/templates/index.html20
1 files changed, 14 insertions, 6 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index 5fc64cc7..429643b6 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -45,12 +45,20 @@
</div>
</div>
<div class="graph-view">
- <div class="input-container">
- <form>
- <input class="input-bar" id="textanalyser" placeholder="Add nodes and relationships"/>
- <button class="add-button"></button>
- </form>
- <div id="input-suggestion" class="suggestion" style="display: none">
+ <div id="input-box-set-container">
+ <div class="input-container" id="input-container__search">
+ <form>
+ <input class="input-bar" id="search" placeholder="Search for nodes or links"/>
+ <button id="btn_search"></button>
+ </form>
+ <div id="search-suggestion" class="suggestion" style="display: none"></div>
+ </div>
+ <div class="input-container" id="input-container__graph-input">
+ <form>
+ <input class="input-bar" id="textanalyser" placeholder="Add nodes or links"/>
+ <button id="btn_add"></button>
+ </form>
+ <div id="input-suggestion" class="suggestion" style="display: none"></div>
</div>
</div>
<div class="info-container">