forked from 0x2620/oxjs
add Ox.TabPanel()
This commit is contained in:
parent
c4842ca863
commit
a103ef8f7d
2 changed files with 59 additions and 1 deletions
|
|
@ -1602,6 +1602,18 @@ Panels
|
|||
.OxSplitPanel_.OxVertical > .OxSeparator > .OxSpace {
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
.OxTabPanel > .OxBar {
|
||||
text-align: center;
|
||||
}
|
||||
.OxTabPanel > .OxBar > .OxButtonGroup {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 4px;
|
||||
right: 0;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Requests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue