diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index c53868e8..896ef7c3 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -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;