summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2014-11-30 19:50:04 +0200
committergarbash <dor.garbash@gmail.com>2014-11-30 19:50:04 +0200
commit6eb3b3e8ee13d0ab41b0dd1b2eccecae5bb20c49 (patch)
treed93bc85263fe238e95f57fc5a0fbb547189785f5 /index.html
parentae97bf0a841d59cffdf94c34036ddfe0ab925623 (diff)
Input bar styling - submit button not working
Diffstat (limited to 'index.html')
-rw-r--r--index.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/index.html b/index.html
index d4435f84..b08fe0b4 100644
--- a/index.html
+++ b/index.html
@@ -36,7 +36,13 @@
<h4 class="task-close-text">got it</h4>
<img class="task-close-button" src="res/img/close-alert-button.png">
</div>
- <div>
+ <div class="graph-view">
+ <div class="input-container">
+ <form> <input class="input-bar" id="textanalyser" placeholder="Add nodes and relationships"/></form>
+ <img class="add-button" src="res/img/add-button.png">
+ <div class="suggestion">
+ </div>
+ </div>
<div class="info-container">
<div class="edge_info" style="display:none">Title: <span id="edgetitle"></span><br/>
<button id="deleteedge">Delete</button>
@@ -67,13 +73,6 @@
</form>
</div>
-
- <!--<div id="textinputui">-->
- <!--<div id="suggestion" >-->
- <!--<form> <input id="textanalyser" size="70" placeholder="Type here to create a network"/></form>-->
- <!--</div>-->
- <!--</div>-->
-
<div class="typeselection">
<table>
<tr><td><img id="keys" width="56" height="26" src="res/img/keys.png"/></td></tr>