From 7d6cff116a9323f07398dae2acf961a0acb57d0a Mon Sep 17 00:00:00 2001 From: Milo Casagrande Date: Mon, 16 Feb 2015 14:18:35 +0100 Subject: Bump CSS library version number. Change-Id: Idb0489d998df88ce1050fe3f52b6efa011323783 --- app/dashboard/static/css/linaro-base-1.0.11.css | 173 ------------------------ app/dashboard/static/css/linaro-base-1.0.12.css | 173 ++++++++++++++++++++++++ app/dashboard/templates/base.html | 2 +- 3 files changed, 174 insertions(+), 174 deletions(-) delete mode 100644 app/dashboard/static/css/linaro-base-1.0.11.css create mode 100644 app/dashboard/static/css/linaro-base-1.0.12.css diff --git a/app/dashboard/static/css/linaro-base-1.0.11.css b/app/dashboard/static/css/linaro-base-1.0.11.css deleted file mode 100644 index 243e8e9..0000000 --- a/app/dashboard/static/css/linaro-base-1.0.11.css +++ /dev/null @@ -1,173 +0,0 @@ -html { - position: relative; - min-height: 100%; -} -body { - margin-bottom: 60px; -} -#container-content { - margin-bottom: 25px; -} -.clickable-table tbody tr { - cursor: pointer; -} -.pull-center { - text-align: center !important; - vertical-align: middle !important; -} -.table tbody td a.table-link { - color: inherit; -} -.panel-heading, .pointer { - cursor: pointer; -} -#success-cell, #fail-cell, #unknown-cell { - cursor: pointer; -} -.pie-chart td { - text-align: center; - width: 25px; - border-bottom: 3px solid; -} -.pie-chart td:nth-child(even) { - border: none; -} -.chart-div { - text-align: -webkit-center; -} -.btn-group { - padding-bottom: 1em; -} -.big-table td { - border: 0; - border-spacing: 0; - padding: 0; -} -.bisect-table { - table-layout: fixed; -} -.bisect-table thead tr th { - text-align: center; - vertical-align: middle; -} -.bisect-table tbody tr td:first-child, tbody tr td:nth-child(0) { - text-align: left; - vertical-align: middle; -} -.bisect-table tbody tr td { - text-align: center; - vertical-align: middle; - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; -} -.bisect-tooltip { - text-overflow: clip !important; - white-space: normal !important; - overflow: visible !important; -} -.bisect-text { - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; -} -.bisect-table thead tr th:first-child, thead tr th:nth-child(0) { - border: none; -} -.bisect-table tbody tr td:first-child, tbody tr td:nth-child(0) { - border: none; -} -.bisect-table tbody tr:hover td:first-child .bisect-text, .bisect-table tbody tr:hover th:first-child .bisect-text { - font-weight: bold; -} -.bisect-back { - margin-top: 5px; - margin-bottom: 5px; -} -.clean-link a:link a:visited a:hover a:active a:focus { - text-decoration: none; -} -.extra-margin { - margin-right: 5px; -} -.red-font { - color: #d9534f; -} -div.tooltip-inner { - max-width: 350px; -} -div.dataTables_filter input { - margin-left: 0 !important; -} -.date-range { - margin-bottom: 27px; -} -.footer { - position: absolute; - bottom: 0; - width: 100%; - /* Set the fixed height of the footer here */ - height: 60px; - background-color: #f5f5f5; -} -.footer .text-muted { - margin: 21px 0; -} -.arch-label { - padding: 4px 7px 4px; -} -.footer > .container { - font-size: small; - font-weight: lighter; - margin-top: 9px; - margin-bottom: 3px; -} -.faq dt { - margin-top: 15px; -} -.faq dd { - margin-bottom: 15px; -} -.command { - font-size: small; - font-family: monospace; - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; -} -.details { - margin-left: 5px; -} -.larger-modal { - width: 1024px; -} -.bisect-content { - margin-top: 5px; - margin-bottom: 20px; -} -.bisect-compare-desc { - margin-left: 10px; -} -.other-header h4, span { - display: inline; -} -.other-header { - margin-top: 25px; - margin-bottom: 15px; - margin-left: 4px; -} -.other-header span span i { - cursor: pointer; -} -hr.subheader { - margin-top: 7px; - margin-bottom: 15px; -} -hr.blurred { - border: 0; - height: 1px; - background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.03), rgba(0,0,0,0.10), rgba(0,0,0,0.03)); - background-image: -moz-linear-gradient(left, rgba(0,0,0,0.03), rgba(0,0,0,0.10), rgba(0,0,0,0.03)); - background-image: -ms-linear-gradient(left, rgba(0,0,0,0.03), rgba(0,0,0,0.10), rgba(0,0,0,0.03)); - background-image: -o-linear-gradient(left, rgba(0,0,0,0.03), rgba(0,0,0,0.10), rgba(0,0,0,0.03)); -} diff --git a/app/dashboard/static/css/linaro-base-1.0.12.css b/app/dashboard/static/css/linaro-base-1.0.12.css new file mode 100644 index 0000000..243e8e9 --- /dev/null +++ b/app/dashboard/static/css/linaro-base-1.0.12.css @@ -0,0 +1,173 @@ +html { + position: relative; + min-height: 100%; +} +body { + margin-bottom: 60px; +} +#container-content { + margin-bottom: 25px; +} +.clickable-table tbody tr { + cursor: pointer; +} +.pull-center { + text-align: center !important; + vertical-align: middle !important; +} +.table tbody td a.table-link { + color: inherit; +} +.panel-heading, .pointer { + cursor: pointer; +} +#success-cell, #fail-cell, #unknown-cell { + cursor: pointer; +} +.pie-chart td { + text-align: center; + width: 25px; + border-bottom: 3px solid; +} +.pie-chart td:nth-child(even) { + border: none; +} +.chart-div { + text-align: -webkit-center; +} +.btn-group { + padding-bottom: 1em; +} +.big-table td { + border: 0; + border-spacing: 0; + padding: 0; +} +.bisect-table { + table-layout: fixed; +} +.bisect-table thead tr th { + text-align: center; + vertical-align: middle; +} +.bisect-table tbody tr td:first-child, tbody tr td:nth-child(0) { + text-align: left; + vertical-align: middle; +} +.bisect-table tbody tr td { + text-align: center; + vertical-align: middle; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; +} +.bisect-tooltip { + text-overflow: clip !important; + white-space: normal !important; + overflow: visible !important; +} +.bisect-text { + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; +} +.bisect-table thead tr th:first-child, thead tr th:nth-child(0) { + border: none; +} +.bisect-table tbody tr td:first-child, tbody tr td:nth-child(0) { + border: none; +} +.bisect-table tbody tr:hover td:first-child .bisect-text, .bisect-table tbody tr:hover th:first-child .bisect-text { + font-weight: bold; +} +.bisect-back { + margin-top: 5px; + margin-bottom: 5px; +} +.clean-link a:link a:visited a:hover a:active a:focus { + text-decoration: none; +} +.extra-margin { + margin-right: 5px; +} +.red-font { + color: #d9534f; +} +div.tooltip-inner { + max-width: 350px; +} +div.dataTables_filter input { + margin-left: 0 !important; +} +.date-range { + margin-bottom: 27px; +} +.footer { + position: absolute; + bottom: 0; + width: 100%; + /* Set the fixed height of the footer here */ + height: 60px; + background-color: #f5f5f5; +} +.footer .text-muted { + margin: 21px 0; +} +.arch-label { + padding: 4px 7px 4px; +} +.footer > .container { + font-size: small; + font-weight: lighter; + margin-top: 9px; + margin-bottom: 3px; +} +.faq dt { + margin-top: 15px; +} +.faq dd { + margin-bottom: 15px; +} +.command { + font-size: small; + font-family: monospace; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; +} +.details { + margin-left: 5px; +} +.larger-modal { + width: 1024px; +} +.bisect-content { + margin-top: 5px; + margin-bottom: 20px; +} +.bisect-compare-desc { + margin-left: 10px; +} +.other-header h4, span { + display: inline; +} +.other-header { + margin-top: 25px; + margin-bottom: 15px; + margin-left: 4px; +} +.other-header span span i { + cursor: pointer; +} +hr.subheader { + margin-top: 7px; + margin-bottom: 15px; +} +hr.blurred { + border: 0; + height: 1px; + background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.03), rgba(0,0,0,0.10), rgba(0,0,0,0.03)); + background-image: -moz-linear-gradient(left, rgba(0,0,0,0.03), rgba(0,0,0,0.10), rgba(0,0,0,0.03)); + background-image: -ms-linear-gradient(left, rgba(0,0,0,0.03), rgba(0,0,0,0.10), rgba(0,0,0,0.03)); + background-image: -o-linear-gradient(left, rgba(0,0,0,0.03), rgba(0,0,0,0.10), rgba(0,0,0,0.03)); +} diff --git a/app/dashboard/templates/base.html b/app/dashboard/templates/base.html index 91e5add..2401291 100644 --- a/app/dashboard/templates/base.html +++ b/app/dashboard/templates/base.html @@ -10,7 +10,7 @@ - + {%- endblock %} -- cgit v1.2.3