From 75d53afed5d8275f687e0c1925621faf2ba8c2ba Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 10 May 2014 15:11:59 +0200 Subject: [PATCH] update CSS (CollapsePanel, SlidePanel) --- source/Ox.UI/css/Ox.UI.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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;