mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
Nextmatch print styling
- Hide nextmatch header - Change styling of selectboxes in row header r51650: Dont print AppboxHeader
This commit is contained in:
parent
e9a708b0fc
commit
46277505c5
@ -1863,7 +1863,7 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput, et2_IPrin
|
|||||||
beforePrint: function() {
|
beforePrint: function() {
|
||||||
// Add the class, if needed
|
// Add the class, if needed
|
||||||
this.div.addClass('print');
|
this.div.addClass('print');
|
||||||
|
|
||||||
// Trigger resize, so we can fit on a page
|
// Trigger resize, so we can fit on a page
|
||||||
this.dynheight.outerNode.css('max-width',this.div.css('max-width'));
|
this.dynheight.outerNode.css('max-width',this.div.css('max-width'));
|
||||||
this.resize();
|
this.resize();
|
||||||
|
@ -1133,6 +1133,17 @@ div.message.floating {
|
|||||||
.et2_nextmatch .egwGridView_spacer {
|
.et2_nextmatch .egwGridView_spacer {
|
||||||
display:none;
|
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 {
|
.egwGridView_grid > tbody > tr {
|
||||||
page-break-inside: avoid;
|
page-break-inside: avoid;
|
||||||
-webkit-region-break-inside: avoid;
|
-webkit-region-break-inside: avoid;
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
width: auto !important;
|
width: auto !important;
|
||||||
height: 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;
|
display: none;
|
||||||
width: 0px;
|
width: 0px;
|
||||||
}
|
}
|
||||||
@ -47,6 +47,10 @@
|
|||||||
height: auto !important;
|
height: auto !important;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
.egw_fw_ui_app_header_container {
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background: white;
|
background: white;
|
||||||
|
Loading…
Reference in New Issue
Block a user