update CSS (CollapsePanel, SlidePanel)
This commit is contained in:
parent
33eff9f46d
commit
75d53afed5
1 changed files with 5 additions and 1 deletions
|
@ -2030,6 +2030,9 @@ Panels
|
|||
font-weight: bold;
|
||||
}
|
||||
.OxCollapsePanel > .OxBar > .OxExtras {
|
||||
float: left;
|
||||
}
|
||||
.OxCollapsePanel > .OxBar > .OxExtras:last-child {
|
||||
float: right;
|
||||
}
|
||||
.OxCollapsePanel > .OxBar > .OxExtras > * {
|
||||
|
@ -2079,7 +2082,8 @@ Panels
|
|||
bottom: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.OxSlidePanel > div {
|
||||
.OxSlidePanel > div,
|
||||
.OxSlidePanel > div > div {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
|
|
Loading…
Reference in a new issue