Vaadin 7 hierarchical container and TreeComponent example with Liferay OrganizationService

    1. color: black;
    2. font-style: italic;
    3. //border-style:solid;
    4. //border-width:1px;
    5. }
    6. .v-tree-checkboxed .v-tree-node-caption-unchecked div span {
    7. background: url("images/unchecked.png") no-repeat;
    8. padding-left: 24px;
    9. //border-style:solid;
    10. //border-width:1px;
    11. .v-tree-checkboxed .v-tree-node-caption-checked div span {
    12. background: url("images/checked.png") no-repeat;
    13. padding-left: 24px;
    14. //border-style:solid;
    15. }