From cce69273995f6f6668e5f5a0c52cafd4ed20f54d Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 11 May 2016 16:30:34 -0400 Subject: [PATCH] webstaff: tweak permission group editor This adds a couple hackish formating tweaks so that the permission group editor works when embedded in the web staff client. Signed-off-by: Galen Charlton --- Open-ILS/web/conify/global/permission/grp_tree.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/conify/global/permission/grp_tree.html b/Open-ILS/web/conify/global/permission/grp_tree.html index ac2026f36c..d6ebe497e6 100644 --- a/Open-ILS/web/conify/global/permission/grp_tree.html +++ b/Open-ILS/web/conify/global/permission/grp_tree.html @@ -57,6 +57,14 @@ height: 100%; } + /* 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; + } + @@ -470,7 +478,7 @@ perm_map_model.refresh(); perm_grid.refresh(); -
+
-- 2.11.0