Hi,
I am trying to increase tabStrip height and align the icon and the title text to center.
I tried overriding css as :-
Code:
#tab_panel_id .x-tab-strip span.x-tab-strip-text {
color:#416AA3;
cursor:pointer;
font-family:tahoma,arial,helvetica;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:20px; //height added
line-height:normal;
padding:4px 0pt;
white-space:nowrap;
}
But this increase all tabstrip size of all tab panels.
I am having tabpanel nested in the tab panel whose tab strip need be increased.
Its my 100th post. Please help 