3
0
Fork 0

[FIX] web_responsive: Hide header when print directly from browser issues 808 (#809)

Closes #808
14.0
fanha99 2017-11-28 01:47:16 +07:00 committed by Splash
parent 17a9d31581
commit 11eb066a31
2 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"name": "Web Responsive",
"summary": "It provides a mobile compliant interface for Odoo Community "
"web",
"version": "11.0.1.0.1",
"version": "11.0.1.0.2",
"category": "Website",
"website": "https://laslabs.com/",
"author": "LasLabs, Tecnativa, Odoo Community Association (OCA)",

View File

@ -5,6 +5,10 @@ header {
margin: 0;
padding: 0;
@media print {
display: none;
}
> .main-nav {
display: block;
white-space: nowrap;