Hi,
Is there any Vertical Tabs?
If not this may be a good idea to have one for the next version.
Anyone have a custom one?
Also strongly request this one ...
I have overridden default styles by left tabs.
/* 褌邪斜褘 褋谢械胁邪 芯褌 泻芯薪褌械薪褌邪 */
.nav-tabs.tabs-left {
border: none;
border-right: 1px solid #ddd;
}
.nav-tabs.tabs-left > li {
float: none;
margin-bottom: 0;
margin-right: -1px;
}
.nav-tabs.tabs-left > li > a {
margin-right: 0;
margin-bottom: 2px;
border: 1px solid transparent;
border-radius: 4px 0 0 4px;
}
.nav-tabs.tabs-left > li.active > a {
border: 1px solid #ddd;
border-right-color: transparent;
}
I've added this feature into v3, you can check this out
Most helpful comment
Also strongly request this one ...