From: Galen Charlton Date: Wed, 11 May 2016 20:31:33 +0000 (-0400) Subject: webstaff: tweak legacy OU editor X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f20039da9caa3e43bf626b65b667516e4383b0d5;p=evergreen%2Ftadl.git 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 --- 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; + }