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:
Diffstat (limited to 'plugins/CoreHome/stylesheets/layout.less')
-rw-r--r--plugins/CoreHome/stylesheets/layout.less51
1 files changed, 51 insertions, 0 deletions
diff --git a/plugins/CoreHome/stylesheets/layout.less b/plugins/CoreHome/stylesheets/layout.less
index 815eb1e20e..4d03fdbc3a 100644
--- a/plugins/CoreHome/stylesheets/layout.less
+++ b/plugins/CoreHome/stylesheets/layout.less
@@ -366,3 +366,54 @@ nav {
.widgetize {
width: auto;
}
+
+@media print {
+
+ #secondNavBar{
+ display: none;
+ }
+
+ nav .icon-menu-hamburger, nav .icon-more-verti{
+ display: none;
+ }
+
+ nav ul a{
+ display: none;
+ }
+
+ #root, #standalone {
+ .dashboard-manager{
+ display: none !important;
+ visibility: hidden !important;
+ }
+ }
+
+ #root{
+ #secondNavBar + .pageWrap {
+ margin-left: 0px;
+ }
+
+ .top_controls{
+ .quick-access {
+ display: none !important;
+ }
+ }
+ }
+
+ .dataTableAction{
+ display: none !important;
+ }
+
+ .select-dropdown, .caret{
+ display: none !important;
+ }
+
+ .dataTable td .ratio{
+ margin-right: 4px;
+ visibility: visible;
+ }
+ .dataTableFooterNavigation > .row{
+ margin-bottom: -20px !important;
+ }
+}
+