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:
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.
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.