42 lines
973 B
CSS
42 lines
973 B
CSS
.tabBody {
|
|
position: relative;
|
|
padding: 8px 12px 12px 12px;
|
|
z-index: 500;
|
|
}
|
|
div.tabs {
|
|
position: relative;
|
|
top: 2px;
|
|
left: 5px;
|
|
white-space: nowrap;
|
|
cursor: default !important;
|
|
font-weight: 700 !important;
|
|
white-space:nowrap;
|
|
z-index: 10000;
|
|
/* -Moz-User-Select: none;*/
|
|
}
|
|
.tab {
|
|
|
|
padding: 2px 9px 1px 9px;
|
|
z-index: 100;
|
|
border-bottom-width: 0;
|
|
}
|
|
.tabHover {
|
|
z-index: 1200;
|
|
border-bottom-width: 0;
|
|
}
|
|
.tabActive {
|
|
padding: 3px 9px 3px 9px;
|
|
z-index: 10000;
|
|
}
|
|
|
|
div.tabsClone .tab, div.tabsClone .tabActive {
|
|
border-top-width: 0 !important;
|
|
border-bottom-width: 1px !important;
|
|
}
|
|
|
|
div.tabsClone .tabActive{top:-2px;}
|
|
|
|
a.removeTab{
|
|
font-size: smaller;
|
|
text-decoration: none;
|
|
}
|