diff --git a/etemplate/js/et2_extension_nextmatch.js b/etemplate/js/et2_extension_nextmatch.js index 79c5687d56..c00f69d659 100644 --- a/etemplate/js/et2_extension_nextmatch.js +++ b/etemplate/js/et2_extension_nextmatch.js @@ -1863,7 +1863,7 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput, et2_IPrin beforePrint: function() { // Add the class, if needed this.div.addClass('print'); - + // Trigger resize, so we can fit on a page this.dynheight.outerNode.css('max-width',this.div.css('max-width')); this.resize(); diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 80c5f726f7..ea04a9e380 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -1133,6 +1133,17 @@ div.message.floating { .et2_nextmatch .egwGridView_spacer { display:none; } + .et2_nextmatch .nextmatch_header { + display: none !important; + } + .egwGridView_outer > thead { + border-bottom: 1px solid; + } + .egwGridView_outer > thead select { + appearance: none; + -webkit-appearance: none; + -moz-appearance: none; + } .egwGridView_grid > tbody > tr { page-break-inside: avoid; -webkit-region-break-inside: avoid; diff --git a/jdots/print.css b/jdots/print.css index 02b8fd0f86..e12988485d 100644 --- a/jdots/print.css +++ b/jdots/print.css @@ -21,7 +21,7 @@ width: auto !important; height: auto !important; } - #egw_fw_sidebar, #egw_fw_topmenu, .egw_fw_ui_tabs_header, #egw_fw_topmenu_slide,#egw_fw_print,#egw_fw_logout { + #egw_fw_sidebar, #egw_fw_topmenu, .egw_fw_ui_tabs_header, #egw_fw_topmenu_slide,#egw_fw_print,#egw_fw_logout,#divAppboxHeader { display: none; width: 0px; } @@ -47,6 +47,10 @@ height: auto !important; overflow-y: hidden; position: relative; + padding: 0px; + } + .egw_fw_ui_app_header_container { + border: none; } body { background: white;