mirror of
https://github.com/documize/community.git
synced 2025-08-05 05:25:27 +02:00
improved print.css
This commit is contained in:
parent
30730e12ea
commit
68deb3feaf
5 changed files with 632 additions and 628 deletions
|
@ -71,6 +71,8 @@ export default Ember.Component.extend(TooltipMixin, NotifierMixin, {
|
|||
},
|
||||
|
||||
onPrintDocument() {
|
||||
this.audit.record('printed-document');
|
||||
$("#sidebar-zone-more-button").click();
|
||||
window.print();
|
||||
},
|
||||
|
||||
|
|
|
@ -42,6 +42,8 @@
|
|||
}
|
||||
|
||||
.non-printable,
|
||||
.dropdown-dialog,
|
||||
.dropdown-menu,
|
||||
.zone-navigation,
|
||||
#sidebar-wrapper,
|
||||
.sidebar-wrapper,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue