SEPARATORS ========== skins/dhtmlxlayout_dhx_blue.css ------------------------------- table.dhtmlxLayoutPolyContainer_dhx_blue td.dhtmlxLayoutPolySplitterHor { ... height: 5px; line-height: 5px; table.dhtmlxLayoutPolyContainer_dhx_blue td.dhtmlxLayoutPolySplitterHorInactive { ... height: 5px; line-height: 5px; table.dhtmlxLayoutPolyContainer_dhx_blue td.dhtmlxLayoutPolySplitterVer { ... width: 5px; table.dhtmlxLayoutPolyContainer_dhx_blue td.dhtmlxLayoutPolySplitterVerInactive { ... width: 5px; dhtmlxlayout.js --------------- this.skinParams = { ... "dhx_blue" : { "hor_sep_height": 15, ... PANEL HEADERS ============= skins/dhtmlxlayout_dhx_blue.css ------------------------------- table.dhtmlxLayoutPolyContainer_dhx_blue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBar { ... height: 31px; height=33px; table.dhtmlxLayoutPolyContainer_dhx_blue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBar div.dhtmlxInfoBarButtonsFake { ... height: 33px; dhtmlxlayout.js --------------- this.skinParams = { ... "dhx_blue" : { ..., "cpanel_height": (_isOpera?24:24), ... PANEL HEADERS COLLAPSED ======================= skins/dhtmlxlayout_dhx_blue.css ------------------------------- table.dhtmlxLayoutPolyContainer_dhx_blue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBarCollapsedHor { ... height: 18px; table.dhtmlxLayoutPolyContainer_dhx_blue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBarCollapsedHor div.dhtmlxInfoBarButtonsFake { ... height: 26px; height=28px; table.dhtmlxLayoutPolyContainer_dhx_blue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBarCollapsedVer div.dhtmlxInfoBarButtonsFake { ... width: 16px; width=18px; dhtmlxlayout.js --------------- this.skinParams = { ... "dhx_blue" : { ..., "cpanel_collapsed_width": 18, "cpanel_collapsed_height": 18 }