Completed
Last Updated: 10 Jun 2015 14:07 by eBuild
ADMIN
Danail Vasilev
Created on: 04 Dec 2013 18:14
Category: Button
Type: Bug Report
2
FIX the appearance of RadButton in Sharepoint 2013
SharePoint 2013 applies global styles to the inputs that affect the appearance of the RadButtons.For the time being the styles that SharePoints sets to the inputs can be overriden:

ASPX:
<telerik:RadButton ID="RadButton1" runat="server" Text="RadButton"><Icon PrimaryIconCssClass="rbAdd" /></telerik:RadButton>

CSS:
<style type="text/css">
    .RadButton.RadButton_Default.rbSkinnedButton input {
        padding: 0px 10px 0px 25px;
        border: none;
        margin-left: 0px;
    }
</style>
3 comments
eBuild
Posted on: 13 May 2015 17:50
Thanks Danail for this fix. It works fine except I had to remove the .rbSkinnedButton quantificator as my RadButtons had only .RadButton and .RadButton_Default specified. Do you know if there are any side-effects of that?
karthi
Posted on: 15 Dec 2014 06:19
thanks a lot.
Hossein
Posted on: 27 Jun 2014 01:54
Thank you, 
you saved me a lot of time