I have a Toolbar setup in the following manner:
<style
.smallToolBar .rtbOuter {
display: block !important;
}
.smallToolBar .rtbInner {
padding: 0 !important;
}
.smallToolBar .rtbItem {
height: 20px !important;
}
.smallToolBar .rtbIcon {
padding: 0 !important;
}
</style>
<telerik:RadToolBar ID=
"rtbFuncs"
runat=
"server"
EnableRoundedCorners=
"true"
EnableShadows=
"true"
Skin=
"Windows7"
CssClass=
"smallToolBar"
OnClientButtonClicked=
"OnClientButtonClicked"
AutoPostBack=
"False"
CausesValidation=
"False"
>
<Items>
<telerik:RadToolBarSplitButton EnableDefaultButton=
"false"
Text=
"Functions"
Height=
"20px"
Font-Size=
"9px"
ImagePosition=
"BelowText"
CausesValidation=
"False"
>
<Buttons>
<telerik:RadToolBarButton Text=
"Non-Native"
Value=
"bbNonNat"
Height=
"25px"
CausesValidation=
"False"
>
</telerik:RadToolBarButton>
<telerik:RadToolBarButton IsSeparator=
"true"
>
</telerik:RadToolBarButton>
<telerik:RadToolBarButton Text=
"Show Offload History"
Value=
"bbOffHist"
Height=
"25px"
CausesValidation=
"False"
>
</telerik:RadToolBarButton>
<telerik:RadToolBarButton Text=
"Re-Provision"
Value=
"bbReProv"
Height=
"25px"
CausesValidation=
"False"
>
</telerik:RadToolBarButton>
</Buttons>
</telerik:RadToolBarSplitButton>
</Items>
</telerik:RadToolBar>