Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-04-30 09:47:02 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-04-30 09:47:02 +0400
commited8c3667cd761c2b673088310bc967d23f13f19a (patch)
tree2371c7cb10ed08e402fb4a7d37b34b23399537b8 /plugins/ZenMode/angularjs
parent783111e185bf2e26c088e9d28e77c2ee209dd7c7 (diff)
refs #4987 make sure to not display footer icons by default
Diffstat (limited to 'plugins/ZenMode/angularjs')
-rw-r--r--plugins/ZenMode/angularjs/zen-mode/zen-mode.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/ZenMode/angularjs/zen-mode/zen-mode.less b/plugins/ZenMode/angularjs/zen-mode/zen-mode.less
index 87c7bf4d37..e1f5c0603a 100644
--- a/plugins/ZenMode/angularjs/zen-mode/zen-mode.less
+++ b/plugins/ZenMode/angularjs/zen-mode/zen-mode.less
@@ -141,10 +141,15 @@
padding: 7px 0;
}
+
.dataTableFooterIcons {
border-top: 0px;
}
+ #content:not(#dashboard) .dataTableFooterIcons {
+ display: none;
+ }
+
#content h2:nth-of-type(n+2) {
margin-top: 40px;
}