diff options
| author | garbash <dor.garbash@gmail.com> | 2014-11-30 16:59:51 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-11-30 16:59:51 +0200 |
| commit | 897b200c5ea77b72ea694f912a66129be3ed029c (patch) | |
| tree | a285f7dda33f598e4679d2547cabd24bcd4ac9e8 /index.html | |
| parent | c37466600d9b6815f97ac37620db7fad750a9dcc (diff) | |
Styled search-bar
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 21 |
1 files changed, 13 insertions, 8 deletions
@@ -22,6 +22,14 @@ </div> <img class="owner-logo" src="res/img/cri-logo.png"> </div> + <div class="search-bar"> + <img class="search-icon" src="res/img/search-icon.png"> + <div class="search-input"> + <form> + <input id="search" size=100% placeholder="Search for nodes and relationships"/> + </form> + </div> + </div> <div> <div class="help">Connect between <span style="color:#FCB924">people</span> and the <span style="color:#009DDC">projects</span> they are working on by describing their main contribution:</div> <div class="info-container"> @@ -55,14 +63,11 @@ </div> - <div id="textinputui"> - <div id="suggestion" > - <form> <input id="textanalyser" size="70" placeholder="Type here to create a network"/></form> - </div> - <div id="searchdiv" > - <form> <input id="search" size="70" placeholder="Type search query"/></form> - </div> - </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> |
