aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-02-16 11:29:25 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-02-16 11:29:25 +0100
commit1cb054277a6f6300fe9a6bde4bc3f58b6a2da973 (patch)
treef4787c6e3a36a754cc4cac151d05f48a83f95396
parente1b202b3f8df365fe6c55622014744e3a8328902 (diff)
Add div elements for +/- buttons.
Change-Id: I1e1bfbf9a7e207cceb0d65be8061f7dce41b00ac
-rw-r--r--app/dashboard/templates/other-bisect-compare-content.html1
-rw-r--r--app/dashboard/templates/other-bisect-content.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/dashboard/templates/other-bisect-compare-content.html b/app/dashboard/templates/other-bisect-compare-content.html
index 5055c4f..4a5b7ae 100644
--- a/app/dashboard/templates/other-bisect-compare-content.html
+++ b/app/dashboard/templates/other-bisect-compare-content.html
@@ -24,6 +24,7 @@
</dl>
</div>
</div>
+ <div id="bisect-compare-hide-div" class="pull-right"></div>
{%- if is_mobile %}
<div class="table-responsive" id="table-compare-div">
{%- else %}
diff --git a/app/dashboard/templates/other-bisect-content.html b/app/dashboard/templates/other-bisect-content.html
index 296c44f..cee152f 100644
--- a/app/dashboard/templates/other-bisect-content.html
+++ b/app/dashboard/templates/other-bisect-content.html
@@ -21,6 +21,7 @@
</dl>
</div>
</div>
+ <div id="bisect-hide-div" class="pull-right"></div>
{%- if is_mobile %}
<div class="table-responsive" id="table-div">
{%- else %}