summaryrefslogtreecommitdiffstats
path: root/non-puppet/qtmetrics2/styles
diff options
context:
space:
mode:
authorJuha Sippola <juhasippola@outlook.com>2015-09-30 11:55:41 +0300
committerTony Sarajärvi <tony.sarajarvi@theqtcompany.com>2015-09-30 11:28:12 +0000
commitaf2cb0bd9f9e909329116d3dba0de81776f34177 (patch)
tree1a0856263702afb7e28d35c419a2a9f99d696d1b /non-puppet/qtmetrics2/styles
parentd7a9cd0162b76386e9558d82855dcdd35aeec926 (diff)
Qt Metrics 2 (v0.39): Fixed breadcrumb
Made the breadcrumb appear fixed below the header navigation for easier navigation. Media query used to make this fixed in bigger devices only where display size is not limited. Change-Id: I88d7a46e70768a8b45e4f661ae1171dd075fbb33 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
Diffstat (limited to 'non-puppet/qtmetrics2/styles')
-rw-r--r--non-puppet/qtmetrics2/styles/qtmetrics.css16
1 files changed, 15 insertions, 1 deletions
diff --git a/non-puppet/qtmetrics2/styles/qtmetrics.css b/non-puppet/qtmetrics2/styles/qtmetrics.css
index f27ea52..060c277 100644
--- a/non-puppet/qtmetrics2/styles/qtmetrics.css
+++ b/non-puppet/qtmetrics2/styles/qtmetrics.css
@@ -35,7 +35,7 @@
/**
* Qt Metrics style sheet
- * @since 27-09-2015
+ * @since 29-09-2015
* @author Juha Sippola
*/
@@ -140,6 +140,20 @@
}
/*
+ * Breadcrumb to stick on top, below the header navigation (on bigger devices)
+ */
+@media screen and (min-width: 768px) {
+ .breadcrumb {
+ position: fixed;
+ z-index: 999;
+ width: inherit;
+ }
+ .container-fluid {
+ margin-top: 50px;
+ }
+}
+
+/*
* Metrics page description well
*/
.infoWell{