Hello Telerik team,
In your demos, the GenericFileLister control have a broken layout.
For example, the template manager : http://88.191.55.88/Screenshot-20081215-133347.png
I've made a quick temp fix for the templatemanager : add a style element inside the custom template manager ascx containing :
<!--[if ! IE]><!-->
<style>
td #GenericFileLister1 tbody tr td {max-height:18px !important; line-height:1px !important; vertical-align:middle; }
</style>
<!--<![endif]-->
Any way to fix this in the next release ?
Cheers,
S.F.
In your demos, the GenericFileLister control have a broken layout.
For example, the template manager : http://88.191.55.88/Screenshot-20081215-133347.png
I've made a quick temp fix for the templatemanager : add a style element inside the custom template manager ascx containing :
<!--[if ! IE]><!-->
<style>
td #GenericFileLister1 tbody tr td {max-height:18px !important; line-height:1px !important; vertical-align:middle; }
</style>
<!--<![endif]-->
Any way to fix this in the next release ?
Cheers,
S.F.