aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/dashboard/static/css/linaro-base-1.0.13.css3
-rw-r--r--app/dashboard/templates/boots-job-kernel.html2
-rw-r--r--app/dashboard/templates/builds-job-kernel.html2
3 files changed, 5 insertions, 2 deletions
diff --git a/app/dashboard/static/css/linaro-base-1.0.13.css b/app/dashboard/static/css/linaro-base-1.0.13.css
index 7a3cc9f..bb88f68 100644
--- a/app/dashboard/static/css/linaro-base-1.0.13.css
+++ b/app/dashboard/static/css/linaro-base-1.0.13.css
@@ -24,6 +24,9 @@ body {
#success-cell, #fail-cell, #unknown-cell {
cursor: pointer;
}
+.pie-chart {
+ margin: 0 auto;
+}
.pie-chart td {
text-align: center;
width: 25px;
diff --git a/app/dashboard/templates/boots-job-kernel.html b/app/dashboard/templates/boots-job-kernel.html
index 242dbd6..79a5b70 100644
--- a/app/dashboard/templates/boots-job-kernel.html
+++ b/app/dashboard/templates/boots-job-kernel.html
@@ -43,7 +43,7 @@
</dl>
</div>
<div class="col-xs-12 col-sm-12 col-md-5 col-lg-5">
- <div id="pie-chart" class="chart-div">
+ <div id="pie-chart" class="chart-div pull-center">
<div id="pie-chart-heading">
<table id="pie-chart-legend" class="pie-chart">
<tbody>
diff --git a/app/dashboard/templates/builds-job-kernel.html b/app/dashboard/templates/builds-job-kernel.html
index 2ceb69a..a3bfa94 100644
--- a/app/dashboard/templates/builds-job-kernel.html
+++ b/app/dashboard/templates/builds-job-kernel.html
@@ -29,7 +29,7 @@
</dl>
</div>
<div class="col-xs-12 col-sm-12 col-md-5 col-lg-5">
- <div id="builds-chart" class="chart-div">
+ <div id="builds-chart" class="chart-div pull-center">
<div id="builds-chart-heading">
<table id="builds-chart-legend" class="pie-chart">
<tbody>