diff options
| author | Alon Levy <alon@pobox.com> | 2014-11-24 16:11:07 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-24 16:11:14 +0200 |
| commit | 59101189491c041e5150b29ee2a623dfc14be102 (patch) | |
| tree | 28d09e3f5dff62ced335b5465714e3f43f3bc693 /index.html | |
| parent | bfeca0d36dce01f002f223ed4ec93a9853f2fd61 (diff) | |
add search ui
make search+input boxes share a fixed div, use floats for nice(er)
responsiveness to width changes.
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -48,9 +48,13 @@ </div> - - <div id="suggestion" > - <form> <input id="textanalyser" size="70" placeholder="Type here to create a network:"/></form> + <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 class="typeselection"> |
