summaryrefslogtreecommitdiff
path: root/res/domain-fragment.d/default
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-05-18 19:49:07 +0300
committerAlon Levy <alon@pobox.com>2015-05-18 19:49:19 +0300
commit2bf15a54a5404ad2c748d3d27a76dd3a38f670ab (patch)
treeeeab83ca78731228fbb084a4bcd52e09caa192c9 /res/domain-fragment.d/default
parentfc05261b988b30ba1cbe1747fd2bcc736abcbc23 (diff)
client/view/activity: add toggle button
Diffstat (limited to 'res/domain-fragment.d/default')
-rw-r--r--res/domain-fragment.d/default/template.d/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/domain-fragment.d/default/template.d/index.html b/res/domain-fragment.d/default/template.d/index.html
index b5118ddf..d3ebd807 100644
--- a/res/domain-fragment.d/default/template.d/index.html
+++ b/res/domain-fragment.d/default/template.d/index.html
@@ -79,7 +79,10 @@ var RZ_VERSION = '{% include "version.txt" %}';
<div contentEditable="true" tabindex="2" class="input input-bar" id="textanalyser" placeholder="Add nodes or links" autofocus ></div>
<button tabindex="-1" id="btn_add"></button>
<div id="input-suggestion" class="suggestion" style="display: none"></div>
- <div class="activity-root-div"></div>
+ <div class="activity-fold">
+ <div class="activity-fold-button">Activity</div>
+ <div class="activity-root-div" style="display: none"></div>
+ </div>
</div>
</div>
<div class="info-container" style="display:none">