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

dropdown arrow positioning

1 Answer 535 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Phil
Top achievements
Rank 1
Phil asked on 27 Nov 2012, 03:19 PM
where can I find documentation or examples of how to align the dropdown arrow with css that's currently aligned to the right of each tab to the left?

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 28 Nov 2012, 08:48 PM
Hi Phil,

You can move the arrows of the Kendo UI PanelBar to the left using the following CSS:  
.k-panelbar .k-panelbar-expand,
.k-panelbar .k-panelbar-collapse
{
   right: auto;
   left: 2px;
}

Regards,

Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
PanelBar
Asked by
Phil
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or