Hello,
I have used the Helpdesk example to help me get started with telerik. I have the example working fine for the most part in my sandbox DNN...But for some completely unknown reason...the toolbar buttons will only align to the middle??????????
I used the the same css:
Any help would be greatly appreciated!
I have used the Helpdesk example to help me get started with telerik. I have the example working fine for the most part in my sandbox DNN...But for some completely unknown reason...the toolbar buttons will only align to the middle??????????
I used the the same css:
div.RadToolBar |
{ |
float: none; |
width: 100%; |
clear: both; |
display: block; |
} |
div.RadToolBar .rtbIcon |
{ |
margin-right: 5px; |
} |
div.RadToolBar .rtbTemplate, |
div.RadToolBar .rtbTemplate * |
{ |
vertical-align: middle; |
} |
Any help would be greatly appreciated!