Hi.
I'm using RadOrgChart with custom itemtemplate.
It works fine in FF but in Chrome & IE 10 it has a problem that show in my attachment.
I found that there's a div with class "rocViewPort". In FF its width is "160px" but in Chrome is "0px".
Below is all custom css in use
Can someone help me on this problem?
Thanks.
I'm using RadOrgChart with custom itemtemplate.
It works fine in FF but in Chrome & IE 10 it has a problem that show in my attachment.
I found that there's a div with class "rocViewPort". In FF its width is "160px" but in Chrome is "0px".
Below is all custom css in use
.RadOrgChart li .rocItem {
height
:
auto
!important
;
width
:
150px
!important
;
}
.rocItemTemplate {
border-radius:
10px
!important
;
height
:
auto
!important
;
}
.RadOrgChart li .rocItemTemplate {
text-align
:
center
;
height
:
auto
!important
;
padding
:
0px
!important
;
}
.RadOrgChart .rocItemContent {
height
:
auto
!important
;
}
.rocLineDown {
top
:
24px
!important
;
}
Can someone help me on this problem?
Thanks.