diff options
| author | garbash <dor.garbash@gmail.com> | 2015-05-31 11:38:17 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-06-04 14:22:21 +0300 |
| commit | 222fd42ad588595c3df826007ef1d1278a82ca68 (patch) | |
| tree | 971954d4a93dc136e79a8b9b85956093e9eba1a6 /res/local | |
| parent | 9eef06a3380702f9a504bfeddae70d8155a657f4 (diff) | |
Align activity stream with input and search bar
Diffstat (limited to 'res/local')
| -rw-r--r-- | res/local/template.d/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/res/local/template.d/index.html b/res/local/template.d/index.html index b1289c52..a9e94743 100644 --- a/res/local/template.d/index.html +++ b/res/local/template.d/index.html @@ -80,7 +80,11 @@ var RZ_VERSION = '{% include "version.txt" %}'; <div id="btn_zoom_in" title="Zoom in"></div> <div id="btn_zoom_out"title="Zoom out"></div> </div> - <div id="input-box-set-container"> + <div id="left-column-container"> + <div id="activity_view" style="display:none"> + <div id="activity_view__header">Activity</div> + <div id="activity_view__body"></div> + </div> <div class="input-container" id="input-container__search"> <input class="input-bar" tabindex="1" id="search" placeholder="Select elements"/> <button tabindex="-1" id="btn_search"></button> @@ -119,10 +123,6 @@ var RZ_VERSION = '{% include "version.txt" %}'; <div class="type_selection__row" id="type_selection__chosen_type_desc"></div> </div> </div> - <div id="activity_view" style="display:none"> - <div id="activity_view__header">Activity</div> - <div id="activity_view__body"></div> - </div> <div class="rhizi-logo"><a tabindex="-1" href="http://www.rhizi.org"> <img src="/static/img/rhizi-logo.png"/></a> </div> |
