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

Panel bar item padding

1 Answer 98 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
jeevitha
Top achievements
Rank 1
jeevitha asked on 07 Jan 2010, 12:37 PM
Hi,
I am using Panelbar for left menu. and using web20 latest skin. I have bullets in the items of the panelbwr (screenshot attached). I have large space between the bullet image  and the ietm text. I need to reduce it and also i need to reduce the space between the left barder and the bullet. I have overwritten the css and finally my UI looks like attached screenshot. i tried the follg but not worked for me.

RadPanelBar_Web20.rpText
{
    padding-left:0px !important;
    padding-right:0px !important;
}
Thanks,
Jeevitha

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 08 Jan 2010, 04:02 PM
Hi Jeevitha,

Please try it like this (with a blank space between the classes):

.RadPanelBar_Web20  .rpText
{
    padding-left:0px !important;
    padding-right:0px !important;
}


Kind regards,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
PanelBar
Asked by
jeevitha
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or