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

Radsliding Pane - Vertical tab fonts

1 Answer 52 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 09 Jul 2010, 04:16 PM
Hi..
How do I change the font / style on the vertical tabs?   Changing the font/size doesn't seem to do anything..

Is there anyway to make the tab horizontial but have the pane slide left?

thanks again

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 15 Jul 2010, 08:42 AM
Hello Jon,

In order to change the default styles you should override the corresponding CSS selector e.g as shown below:

.rspPaneTabText
{
    color: Red !important;
    font-size:large !important;
}

Note, that you should use the keyword !important in order to provide a higher priority to your custom style.

You can learn more about changing default styles of RadControls in the article below:

http://www.telerik.com/help/aspnet-ajax/modifyingexistingskins.html

As to your second question, the easiest way to make the tab look as a horizontal one is to set bigger width to the sliding zone, set TabView="ImageOnly"  and put a horizontal image.
 


Sincerely yours,
Svetlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Splitter
Asked by
Jon
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or