Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > PanelBar > Overide Default Styles

Not answered Overide Default Styles

Feed from this thread
  • Jibber4568 avatar

    Posted on Jan 19, 2012 (permalink)

    Hi Guys,

    I was hoping you may be able to assist me in overriding your default styles. I have my own skin applied to a panel and everything works and looks as it should. There are a few discrepancies between browsers and to get around these I need to be able to amend the padding on .rpimage.

    I have a class as follows to try and alter the padding:

    .RadPanelBar_MySkin .rpImage
    {
        padding-bottom: 10px !important;
    }

    However this is still being overridden by .RadPanelBar .rpImage. Is there a way that I can overide this and set the image padding myself?

    Thanks as always for your help.

    Reply

  • Kate Kate admin's avatar

    Posted on Jan 19, 2012 (permalink)

    Hello Elliot,

    Try using the following css class:
    div.RadPanelBar .rpGroup .rpImage {
        padding: 3px 3px 19px 9px;
    }

    Greetings,
    Kate
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > PanelBar > Overide Default Styles
Related resources for "Overide Default Styles"

[  ASP.NET PanelBar Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]