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

Question about padding in Tab Text area

1 Answer 77 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
J
Top achievements
Rank 1
J asked on 17 Mar 2010, 08:19 PM
I have the following tabstring
<telerik:RadTabStrip ID="RadTabStrip1" runat="server" MultiPageID="RadMultiPage1" OnTabClick="LoadUserControl" 
    Skin="MySkin" EnableEmbeddedSkins="false">  
    <Tabs> 
        <telerik:RadTab Text="Hello World" Value="0" width="90px">  
        </telerik:RadTab> 
    </Tabs> 
</telerik:RadTabStrip> 

If I render this to the screen, the 'Hello World' tab seems to maintain padding on the left hand side.  How do I remove this default left padding to just 0?

J

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 19 Mar 2010, 01:06 PM
Hello,

I don't have your skin but I guess that the following css styles should help you:

.RadTabStrip .rtsLink,
.RadTabStrip .rtsOut,
.RadTabStrip .rtsIn,
.RadTabStrip .rtsTxt {
    padding-left:0 !important;
}


Greetings,
Yana
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
TabStrip
Asked by
J
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or