aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-02-03 15:33:41 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-02-03 15:33:41 +0100
commita47bf93f630c1e97f21d49b973c47a6f0c778be7 (patch)
treeb9e1c945304aa672639a671f44ae7b2e88acc58b
parent0e5962ed0b4561e9e5ea8bb8ee1a935a01af6c94 (diff)
Add more space between two bisect contents.mainline-bisect
Change-Id: I72f699d6e8119448ec1bd95f0c270215575e5b05
-rw-r--r--app/dashboard/static/css/linaro-base-1.0.11.css4
-rw-r--r--app/dashboard/templates/other-bisect-compare-content.html2
-rw-r--r--app/dashboard/templates/other-bisect-content.html2
3 files changed, 6 insertions, 2 deletions
diff --git a/app/dashboard/static/css/linaro-base-1.0.11.css b/app/dashboard/static/css/linaro-base-1.0.11.css
index 9ae4e47..974f2cf 100644
--- a/app/dashboard/static/css/linaro-base-1.0.11.css
+++ b/app/dashboard/static/css/linaro-base-1.0.11.css
@@ -137,6 +137,10 @@ div.dataTables_filter input {
.larger-modal {
width: 1024px;
}
+.bisect-content {
+ margin-top: 5px;
+ margin-bottom: 20px;
+}
.bisect-compare-desc {
margin-left: 10px;
}
diff --git a/app/dashboard/templates/other-bisect-compare-content.html b/app/dashboard/templates/other-bisect-compare-content.html
index 7530855..5055c4f 100644
--- a/app/dashboard/templates/other-bisect-compare-content.html
+++ b/app/dashboard/templates/other-bisect-compare-content.html
@@ -1,4 +1,4 @@
-<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
+<div class="bisect-content col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div id="bisect-compare-loading-div" class="pull-center">
<i class="fa fa-cog fa-spin fa-2x"></i>&nbsp;
<span id="bisect-compare-loading-content">retrieving bisect data compared with mainline&hellip;</span>
diff --git a/app/dashboard/templates/other-bisect-content.html b/app/dashboard/templates/other-bisect-content.html
index 0530698..296c44f 100644
--- a/app/dashboard/templates/other-bisect-content.html
+++ b/app/dashboard/templates/other-bisect-content.html
@@ -1,4 +1,4 @@
-<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
+<div class="bisect-content col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div id="bisect-loading-div" class="pull-center">
<i class="fa fa-cog fa-spin fa-2x"></i>&nbsp;
<span id="bisect-loading-content">retrieving bisect data&hellip;</span>