aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-11-03 14:48:11 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-11-03 14:48:11 +0100
commit9b2871d218a03c5153146039177621f9906c2779 (patch)
tree474ab53fd2ec57f057f76e7fed1a451908740571
parent688f2272887524f55a68440b17a15d12d6209d83 (diff)
templates: Fix templates for smaller screens.2014.10
Change-Id: I987f73ce2862308682ded2a41599da8c0001662c
-rw-r--r--app/dashboard/templates/boots-job-kernel.html4
-rw-r--r--app/dashboard/templates/boots-job.html2
-rw-r--r--app/dashboard/templates/builds-job-kernel.html4
-rw-r--r--app/dashboard/templates/jobs-job.html4
4 files changed, 7 insertions, 7 deletions
diff --git a/app/dashboard/templates/boots-job-kernel.html b/app/dashboard/templates/boots-job-kernel.html
index 6a47f83..0f91ed0 100644
--- a/app/dashboard/templates/boots-job-kernel.html
+++ b/app/dashboard/templates/boots-job-kernel.html
@@ -11,7 +11,7 @@
<div class="page-header">
<h3>{{ body_title|safe }}</h3>
</div>
- <div class="col-xs-7 col-sm-7 col-md-7 col-lg-7">
+ <div class="col-xs-12 col-sm-12 col-md-7 col-lg-7">
<dl class="dl-horizontal">
<dt>Tree</dt>
<dd>
@@ -83,7 +83,7 @@
{%- endif %}
</dl>
</div>
- <div class="col-xs-5 col-sm-5 col-md-5 col-lg-5">
+ <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-heading">
<table id="pie-chart-legend">
diff --git a/app/dashboard/templates/boots-job.html b/app/dashboard/templates/boots-job.html
index bc7ccd2..cd28736 100644
--- a/app/dashboard/templates/boots-job.html
+++ b/app/dashboard/templates/boots-job.html
@@ -8,7 +8,7 @@
<div class="page-header">
<h2>{{ body_title|safe }}</h2>
</div>
- <div class="col-xs-3 col-sm-3 col-md-3 col-lg-3">
+ <div class="col-xs-12 col-sm-12 col-md-3 col-lg-3">
<ul class="list-group">
<li class="list-group-item">
Total boot reports
diff --git a/app/dashboard/templates/builds-job-kernel.html b/app/dashboard/templates/builds-job-kernel.html
index e475314..a953573 100644
--- a/app/dashboard/templates/builds-job-kernel.html
+++ b/app/dashboard/templates/builds-job-kernel.html
@@ -11,7 +11,7 @@
<div class="page-header">
<h3>{{ body_title|safe }}</h3>
</div>
- <div class="col-xs-7 col-sm-7 col-md-7 col-lg-7">
+ <div class="col-xs-12 col-sm-12 col-md-7 col-lg-7">
<dl class="dl-horizontal">
<dt>Tree</dt>
<dd>
@@ -85,7 +85,7 @@
{%- endif %}
</dl>
</div>
- <div class="col-xs-5 col-sm-5 col-md-5 col-lg-5">
+ <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-heading">
<table id="builds-chart-legend">
diff --git a/app/dashboard/templates/jobs-job.html b/app/dashboard/templates/jobs-job.html
index ee86208..758c9eb 100644
--- a/app/dashboard/templates/jobs-job.html
+++ b/app/dashboard/templates/jobs-job.html
@@ -8,7 +8,7 @@
<div class="page-header">
<h2>{{ page_title|safe }}</h2>
</div>
- <div class="col-lg-3">
+ <div class="col-xs-12 col-sm-12 col-md-3 col-lg-3">
<ul class="list-group">
<li class="list-group-item">
Total builds
@@ -33,7 +33,7 @@
<div class="page-header">
<h3>Available Builds</h3>
</div>
- <div class="col-lg-12">
+ <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="table-responsive">
<table class="table table-striped table-hover table-condensed clickable-table" id="jobstable">
<thead>