Adding Tab form support
This commit is contained in:
parent
7a83c6a00f
commit
1b5fbf8622
6 changed files with 987 additions and 0 deletions
42
www/extras/tabs/tabs.css
Normal file
42
www/extras/tabs/tabs.css
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
.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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue