From f36016bd34e946478f70d59b856b72c26b88055d Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 11 May 2016 16:31:33 -0400 Subject: [PATCH] webstaff: tweak legacy OU editor This adds a CSS hack so that the right-hand pane of the legacy OU editor is displayed when embedded in the web staff client. Signed-off-by: Galen Charlton --- Open-ILS/web/conify/global/actor/org_unit.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Open-ILS/web/conify/global/actor/org_unit.html b/Open-ILS/web/conify/global/actor/org_unit.html index 851a9ec648..aca9335523 100644 --- a/Open-ILS/web/conify/global/actor/org_unit.html +++ b/Open-ILS/web/conify/global/actor/org_unit.html @@ -44,6 +44,13 @@ padding-left: 20px; padding-right: 5px; } + /* this is a hack to get the right pane to display + in recent browsers when using this interface + embedded in the web staff client + */ + .dijitLayoutContainer { + position: static; + } -- 2.11.0