Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Nov 27, 2008 02:57
open dhtmlx forum
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;

}

Answer posted by Support on Nov 27, 2008 03:13
Hello,

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

table.dhtmlxLayoutPolyContainer_[%skinname%] td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBar div.dhtmlxInfoBarLabel {
    ...
Answer posted on Nov 27, 2008 03:28
Thanks