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

Font size at tabstrip

3 Answers 94 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Alex Yung
Top achievements
Rank 1
Alex Yung asked on 27 Oct 2008, 09:34 AM
Hi,

When I set the font-size at tabstrip, some skins behave correctly (Inox) while some cannot (Webblue, the size value does not affect the size at all). I guess that those cannot work as they have non-vertical border). However, as the size has some constant values(such as Smaller, XX-Large), is there any patch I can get to have all border for all size?

Any help is highly appreciated.

Thanks,
Alex

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 27 Oct 2008, 01:07 PM
Hi Alex,

Try applying the font size as shown below.

style.css:
<head runat="server"
  <style type="text/css"
    .RadTabStrip_WebBlue .rtsTxt 
    { 
       font-size:xx-large; 
    } 
 
  </style> 
</head> 


Thanks
Shinu.
0
Alex Yung
Top achievements
Rank 1
answered on 28 Oct 2008, 12:53 AM
Hi Shinu,

Thanks for your reply. Although I can set the font-size by your method, the tab image cannot follow (the font just out of the image).

Thanks,
Alex
0
Yana
Telerik team
answered on 30 Oct 2008, 07:49 AM
Hi Alex,

Some skins have fixed height, so if you set larger font-size, RadTabStrip will not look good. We can help you if you tell us which skin exactly you need and the font-size of the text. Thanks

All the best,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
TabStrip
Asked by
Alex Yung
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Alex Yung
Top achievements
Rank 1
Yana
Telerik team
Share this question
or