Salut,
j'utilises le HorizontalSplitPanel et je vouldrais doner une ampleur initial a chaque panel (left and right)
j'essayes avec le css en fesant:
.gwt-HorizontalSplitPanel .left {
background-color: red;
width: 35%;
}
.gwt-HorizontalSplitPanel .right {
background-color: green;
width: 60%;
}
mais il n'a pas l'air de prendre les modifs.
qqun sais comment le faire?
merci
Partager