Hello,
Is there any way to change the default dhtmlXLayout header height with the skin Terrace ?
and the white space around toolbar ?
Thanks,
Hello,
Is there any way to change the default dhtmlXLayout header height with the skin Terrace ?
and the white space around toolbar ?
Thanks,
Hello
The next way:
CSS:
.dhx_toolbar_base_18_dhx_terrace {
margin: 0 !important;
}
table.dhtmlxLayoutPolyContainer_dhx_terrace td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBar div.dhtmlxInfoBarLabel {
top: 6px;
}
table.dhtmlxLayoutPolyContainer_dhx_terrace td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBar {
height: 27px;
}
Code:
layout.skinParams.dhx_terrace.cpanel_height = 27;
Hi,
How can I do it in 4.0 version?
Try the next:
.dhxlayout_base_dhx_terrace div.dhx_cell_layout div.dhx_cell_hdr {
height: 27px;
line-height: 27px;
}
.dhxlayout_base_dhx_terrace div.dhx_cell_layout div.dhx_cell_cont_layout {
top: 27px !important;
}