Merge branch 'master-media-print' into 'master'

[FIX] Issue #75

See merge request flectra-hq/flectra!71
This commit is contained in:
Parthiv Patel 2018-06-01 06:08:43 +00:00
commit acfffa6fb3
2 changed files with 13 additions and 1 deletions

View File

@ -460,3 +460,9 @@
}
}
}
@media print {
.f_launcher {
display: none;
}
}

View File

@ -145,4 +145,10 @@ nav#oe_main_menu_navbar {
}
}
}
}
}
@media print {
nav#oe_main_menu_navbar {
display: none;
}
}