aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-05-18 15:02:14 +0200
committerMilo Casagrande <milo.casagrande@linaro.org>2015-05-18 15:02:14 +0200
commitdf393bbd7d45e29d1af39c0bc0a7926ba00d5f38 (patch)
treef62ae28cb139d4ced0df90966ea54827a8936ef7
parentd2821c52fb6feb421b3386314698e11ed51fb88f (diff)
Add new definitions to base CSS file.
-rw-r--r--app/dashboard/static/css/linaro-base-1.0.17.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/dashboard/static/css/linaro-base-1.0.17.css b/app/dashboard/static/css/linaro-base-1.0.17.css
index 64b24ef..7c07e21 100644
--- a/app/dashboard/static/css/linaro-base-1.0.17.css
+++ b/app/dashboard/static/css/linaro-base-1.0.17.css
@@ -24,10 +24,12 @@ body {
.board-column {
max-width: 130px;
}
+.commit-column,
.defconfig-column,
.kernel-column {
max-width: 240px;
}
+.commit-column,
.board-column,
.defconfig-column,
.kernel-column {
@@ -153,6 +155,10 @@ div.tooltip-inner {
div.dataTables_filter input {
margin-left: 0 !important;
}
+div.dataTables_paginate,
+div.dataTables_filter {
+ float: right;
+}
.date-range {
margin-bottom: 27px;
}