This is a migrated thread and some comments may be shown as answers.

Is this an issue with the Q1 SP1 release?

3 Answers 42 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Najid Hanif
Top achievements
Rank 2
Najid Hanif asked on 07 Apr 2014, 10:00 PM
There is now a line between the text and the dropdown image for dropdowns on the toolbar. Looks like its now a split button. You can see this on your demo site with certain skins. I am using office 2010 Silver. See screen shot.

Thanks

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 08 Apr 2014, 08:00 AM
Hi Najid Hanif,

As a work around you can try the following CSS code snippet to remove the line between the text and dropdown image.

CSS:
<style type="text/css">
    .rtbChoiceArrow
    {
        background-image: url("drop_down_arrow.gif") !important;
    }
</style>

Thanks,
Shinu.
0
Accepted
Magdalena
Telerik team
answered on 09 Apr 2014, 12:36 PM
Hi Najid,

Actually this is an issue of the drop-down button of RadToolBar and we are working on fixing it. Please, apply the following workaround for preliminary resolving the issue:
.RadToolBar  .rtbDropDown .rtbChoiceArrow {
    padding-left: 0;
}


Regards,
Magdalena
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Tom
Top achievements
Rank 1
answered on 08 May 2014, 05:14 PM
Thanks for the CSS tip. Magdalena. And thank to Najid for asking. We definitely needed this fix.
Tags
ToolBar
Asked by
Najid Hanif
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Magdalena
Telerik team
Tom
Top achievements
Rank 1
Share this question
or