I am migrating RadTabStrip from older classic to new Ajax supported version .In the code we are not using css file but used Skin="Outlook".
In new page now its giving extra padding around the text . Attached is the image showing difference between older and new UI.
I have tried following lines of code in css file but still padding is not removed.
.RadTabStrip
.rtsOut,
.RadTabStrip
.rtsTxt,
.RadTabStrip
.rtsLI,
.RadTabStrip
.rtsLink,
.RadTabStrip
.rtsIn {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
font-size:10px;
/*background-color:Red;*/
}