Friday, January 9, 2009
[2.0][FIXED] Bottom tab strip with iconCls - inactive tabs messed up by css rule
.x-tab-strip .x-tab-with-icon .x-tab-right {
padding-left:6px;
}
This problem is only visible on bottom toolbars.
I'm currently working around the problem by adding the following rule:
.x-tab-strip-bottom .x-tab-with-icon .x-tab-right{
padding-left:0;
}
But I suppose the original rule should really be targetting only top tab strips, i.e.:
.x-tab-strip-top .x-tab-with-icon .x-tab-right {
padding-left:6px;
}
Just a quick note to check if this has been resolved in SVN?
#If you have any other info about this subject , Please add it free.# |