From: Galen Charlton Date: Wed, 11 May 2016 20:30:34 +0000 (-0400) Subject: webstaff: tweak permission group editor X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cce69273995f6f6668e5f5a0c52cafd4ed20f54d;p=evergreen%2Fmasslnc.git 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 --- 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(); -
+