Adminlte: Is there any Vertical Tabs?

Created on 31 Jan 2017  路  3Comments  路  Source: ColorlibHQ/AdminLTE

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?

3.x

Most helpful comment

Also strongly request this one ...

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings