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

Overide Default Styles

1 Answer 34 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Jibber4568
Top achievements
Rank 1
Jibber4568 asked on 19 Jan 2012, 01:04 PM
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.

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 19 Jan 2012, 03:10 PM
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
Tags
PanelBar
Asked by
Jibber4568
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or