Layout header text


Hi,



 



How to edit the layout css?



 



Foolowing attributes are present



div.dhtmlxLayoutObject {



position: absolute;



overflow: hidden;



width: 100%;



height: 100%;



}



.dhxCursorWResize {



cursor: w-resize;



}



.dhxCursorNResize {



cursor: n-resize;



}

Hello,

You should edit the following file: dhtmlxlayout_[%skinname%].css

table.dhtmlxLayoutPolyContainer_[%skinname%] td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBar div.dhtmlxInfoBarLabel {
    …

Thanks