Skip to content

Commit

Permalink
[FIX] web_responsive: Hide header when print directly from browser is…
Browse files Browse the repository at this point in the history
…sues 808 (#809)

Closes #808
  • Loading branch information
fanha99 authored and pedrobaeza committed Nov 27, 2017
1 parent ae45d8f commit d00ca7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web_responsive/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down
4 changes: 4 additions & 0 deletions web_responsive/static/src/less/navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
header {
margin: 0;
padding: 0;

@media print {
display: none;
}

> .main-nav {
display: block;
Expand Down

0 comments on commit d00ca7c

Please sign in to comment.