/*!
- * Ext JS Library 3.0.0
- * Copyright(c) 2006-2009 Ext JS, LLC
+ * Ext JS Library 3.2.0
+ * Copyright(c) 2006-2010 Ext JS, Inc.
* licensing@extjs.com
* http://www.extjs.com/license
*/
/*
* Horrible hack for IE8 in quirks mode
*/
-.ext-border-box .ext-ie8 .x-tab-strip .x-tab-right{
+.ext-ie8 ul.x-tab-strip li {
+ position: relative;
+}
+.ext-ie8 .x-tab-strip .x-tab-right{
+ margin-bottom: 0 !important;
top: 1px;
}
+.ext-ie8 ul.x-tab-strip-top {
+ padding-top: 0;
+}
+.ext-ie8 .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
+ top:4px;
+}
+.ext-ie8 .x-tab-strip-bottom .x-tab-right{
+ top:0;
+}
+
.x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
padding-bottom:5px;
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
- background: no-repeat bottom left;
+ background: no-repeat bottom right;
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
- background: no-repeat bottom right;
+ background: no-repeat bottom left;
}
.x-tab-strip-bottom .x-tab-left {
+ margin-right: 3px;
padding:0 10px;
}