update CSS (CollapsePanel, SlidePanel)

This commit is contained in:
rolux 2014-05-10 15:11:59 +02:00 committed by j
parent 33eff9f46d
commit 75d53afed5

View file

@ -2030,6 +2030,9 @@ Panels
font-weight: bold; font-weight: bold;
} }
.OxCollapsePanel > .OxBar > .OxExtras { .OxCollapsePanel > .OxBar > .OxExtras {
float: left;
}
.OxCollapsePanel > .OxBar > .OxExtras:last-child {
float: right; float: right;
} }
.OxCollapsePanel > .OxBar > .OxExtras > * { .OxCollapsePanel > .OxBar > .OxExtras > * {
@ -2079,7 +2082,8 @@ Panels
bottom: 0; bottom: 0;
overflow: hidden; overflow: hidden;
} }
.OxSlidePanel > div { .OxSlidePanel > div,
.OxSlidePanel > div > div {
position: absolute; position: absolute;
top: 0; top: 0;
bottom: 0; bottom: 0;