merging 5.5.5 changes
This commit is contained in:
parent
3600ca2ff4
commit
b2d7774ae2
2 changed files with 3 additions and 2 deletions
2
www/extras/tabs/tabs-position.css
Normal file
2
www/extras/tabs/tabs-position.css
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
.tabBody, div.tabs { position: relative; }
|
||||||
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
@import "tabs-position.css";
|
||||||
.tab {
|
.tab {
|
||||||
display: inline;
|
display: inline;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
@ -12,13 +13,11 @@
|
||||||
|
|
||||||
.tabBody {
|
.tabBody {
|
||||||
width: auto;
|
width: auto;
|
||||||
position: relative;
|
|
||||||
padding: 8px 12px 12px 12px;
|
padding: 8px 12px 12px 12px;
|
||||||
z-index: 500;
|
z-index: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.tabs {
|
div.tabs {
|
||||||
position: relative;
|
|
||||||
top: 2px;
|
top: 2px;
|
||||||
left: 8px;
|
left: 8px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue