Nextmatch print styling

- Hide nextmatch header
- Change styling of selectboxes in row header
r51650: Dont print AppboxHeader
This commit is contained in:
Ralf Becker 2015-02-10 08:09:06 +00:00
parent e9a708b0fc
commit 46277505c5
3 changed files with 17 additions and 2 deletions

View File

@ -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();

View File

@ -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;

View File

@ -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;