Updatable Tree
An error occurred while saving!
An error occurred while saving!
body {
background-color: #E6EEEF;
}
#messagepaneTop {
float:left;
width: 90%;
background-color: LightSalmon;
}
#leftpane {
float: left;
left:10px;
width:75%;
height: 150px;
overflow: scroll;
background-color: lightblue;
}
#messagepaneRight {
float:left;
width: 15%;
height: 150px;
background-color: LightSalmon;
}
#contentpane {
float:left;
left: 10px;
width: 90%;
padding: .2em;
overflow: scroll;
background-color: lightgreen;
}
.xforms-tree-label-selected {
background-color: transparent;
font-weight: bold;
font-size: 11pt;
}